Skip to content

novandypurnadrd/RAI_Task_5

 
 

Repository files navigation

RAI_Task_5

Laravel Exercise

Please Refer to

[course slides] (http://anditya.staff.telkomuniversity.ac.id/academic/rai/)

Laravel Exercise

  • create model and migration table that will show each Eloquent Relation

    • one to one relation
    • one to many relation
    • many to many relation
  • create a database seeder to initiate Dummy data for the database

    • use Faker library to generate data
  • create each needed view and form, use basic MVC structure

    • Request Validation
    • Basic Controller and route resource
    • Resource Directory
  • add middleware so that only the authorized user that can create, edit, or delete any data

About

Laravel Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.8%
  • Other 1.2%