Latest Laravel/PHP Articles

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


This walk-through / guide is intended for those who have basic knowledge building APIs. GraphQL has been on a hype recently; to be fair, it’s worth it.
The story begins 2 years ago when i started using the Amazing Laravel Framework, and discovered the multiple guards system which made me really feel Wow now ( U...
Amazon SES (for Amazon Simple Email Service) is the cloud-based email sending service by AWS. Laravel allows the use of Amazon SES through the Amazon AWS SDK fo...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
PHP is very flexible, but sometimes developers don’t want to allow too much flexibility into their libraries for sake of properly using their software as intend...
? Laravel quick tipUse ->map->only on Eloquent collections to pluck multiple attributes pic.twitter.
Note: Since writing this post, I came across the pecl-php-operator extension on GitHub that does exactly what I described in this post, it’s awesome! PHP is a g...
Hello everyone, welcome back to justlaravel.com. I am back with another tutorial, here I will show you how to integrate Passport(a Laravel’s API authentication...
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.
On May 22, 2019, our option trading service — “Strike”, went down for 2 hours (11 am — 1 pm PST). Strike was completely offline and 100% of active users were af...
Hello, I was trying to implement JWT and I followed some guides in this platform but I could not do it. For this reason, I tried to make my own implementation a...
Being less than a year old Junior Web Developer, it would be pretty much obvious that my Developement field lies on the MEAN or MERN stacks and never the WAMP s...
When you want all the results from a call to be in the order you can use OrderBy . Here project is the model. Let’s see how to use OrderBy on this.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This post covers Darkaonline Swagger setup on a laravel project. Make sure composer is installed.
Ever wonder how to debug CLI script with xdebugusing PhpStorm? Of course remember to first enable Start listening to PHP Connections.
In this article, we will discuss “Laravel 5.8 Package Development from Scratch”. Here we describe the package development steps creating and using packages. You...
Laravel is known to be a secure PHP framework for creating websites and applications. Those with a need for high levels of protection often choose Laravel. We w...