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

paulund.co.uk

Bash
# Copy from local to remote scp -r /path/to/local/dir user@host:/path/to/remote/dir # Copy from remote to local scp -r user@host:/path/to/remote/dir /path/to/lo...

paulund.co.uk

Composer
Install Dependencies composer install composer install --dry-run Add Packages composer require vendor/package composer require vendor/package --dev Update Packa...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
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...
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

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...
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...
JSON:API provides many options for filtering, sorting, and including extra data into the requested data using query parameters. Testing this can be frustrating...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
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.

laravel-news.com

Effective Eloquent
Get ready to level up your Laravel skills with this tutorial on eloquent queries! You'll learn everything you need to know, from beginner to advanced techniques...