Articles
Stable Diffusion how many ways to train a model
Discovering the best method to train facial recognition models can feel overwhelming. Dreambooth and Textual Inversion Embeds have proven most effective.
PHP Coding Standards Fixer with Github Actions
Learn how to configure a PHP project to follow PHP Coding Standards and format it automatically in the background using GitHub Actions.
Create pre and post deploy notifications in Laravel Forge using Slack
Create pre and post deploy notifications in Laravel Forge using Slack Webhooks.
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.