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 0b83b1a commit 2d24b7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ composer require appzcoder/crud-generator --dev

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

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

Route::resource('/posts', 'App\Http\Controllers\PostsController');

Expand Down

0 comments on commit 2d24b7b

Please # to comment.