Latest Laravel/PHP Articles

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


When you want to visit a website, your browser sends the website URL to a DNS server, the URL is translated into an IP address, and your browser then sends a re...
We will customize the auth and guest middleware and add login throttling. Lastly, we will work on the password reset for our custom guard.
Think PHP is just a “web app language”? Let’s built powerful architecture for a high-end HR solution — all with PHP and AWS microservices! Learn more here!
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this post, you will find 10 PHP functions that are really powerful and will enrich your PHP knowledge. With this function you can check the DNS records for a...
We did it again. We fired up a new collab to give developers like yourself another easy way to jumpstart their next web development project. And make it look am...
Really popular Laravel Media Library package has one less-known feature – image resizing. The best part is that it’s really simple to add, let me show you how....
We will build a custom authentication guard allowing admin to login and logout separately from the default user guard.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Sometimes you might want to create a function that is available everywhere, this is where this tutorial comes in handy for you 👏 Everywhere I look I see tutoria...

blog.laravel.com

The Laravel Blog
First, card failures for new subscriptions are handled differently. Cashier will now throw a custom exception instead of the Stripe Card exception. Additionally...
Laravel v5.8.12 is released in 2019/04/16, here are the changes we`ve merged into this release. AddedAdded Illuminate\Support\Collection::duplicates() (#28181)(...
Some of us are wondering, what if I could generate next production API and what if it could be based on a popular Laravel framework? Are there such tools that p...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When I want to deploy my last changes to my VPS, I always connect my server with ssh and pull the project, install last packages, run migrations, and so on. I’m...
Many developers are struggling with testing form requests in an efficient way. Most of the time you’ll end up with writing a seperate unit test for each rule th...
Laravel have standard time intervals built in to run cron job, which any body can easily use. But the draw back is, what if the user wants to choose a custom da...
I know that makes perfect sense to let your users to create text using a WYSIWYG editor like CKEditor, Jodit, TinyMCE, or whatever, but there are occasions wher...