Latest Laravel/PHP Articles

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


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...
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)...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
The mass assignment may be a method of causing an array of information which will be saved to the required model directly. In general, you do not have to save d...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Before going to the topic , we will learn little about the __invoke() method. __invoke method is an amazingly useful PHP magic method. This feature is available...

blog.laravel.com

Laravel v5.8.9 released
Laravel v5.8.9 is released in 2019/04/02, here are the changes we`ve merged into this release. AddedAdded Event Discovery (#28064, #28085)FixedFixed serializing...
Databases are the fundamental part of any app. You need a database to be able to store and retrieve information about certain things or people. But, there comes...
Databases are the fundamental part of any app. You need a database to be able to store and retrieve information about certain things or people. But, there comes...