Package Data | |
---|---|
Maintainer Username: | b7d6f001 |
Package Create Date: | 2017-04-05 |
Package Last Update: | 2017-11-02 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:13:17 |
Package Statistics | |
---|---|
Total Downloads: | 8 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Require: nodejs < v8, bower, gulp, yarn, composer installed in local.
In the terminal type:
composer create-project gabootsoft/gaboot example --prefer-dist
cd example
bower install
yarn
# Create the database
# Edit .env file, change default database credential with your data
npm run app:install
php artisan serve
# In the browser go to
# http://localhost:8000/
# http://localhost:8000/admin
# Admin login, email: admin@admin.com , password: password
# Oauth2 server
# http://localhost:8000/siegnor/oauth2/
Delete ./public/build
directory before in the terminal running gulp watch
.
See also components docs.