Latest Laravel/PHP Articles

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


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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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.
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
As a developer I like my code to meet coding standards as it makes life easier for everyone. Whenever setting up a codesniffer it can take ages to configure you...
PHP makes it easier for programmers to build large, complex and modern web applications. The PHP developers also have option to choose from several popular PHP...