Latest Laravel/PHP Articles

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


Let’s say you start an application today with the latest stable release of stack , then it will be outdated in a year or more as technology is updating regularl...
If you are currently working with Laravel on windows, you will quickly realize that using development environments such as wamp or xampp can really be a real he...
As I wrote earlier, the power of Macros in Laravel is quite big, since allows you to extend a class at runtime with your own methods. You can add useful methods...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Here are some rules I use for working with dynamic arrays. It's pretty much a Style Guide for Array Design, but it didn't feel right to add it to the Object Des...
There are a lot of useful acronyms in programming. Not every has a superstar status like SOLID or DRY but less knows ones can still be extremely useful. GRASP h...
If you do only have roles for your users — such as admin, contributor and user — and you want to restrict access to routes only, advanced (and excellent) packag...
Whenever you develop a Laravel-based application that makes it into production you’ll probably provide some kind of API. Either for internal usage or for the cu...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The Laravel Notification system allows us to send notifications to users through different channels. In this post, we will look at Laravel Notifications, the mo...
OK, So Microsoft Windows isn’t free, but once you have a Windows 10 or Windows Server that you’ve legally licensed, Laravel WIMP stack is free to setup & use in...
Creating an API in Laravel was quite simple for me, but using it in React or any other Front end language proved to be a little time consuming owing to my lack...
First of All I Want To Tell You What The Meaning of Machine Learning. according To Wikipedia, The Definition of Machine Learning is :
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Time to redress your code for a little more simplicity? Here’s some techniques on how to improve your code’s look without sacrificing functionality
If your DB table doesn’t have those fields, and you will try to do something like Model::create($arrayOfValues); – you will get SQL error. Laravel would try to...
It is that time of the year.These weeks are made to cool off and enjoy family and friends. In this article we keep on going with design patterns specifically we...
PM2 is Nodejs process monitor program. I use it to replace the Laravel official supervisor monitor program. If you want more detail about the configuration, ple...