Latest Laravel/PHP Articles

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


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...
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...
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 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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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 :
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Have you ever stuck in a situation which a lot of parameters should be send to your API? and you must create tons of queries based on them? If your answer is ye...
Recently, we try to develop many different websites of same nature, i.e, the websites have the almost same features, same business logic, same UI flow. But, UI...