Latest Laravel/PHP Articles

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


When some data is updated on the server, a message is typically sent over a connection to be handled by the client. So you need a real-time channel or WebSocket...
I recently upgraded my app to Laravel 5.8 and one of the reasons I did it so soon this time was the mail driver support for Postmark. In case you don't know Pos...
Lesterius published the library for PHP but how use it ? I will show you my work. Feel free to improve it.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
All things come to an end, be it good or bad. This fact is relieving and terrifying at the same time as we want the bad things to end as soon as possible and go...
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!
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 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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...