https://github.com/goodnesskay/tevance
Migration and Models for Tevance LMS project
https://github.com/goodnesskay/tevance
laravel migration model
Last synced: 2 months ago
JSON representation
Migration and Models for Tevance LMS project
- Host: GitHub
- URL: https://github.com/goodnesskay/tevance
- Owner: goodnesskay
- Created: 2017-07-02T06:09:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T06:48:59.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T05:25:57.099Z (4 months ago)
- Topics: laravel, migration, model
- Language: PHP
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Tevance Application
> This repository includes the model and migrations for tevance LMS app
## Using The Repository
- Clone the repository
- Run `composer install` via terminal.
It would download dependencies stated in composer.json file
- Create a `.env` file
- Generate `APP_KEY` via this command: `php artisan key:generate`
- Add Generated key to your `.env` file
- Setup your database configuration in the `.env` file.
- Run `php artisan migrate` to run migrations to database
- Hurray!!! All is setup. You will find the models in `App` directory while migrations files are
in the `migrations` folder## Any Issue?
If you have any issue with this repo, do well to create an issue. Thanks