Latest Laravel/PHP Articles

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


This is something that has been a real challenge for me because usually is not in the scope of the language. Async call is not Thread, if you are looking for it...
Some years ago I bought an internet domain offering a PHP based server backed by a MySQL database. I kept it for years without using it because I had neither th...
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...
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.
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...
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...
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.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...