Latest Laravel/PHP Articles

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


This Laravel Generator package provides and generates Controller, Model (with eloquent relations) and Views in Bootstrap for your development of your applicatio...
MVC is an architecture pattern commonly used for developing user interfaces that divides an application into three interconnected parts, Model-View-Controller.
If you want to check whether a field is NOT NULL, it is possible to check that in Eloquent. Suppose you want to select all the results where sent_at column valu...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Moving out of the suburbs and out of the corporate world meant changing toolsets. Living in suburbia, I had a pretty nice lawnmower. Not a riding mower, but it...
Cron is a time-based job scheduler run on the server in the Unix-like operating system.To perform such action we write cron expression made of five fields, foll...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...