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 f1cb39c commit 4838a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ php artisan crud:generate Cadastros --fields='title#string; body#text;' --contro
Add ao routes/web.php
Route::resource('/cadastros', 'App\Http\Controllers\CadastrosController');

Executar
php artisan route:clear

php artisan migrate
Expand Down

0 comments on commit 4838a23

Please # to comment.