-
-
Notifications
You must be signed in to change notification settings - Fork 15
Installation and Requirements
Milwad edited this page Mar 16, 2023
·
1 revision
PHP: ^8.0Laravel framework: ^9doctrine/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-crodAfter, publish config files with this command:
php artisan vendor:publish --provider="Milwad\LaravelCrod\LaravelCrodServiceProvider" --tag="laravel-crod-config"Now Laravel-crod successfully intalled.