Skip to content

morphiezy/LaraBook

Repository files navigation

Latihan 2 CRUD Laravel

M Yardan Aqiella | 8020190028 | 04PT5 Pemrograman Website II

Instruksi Tugas

  • Create CRUD
  • Create Controller BukuController
  • Create Model Buku

Database Table

App Screenshot

Route List

Just list of my route

  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

Demo

Authors

Create fully love 💖 @morphiezy

License

The Laravel framework is open-sourced software licensed under the MIT license.