Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1017 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 1017 Bytes

Changed / Added Files :

Configurations : .env

Routes : Documentation Related to this - http://laravel.com/docs/5.0/routing app/Http/routes.php

Controllers : Documentation Related to this - http://laravel.com/docs/5.0/controllers app/Http/Controllers/HomeController.php app/Http/Controllers/SubmissionController.php

Models : Documentation Related to this - http://laravel.com/docs/5.0/eloquent app/Session.php app/Submission.php app/User.php

Views : Documentation Related to this - http://laravel.com/docs/5.0/templates resources/views/app.blade.php resources/views/home.blade.php resources/views/welcome.blade.php resources/views/submission/list.blade.php

Database Migrations : Documentation Related to this - http://laravel.com/docs/5.0/migrations database/migrations/2014_10_12_000000_create_users_table.php database/migrations/2014_10_12_100000_create_password_resets_table.php database/migrations/2015_03_20_155217_create_sessions_table.php database/migrations/2015_03_20_161418_create_submissions_table.php