Mon blog

Laravel : import and export a collection in Excel with Fast Excel

A tutorial on how to use the rap2hpoutre/fast-excel package to export data from a collection or model in Excel xlsx, ods or csv format and import the data from a spreadsheet into a Laravel project.
Laravel php excel

Laravel : Generate a PDF file with laravel-dompdf

A tutorial on how to use the laravel-dompdf package in a Laravel project to create a PDF file from HTML code or a view (Blade template).
laravel php pdf

Alpine.js - HTML : Redirect to the value of a select field

An HTML tutorial to retrieve the value of an option <option> from a <select> field and redirect the client to the chosen option (URL) with Alpine.js.
html javascript alpinejs