-
-
Notifications
You must be signed in to change notification settings - Fork 12
Installation and Requirements
Milwad edited this page Mar 16, 2023
·
1 revision
PHP: ^8.0
Laravel framework: ^9
doctrine/dbal: ^3.6
Crod | L7 | L8 | L9 | L10 |
---|---|---|---|---|
1.0 | ✅ | ✅ | ✅ | ❌ |
1.1 | ❌ | ❌ | ✅ | ✅ |
1.2 | ❌ | ❌ | ✅ | ✅ |
For installation, you can run this command in your terminal:
composer require milwad/laravel-crod
After, publish config files with this command:
php artisan vendor:publish --provider="Milwad\LaravelCrod\LaravelCrodServiceProvider" --tag="laravel-crod-config"
Now Laravel-crod successfully intalled.