Latest Laravel/PHP Articles

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


Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP...
In many web projects, we have different user roles interacting with the system. Each role has its own permission. Every feature of the system can be enabled or...
Here’s a quick tip to solve an issue I had today: I wrote a Laravel Artisan console command to allow the creation of a new user via the command line. For this p...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHP is a programming language that provides a structure for web application development. The importance and scope of PHP web development revolves around renderi...
Note: The upcoming examples are written in PHP but it can be applied to any programming language. Problem: having additional variables that you don’t need that...
I’ve been a software engineer for two decades, and my first professional job after college in 2005 was a combination of .NET and a language that has grown near...
Note that here we will want to replace file.docx with the path to the file we would like to convert. That’s it — now we are done. The result includes the result...
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.
Laravel is known as the “full stack” framework because it handles everything from web services to database management and HTML generation. The vertically integr...
Wow, really — an article about exception design? Don’t judge just yet and let me fill you in. When I got promoted to the Head of PHP position, I gained a new pe...
GeneralInfo.php having following sample code. Modified the following file for auto execute the cron function.
Typed class properties were added in PHP 7.4 and provide a major improvement to PHP's type system. These changes are fully opt-in and backwards compatible. If y...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
TLDR; Download Drivers, Copy to ext, Add to php.ini, Config .env and set port to nullInstall SQL Server and select “SQL Server and Windows Authentication mode”,...
We generally facing issue in implementation of filtering in our controller class. Sometimes we have to filter multiple fields. If we manage everything in Contro...
One thing I realized was very common to some developers was that sometimes you can be doing something and don’t know what is the process behind everything.
Laravel v5.8.22 is released in 2019/06/12, here are the changes we`ve merged into this release.