Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

Remove index.php from Laravel Urls

September 8th, 2022 — 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

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

Leveraging Laravel configuration and environment variables in your application

July 29th, 2022 — Learn how to leverage configuration and environment variables for improved readability and performance in your applications.

Installing local composer packages

June 17th, 2022 — Learn how to install composer packages locally, great for easy development during local package development.

Connecting to Laravel Homestead Redis using TablePlus

May 19th, 2022 — After you have completed provisioning Homestead, you can connect to Redis using TablePlus using the following configuration.

Package to make Laravel 9 closure pivot tables

April 27th, 2022 — Introduction into a new package to make Laravel 9 migration pivot tables utilizing the new closure method.

Optimize Laravel Applications for production

March 25th, 2022 — Learn to optimize your Laravel application in production, allowing it to run as fast and efficiently as possible.

Using PHP 8.1 Enums in Laravel Models

January 19th, 2022 — 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.

Define your own Laravel 7 Custom Eloquent Casts

May 11th, 2020 — Declare your own Eloquent cast types to easily store small amounts of data, and easily return your data in a standardized format.

Laravel Get All Morphs for a Many To Many Polymorphic Relationship

May 7th, 2020 — In Laravel learn how to get all morphs for a Many To Many Polymorphic Relationship.

← Previous Next →