Latest Laravel/PHP Articles

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


If you didn’t noticed some weeks earlier, I wrote a piece praising Laravel Signed Routes and stated why you should use them for everything, even to feed your do...
PHP typehints were introduced in PHP 5. Ever since, they have grown in features and usage. Where are we at the moment ? We scanned the Open Source community rep...
This package provides a notification channel for the Laravel framework that works with Nexmo’s voice API, allowing text-to-speech phone calls. It also provides...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Contact Form 7 is a great plugin and almost our choice all the time when we need to send a form. Because it is so popular and reliable, we can access a lot of p...
Topics: in this episode I wrap up my reflections on building the Laravel ecosystem with a discussion on clear writing, a commitment to quality, and having a low...
The PHP team is glad to announce the sixth release candidate of PHP 7.4: PHP 7.4.0RC6. This continues the PHP 7.4 release cycle, the rough outline of which is s...
This tutorial / blog post will walk you through setting up and using GraphQL in your Laravel + VueJS app, along with some of the patterns and practices that hav...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel Dusk is a powerful browser automation tool for Laravel. With Dusk you can programmatically test your own applications or visit any website on the intern...
PHP was really thought to live in the web environment, and as such, it has plenty of helpers and ways to make that task easy. You can include partials and compo...
In this small blog post, I'd like to give you a couple of tips to make your Artisan commands better. Use the fully qualified class name to schedule commands # Y...
Authentication is something that has evolved over the years. We have seen it change from email — password combination to social authentication, and finally pass...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
You already know that OAuth 2.0 protocol is used for authentication and authorization. Laravel has Passport, which is a full Oauth 2.0 server implementation, us...
If you are working on a finance website, then you certainly need a PDF to be generated, to create an invoice, an estimation or a report for example.
NOTE: If you already understand laravel queues, and you’re not interested in stories, go straight to the second heading.
PayPal is a third party payment gateway which is used in the applications and websites like e-Commerce and like many others to make online payments for the prod...