Latest Laravel/PHP Articles

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


In this new series, we’ll be exploring the concept of custom validation rules in Laravel and how they can assist you. I’m posting an article each day with a new...
Laravel is the most popular PHP framework, with more than 20 million downloads along with lots of enterprise and personal projects worldwide. Because once you l...
Google Firebase is a cloud service that gives you all the tools you need to support your APP with Authentication, Database, Analytics, Data and State synchroniz...
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.
Like the essence of common Laravel application — i assumed you had your laravel-installer library ready at your very finger tip, if not well then just run anywh...
I really like the svg image in the header of the blog, it was taken from SVG Backgrounds and I thought it would be quite cool to try to animate it by updating t...
Laravel Nova and WordPress can both be used as a CMS. What do both packages have in common and at which points are they different? That’s what I’m going to have...
They didn’t stop there, they added a mocking layer for certain processes and objects, this helps developers in writing test cases to “mock” certain aspects of y...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel v5.8.10 is released in 2019/04/04, here are the changes we`ve merged into this release. AddedAdded replicating model event (#28077)model event (#28077)...
When it comes to Object Oriented Programming, Polymorphism is indeed a wonderful and powerful tool you need to get fully acquainted with but if you’re relativel...
Connecting your laravel project to MySQL database is moderately easy. Since we have done the installation with XAMPP. It comes along with already installed MySQ...
In this new series, we’ll be exploring the concept of custom validation rules in Laravel and how they can assist you. I’m posting an article each day with a new...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Cache busting is an old technique. Alter the name of a file, and you force your end users to download a shiny new version of your scripts, styles and even image...
Queues are an essential part of modern web applications. By handling long running processes as background tasks, apps become much faster and your users get a be...
‘Coding’. It’s not just a word, it’s a process in which you have to involve yourself completely. A one syntax or a semicolon error and the whole tedious process...
Included in this release is the ability to have the framework automatically register your events and listeners. To do so, define the shouldDiscoverEvents method...