The book Advanced Inertia is the best way to learn how to build complex Inertia-powered apps that are easy to maintain for years to come.
The post Use Inertia.js like a boss appeared first on Laravel News.
The book Advanced Inertia is the best way to learn how to build complex Inertia-powered apps that are easy to maintain for years to come.
The post Use Inertia.js like a boss appeared first on Laravel News.
Model JSON for Laravel is a package that allows you to easily export data from specific models in your Laravel application to JSON format.
The post Export Eloquent Models to JSON Files appeared first on Laravel News.
Laravel 10's Artisan test command, features the "--profile" option, which will allow you to easily pinpoint slow tests in your application.
The post Laravel 10 will include a profile option to find slow tests appeared first on Laravel News.
The Laravel team released 9.51 this week with a new database query count expectation, relationship builder for one/many through, HTTP URI templates, and more.
The post Laravel 9.51 Released appeared first on Laravel News.
Laravel 10, due out next week, will introduce a Process layer for Laravel. The Process service makes testing and running CLI processes a dream to work with.
The post Process Facade Coming to Laravel 10 appeared first on Laravel News.
The Google reCaptcha Enterprise package for Laravel provides easy configuration of reCaptcha and a handy validation rule to verify your user token scores.
The post Google reCaptcha Enterprise Package for Laravel appeared first on Laravel News.
The Laravel team released 9.49 this week with support for casting an array of enums, CLI prompts, and more.
The post Laravel 9.49 Released appeared first on Laravel News.
Building APIs in Laravel is an art form. You must think beyond data access and wrapping your Eloquent Models in API endpoints.
The post Building APIs in Laravel appeared first on Laravel News.