Page 4

7 Laravel RESTful APIs best practices for 2024

Master the art of crafting RESTful APIs with Laravel thanks to these best practices.

Mar 15, 2024
2 comments
0 minutes
The easiest way to get the current URL path in PHP

Discover how to fetch the current URL path in PHP thanks to an useful superglobal variable.

Oct 1, 2023
0 comments
0 minutes
PHP's double question mark, or the null coalescing operator

Discover how to simplify your PHP code with the null coalescing and null coalescing assignment operators.

Sep 19, 2023
0 comments
0 minutes
Effortlessly redirect to another page using PHP

Discover how to use PHP code to effortlessly redirect your website’s visitors to a different page. Explore the magic of HTTP.

Sep 19, 2023
0 comments
0 minutes

Tim MacDonald challenges the notion that fast database queries are always better - see why in his intriguing Laravel feature walkthrough.

Sep 2, 2023
0 comments
0 minutes
6 ways to check which version of PHP you are running

Discover how to check your version of PHP using phpinfo(), your terminal, Laravel’s welcome page, or a Laravel Artisan command.

Sep 2, 2023
0 comments
0 minutes
PHP 8.4: new features and release date

PHP 8.4 is expected to drop on November 21, 2024. Let’s review the known new features and changes.

Jun 3, 2024
3 comments
0 minutes
3 crucial Laravel architecture best practices for 2024

Explore Laravel’s default architecture to simplify collaboration, compatibility, and onboarding.

Mar 15, 2024
0 comments
0 minutes
6 pull requests merged in Laravel during week 34 of 2023

Exciting pull requests merged in Laravel, including improved testing, transaction fixes, and memory-efficient failed job providers!

Sep 1, 2023
0 comments
0 minutes
Mastering error handling in Laravel's HTTP client

Learn how to use Laravel’s HTTP client for efficient error handling and exception throwing in different scenarios with ease.

Sep 19, 2023
0 comments
0 minutes
How to create a custom filesystem adapter in Laravel

Learn how to craft your own filesystem adapter in Laravel.

Aug 30, 2023
0 comments
0 minutes
Is CSS case-sensitive?

CSS, including selectors and property names, is case-sensitive; use lowercase for consistency and to avoid issues.

Aug 29, 2023
0 comments
0 minutes
How to generate Laravel Factories using ChatGPT

Discover how to harness AI for rapid Laravel Factory generation, saving days of manual coding in massive codebases. Done smart, done right!

Aug 29, 2023
0 comments
0 minutes
Make your Eloquent models IDE-friendly using Laravel Lift

Check out Laravel Lift, a package that enhances Eloquent Models and makes them more IDE-friendly - all thanks to Wendell Adriel.

Aug 29, 2023
0 comments
0 minutes
Create a SPA in seconds using wire:navigate in Livewire v3

Discover how to boost the speed of your Laravel apps, mimicking an SPA, without building an API, using Livewire v3 and the new wire:navigate attribute.

Aug 28, 2023
0 comments
0 minutes
Understanding database transactions with Laravel

Discover how Laravel simplifies database transactions, ensuring all-or-nothing operations and maintaining consistent database state.

Aug 27, 2023
0 comments
0 minutes

Check out Stephen Rees-Carter’s tips on avoiding compromised passwords and boosting security with tools like Pwned Passwords.

Aug 11, 2023
0 comments
0 minutes

Matthias Noback explores why refactoring isn’t as risky as believed, even without tests. Discover how careful programming can lower risks.

Aug 11, 2023
0 comments
0 minutes

Once a fan, Frank de Jonge now suggests ditching mocking frameworks for real implementations to simplify code testing.

Aug 10, 2023
0 comments
0 minutes

Discover how to craft an ever-present chat widget with Livewire v3’s persistence features in Laravel - step-by-step guide included.

Aug 10, 2023
0 comments
0 minutes

Check out FlappyPHPant, a fun Flappy Bird clone using PHP. It’s a great way to learn complex programming concepts through gaming.

Aug 10, 2023
0 comments
0 minutes

Alex Kondov shares insights on using databases effectively without complicating it with domain logic, with useful examples explored.

Aug 10, 2023
0 comments
0 minutes
12 Laravel security best practices for 2024

Secure your Laravel app: protect sensitive files, keep your packages and Laravel updated, use policies, validate input, and more.

Jan 21, 2024
0 comments
0 minutes
Laravel Volt: simplify how you write Livewire components

Laravel Volt is a great new addition to Laravel’s extensive ecosystem that brings single-file components à la Vue.js to Livewire. Let me help you get started.

Aug 12, 2023
4 comments
0 minutes