https://github.com/mageddo/laravel-samples
https://github.com/mageddo/laravel-samples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mageddo/laravel-samples
- Owner: mageddo
- Created: 2016-12-03T15:42:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T18:22:06.000Z (over 9 years ago)
- Last Synced: 2025-02-02T01:41:15.829Z (over 1 year ago)
- Language: PHP
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
Running the docker server
$ docker-compose up
To generate the database and tables
$ docker exec -it laravel-samples bash -c 'cd quickstart && php artisan migrate'