https://github.com/ims94/laravel_playground
The prototype project of Software Engineering Module of Semester 4
https://github.com/ims94/laravel_playground
Last synced: over 1 year ago
JSON representation
The prototype project of Software Engineering Module of Semester 4
- Host: GitHub
- URL: https://github.com/ims94/laravel_playground
- Owner: IMS94
- Created: 2016-01-10T03:59:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T16:15:43.000Z (almost 10 years ago)
- Last Synced: 2025-01-30T09:42:57.108Z (over 1 year ago)
- Language: JavaScript
- Size: 6.32 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
===================================================================================================================
Important facts to consider when building
==================================================================================================================
1. Each model should have protected fields(as in User model)specifying the table, primary key and whether it is
incrementing in the table.
2. run a composer update when pulling from heroku.
3. Once pulled, run "php artisan migrate" to create the database tables. Make sure a database in the name 'sms' is created
in the localhost