Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


I often install a fresh Laravel app to test a new package or replicate the setup for a tutorial. This is the fastest way to get a vanilla Laravel with Auth and...
I took the course Confident Laravel when I was on vacation. It is suitable for total testing beginners. Here are my takeaways in the format of question and answ...
I took the course PHPUnit for Beginners by Laravel Daily. It is suitable for total testing beginners and walks you through a simple CRUD application. Here are m...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
This is another thing I do over and over and tend to forget how to properly do it: How can I use AlpineJS with Laravel Mix? AlpineJS is a great lightweight libr...
I need to admit, I always have to look up how forms work in Laravel. So consider this blog post a quick overview — and a cheatsheet for myself in several months...
Sometimes when we upload files to AWS Beanstalk it is necessary to instruct whether the code will take the Environment variables mentioned in the code via .env...
Laravel extension for building modular applications where modules are decoupled, re-usable and easily customizable GitHub is home to over 50 million developers...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
A helper to control the flow of time GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software...
In older version of MySql or MariaDB , you may face the following error while executing the command, php artisan migrate This error occurs as from Laravel 5.4 ,...
Recently I inherited a project where all file attachments were stored in a database table in the format of 0xFFD8FFE000104A4649 I need PHP to be able to read an...
Picture this: your WordPress version is outdated, some plugins cannot be used or even worse your website was hacked. You may have realized you need to upgrade y...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
If you enjoy reading my blog, you could consider supporting me on Patreon. A powerful feature that will often be the better choice to using switch. So...
Tired of the privacy invasion of the Chrome webbrowser? Worried about the risk of seeing ads everywhere? It supports all the same Chrome extensions, wi...
If you’ve ever done OOP in PHP you are fully aware of the __construct method and the role it plays in setting up class properties, among other tasks. But have y...
After the introduction of PHP in 1995, PHP has become the hot cake for every web developers. The reason is that almost every PHP application requires a database...