Installation
Requirements
CRUD Templates for Laravel has the following requirements:
- PHP 8.4 or higher
- Laravel 11.0 or 12.0
Install via Composer
You can install the package via Composer as a dev dependency:
bash
composer require --dev jcsoriano/laravel-crud-templatesThe package will automatically register itself via Laravel's package discovery.
Verify Installation
To verify the installation was successful, you can run:
bash
php artisan crud:generate --helpYou should see the help output for the crud:generate command.
Next Steps
Now that you have installed CRUD Templates for Laravel, you're ready to:
- Follow the Quick Start guide to generate your first CRUD
- Learn about Field Types and how to use them
- Explore Relationships for handling model relationships