headlesslaravel / formations
Laravel index filters & validation
Installs: 173
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 5
Open Issues: 34
pkg:composer/headlesslaravel/formations
Requires
Requires (Dev)
- inertiajs/inertia-laravel: ^0.4.5
- orchestra/testbench: ^6.17
README
Simple search, sort, filters & more for Laravel.
Add to a Laravel project using composer:
composer require headlesslaravel/formations
Publish assets (config etc)
php artisan vendor:publish --provider="HeadlessLaravel\Formations\FormationProvider"
Create a formation class using artisan:
php artisan make:formation ArticleFormation