Best Laravel Blog Articles from around the web.

Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony.

Riky Fahri Hasibuan

7 months ago

LaravelPHP

Learn how to secure and optimize your Laravel API with effective rate limiting and throttling strategies to maintain high performance and reliability.

0 Likes

Dhiraj Ray

8 months ago

LaravelPHP

Laravel offers an elegant method-calling feature called Facades. They resemble static methods, but well, they are not! What kind of magic is Laravel doing?

0 Likes

HusseinAlaa

9 months ago

Laravel

The article describes using the Laravel G4T Swagger Auto Generate package to automate API documentation in Laravel projects. It simplifies the process, ensures accuracy, and provides installation and configuration steps for easy integration.

0 Likes

Aaron Reddix

9 months ago

Laravel

Unleash the power of Laravel with the top 10 packages for 2024! Boost dev efficiency, build robust features, & enhance UI/UX with these game-changing tools.

0 Likes

Chris Switalski

1 year ago

Laravel

Learn to use Google Spreadsheet data in Laravel, PHP with SheetDB API. Explore methods like GET and CREATE using Lavel.

0 Likes

Tanishq chopra

3 years ago

Laravel

Laravel has a ton of useful features built in. Most of the documentation however, is geared towards a classic application setup. They assume you're going to use Laravel's own view system. These snippets I'm about to share are a valuable a

0 Likes

Saurabh Soni

4 years ago

LaravelPHP

Here are 1o reasons why laravel is the best PHP framework that integrates agility in web development and high levels of flexibility.

0 Likes

Ram tiwari

5 years ago

Laravel

Both the terms are often used in conjunction with each other in terms of security, especially when it comes to gaining access to the system. Both are very

0 Likes

Ram tiwari

5 years ago

Laravel

Setting the api throttle middleware less than 60 works like this: Route::get('myapi/{value}/{anothervalue}', 'MyApiController@getStuff')->middlewar...

0 Likes

Ram tiwari

5 years ago

Laravel

As backend developers, to make our web application full proof we need to make sure our application is running as efficiently as possible all the time. Otherwise, everyone using your database will suffer from slow performance. API limiting

0 Likes

Ram tiwari

5 years ago

Laravel

Reduce memory usage on queries returning lots of data. Performant Laravel - https://serversforhackers.com/laravel-perf

0 Likes

Ram tiwari

5 years ago

Laravel

Implicit Controllers help you to define a proper route to handle controller action. You can define them in route.php file with Route:: controller() method.

0 Likes

Ram tiwari

5 years ago

Laravel

Working with thousands of record in Laravel is pretty easy - you don't really have to change how you do things, you can just keep on using Eloquent to query ...

0 Likes

Ram tiwari

5 years ago

Laravel

Validation is the most important aspect while designing an application. It validates the incoming data. By default, base controller class uses a ValidatesRequests trait which provides a convenient method to validate incoming HTTP requests w

0 Likes
Loading...
Loading...
Loading...
That's all folk.    Click to feature your story!