Articles
Spatie Media Library improved directory listings
Break out the directory structure of your application media files to avoid slow directory listings, or slow file look ups depending on your system.
Data Migrations In Laravel
Use data migrations to create a patch that will correct production data during deployment.
Protecting your Laravel website from iframe embeds
Protect your websites from iframe embeds by using Laravel's out of the box middleware.
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.
Leveraging Laravel configuration and environment variables in your application
Learn how to leverage configuration and environment variables for improved readability and performance in your applications.
Installing local composer packages
Learn how to install composer packages locally, great for easy development during local package development.
Connecting to Laravel Homestead Redis using TablePlus
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
Introduction into a new package to make Laravel 9 migration pivot tables utilizing the new closure method.
Optimize Laravel Applications for production
Learn to optimize your Laravel application in production, allowing it to run as fast and efficiently as possible.