Latest Laravel/PHP Articles

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


PHP has proven itself to be an extremely robust and versatile technology, especially when it comes to developing web applications. There are many a PHP Developm...
A quick review of Laravel Wink by Mohamed Said. It provides a really pleasant writing experience, but is it good for actual fully-featured blog project? Let’s t...
With routing you can specify Route::get(‘projects/{project_id}’, ‘ProjectController@show’); but what if you want project_id to be strictly a number? To achieve...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHPStan is a static analyser that focuses on finding bugs in your code before you even run it. Its unique extensibility allows it to correctly interpret common...
This guide will help Laravel developers support multilingual attributes in your model with a simple trait. Suppose that you support Arabic and English languages...
I am developing an Ionic apps and a Lumen application as REST API. This Lumen deployed in Docker container with port 81 exposed while the Ionic run in chrome br...
In the morning you turn on your computer, login and spin up your vagrant virtual box. A message in your terminal reads ‘there is an update for the laravel/homes...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
This guide will help Laravel developers support multilingual attributes in your model with a simple trait. Suppose that you support Arabic and English languages...
At amazee.io, we have a completely distributed team of engineers balancing support and engineering across time zones. We’re no stranger to working globally, wit...
Discussions about performance comparisons between PhpRedis and Predis are pretty old. I decided to measure the performance of the libraries in conjunction with...
In this tutorial we will learn to create Authentication System by using Laravel Passport. APIs are great and Laravel already makes it easy to perform Rest API a...
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.
One of the major caveats of moving more and more logic over to the client-side is that the file size of your JavaScript file gets increasingly larger, especiall...
If you are an enterprise and you have clients globally, and you want them happy, this blog is for you! You would surely want to create a business application fo...
Laravel 5.0 was released in February 2015 and a 5.x update has been released roughly every six months since then. As 5.7 was released in September 2018, we can...
Oobject Oriented is an approach to software development that models application around real world objects such as employees, cars, bank accounts, etc. A class d...