Skip to content

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-templates

The 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 --help

You 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: