M Yardan Aqiella | 8020190028 | 04PT5 Pemrograman Website II
- Create
CRUD
- Create Controller
BukuController
- Create Model
Buku
php artisan route:list
Method | URI | Name |
---|---|---|
GET/HEAD |
/ |
index |
GET/HEAD |
create |
create |
GET/HEAD |
destroy/{id} |
destroy |
GET/HEAD |
edit/{id} |
edit |
POST |
store |
store |
PUT |
update/{id} |
update |
Create fully love 💖 @morphiezy
The Laravel framework is open-sourced software licensed under the MIT license.