Latest Laravel/PHP Articles

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


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...
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Basically, if no route is matched, then fallback function is a way to override default 404 page and introduce additional logic. In your routes/web.php file, at...
#### Install apt tools ```sh sudo apt-get install apt-transport-https lsb-release ca-certificates ``` ## Import `deb.sury.org` source and key #### Debian ```sh...
public function logout(Request $request). “Logout: the easier way: In UserController.php” is published by DV
The time you spend builds system architecture, which is the most valuable time in the project. It makes the project cleaner and easier to grasped in addition to...