Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafs2 authored Jun 21, 2024
1 parent 2d24b7b commit b7bfa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This Generator package provides various generators like CRUD, API, Controller, M
composer create-project --prefer-dist laravel/laravel crud
cd crud

composer require appzcoder/crud-generator --dev
composer require ribafs/crud-generator --dev

php artisan vendor:publish --provider="Appzcoder\CrudGenerator\CrudGeneratorServiceProvider"
php artisan vendor:publish --provider="Ribafs\CrudGenerator\CrudGeneratorServiceProvider"

php artisan crud:generate Posts --fields='title#string; body#text;' --controller-namespace=App\\Http\\Controllers \
--form-helper=html
Expand Down

0 comments on commit b7bfa69

Please # to comment.