Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

Articles

Remove index.php from Laravel Urls

Remove index.php from your Laravel application, allowing for clean URLS and prevents double indexing from SEO hurting your rankings.

Spatie Media Library url cannot be reached

Using the Spatie Media Library, learn how to add your own custom downloader to bypass sites preventing you from downloading from them.

Installing local composer packages

Learn how to install composer packages locally, great for easy development during local package development.

Using PHP 8.1 Enums in Laravel Models

The release of PHP 8.1 brings proper built-in support for Enums, proper cast support was also added in a pull request for Laravel 8. In this tutorial we will go over how to add Enums in Laravel Models.