Latest Laravel/PHP Articles

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


paulund.co.uk

Screen
screen {command} screen -r [name] screen -ls crtl+a crtl+d
In todays world, APIs are everywhere. From your business application to your best friend's online store, to your smart kettle that makes a coffee from that hand...
I have confession to make: Until I recently had the unique chance to live-stream with the creator of API platform, I realized I've been building APIs incorrectl...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
We all use URLs in our day-to-day lives, whether we are technical or not. But what are the different parts of it? Let’s jump right into unpacking the URL! Usual...
As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how to take a more complica...

laravel-news.com

Laravel Pennant
Laravel Pennant is a package created by the Laravel team that will arrive with Laravel 10 provides Feature Flags for your applications.
Sometimes we don't want users to have passwords. Sometimes we want to send a magic link to a user's email address and have them click to gain access. In this tu...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
GitHub Actions is a fantastic way to run your Continuous Integration workflows, from running your tests to checking static analysis and more. In your Laravel ap...
Building APIs in Laravel is an art form. You must think beyond data access and wrapping your Eloquent Models in API endpoints. The first thing you need to do is...
JSON:API provides many options for filtering, sorting, and including extra data into the requested data using query parameters. Testing this can be frustrating...
Laravels routes files can get pretty busy. Before you know it, you have to search within the routes file to find anything. How do you combat this, though? You c...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHPInsights is a composer package created by Nuno Maduro and is a fantastic tool to get started with analyzing the code quality of your PHP applications.
Code duplication is the most painful thing for a lot of developers, you think you have solved the problem, but there are several instances of the same issue.
Laravel has a fantastic dependency injection container, yet many people shy away from it. In this tutorial, I will walk through how I lean on Laravels container...
Laravel Pint is the hot new thing from the Laravel team. An excellent wrapper around PHP CS Fixer that is my go-to code standards tool. I previously wrote about...