Latest Laravel/PHP Articles

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


Nginx is such a powerful and popular web server these days. It currently has about 20% of the market share of the web servers and is growing day by day. This ha...
Lately we have been tweeting a lot about Laravel Zero and how we use it to create small tools that solves a specific problem and help us in our day-to-day tasks...
In almost all web pages, it’s a requisite to have the user see where he is when navigating the site. One of the most used ways to do it, visually, is to highlig...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I’ve looked through so many packages, bagist, vanilo and whatever while developing a store on Laravel and Ended up trying all of these. however the most conveni...
Automatically validate model or anything you want to perform before save, update or create. In normal case when data is saved on specific model it will return t...
Quite often, especially in e-shop projects, you can see a page to login or register before finishing the purchase. But Laravel has these two routes as separate...
To speed up the development, I decided to use a PHP framework, Slim. You can use any other (or no) framework instead; however, Slim seems like the right mix of...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The codes of this article here on GitHub. You can download the public resources from here After implementing the same functionality in lot of projects, I’ve dec...
The codes of this article here on GitHub. You can download the public resources from here In the 1-st part of this article I’ve described how to make Laravel (5...

blog.laravel.com

Laravel Snippet #14
Creator of Laravel.
Creating middleware for the allowing cross domain access. CORS stands for Cross-Origin Resource Sharing an is a specification that allow modern browsers to requ...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Many developers believe that PHP is dead! For them PHP is an obsolete language that no new developer should consider learning.
When creating Nova resources or running resource actions, users are always presented with a blank form. All fields are empty and all checkboxes are unchecked.
After create your migrations just run the command: php artisan migrate --pretend then artisan will show all DDL statements on the console. I recommend to use th...
In short: Use Composer. Important: Always remember to keep your dependencies updated as you develop software. Fortunately, this is a one-liner: