The Laravel team released 9.24 with new artisan "db" commands, a new built-in validation rule, restoring soft-deleted models without any events, and more.
The post Laravel 9.24 Released appeared first on Laravel News.
The Laravel team released 9.24 with new artisan "db" commands, a new built-in validation rule, restoring soft-deleted models without any events, and more.
The post Laravel 9.24 Released appeared first on Laravel News.
Consistent API responses are important these days, and finding a standard is a great way to level up your approach. In this tutorial, we will look at JSON API
The post JSON API Resources in Laravel appeared first on Laravel News.
Sharing code has never been more accessible, and installing PHP packages has become convenient, building packages not so much.
The post Building your own Laravel Packages appeared first on Laravel News.
Statix Server is an object-oriented wrapper around PHP's built-in server.
The post Statix Server is an Object-oriented Wrapper for PHP's Built-in Server appeared first on Laravel News.
The Laravel team released 9.23 with an artisan docs command, Vite support for CSP/SRI, a new fluent JSON assertion method and more.
The post New artisan docs command in Laravel 9.23 appeared first on Laravel News.
The Laravel Livewire Plugin for Vite configures apps to use Vite with Livewire.
The post Vite Livewire Plugin appeared first on Laravel News.
Vim Tinkeray is a plugin that adds Artisan tinker support to Vim with output in Ray debugger.
The post Artisan Tinker in Vim with Tinkeray appeared first on Laravel News.
Laravel Model factories are one of the best features you can use in your application for testing. In this tutorial, we will look at how to use them
The post Using Laravel Model Factories in your tests appeared first on Laravel News.