File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,20 @@ It should **only** be used on a fresh installation.
1010## Compatibilities
1111 - Laravel 8.0
1212 - Laravel Fortify
13+ - Laravel Jetstream _ (Livewire & Inertia)_
1314
1415## Requirements
1516 - Fresh installation of Laravel 8
1617 - Laravel Fortify _ (optional)_
18+ - Laravel Jetstream _ (optional)_
1719
1820## Installation
1921You can install the package via composer:
2022
2123 composer require cbaconnier/laravel-mvc-to-ddd --dev
2224
2325## Usage
26+ Since the command may be destructive to your application, it's ** strongly recommended** to commit before you run this command
2427
2528 php artisan ddd:install
2629
@@ -29,7 +32,6 @@ You can install the package via composer:
2932 composer remove cbaconnier/laravel-mvc-to-ddd
3033
3134## Todo
32- - Support laravel/jetstream
3335 - Support laravel/ui
3436 - Cleanup the empty folders
3537
You can’t perform that action at this time.
0 commit comments