https://github.com/react-dev-james/tdata
https://github.com/react-dev-james/tdata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-dev-james/tdata
- Owner: react-dev-james
- Created: 2019-01-28T17:38:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T04:01:33.000Z (about 7 years ago)
- Last Synced: 2025-01-18T17:25:14.750Z (about 1 year ago)
- Language: JavaScript
- Size: 34.6 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Ticketdata
### Build project
- composer install
- npm install
- cp .env.example .env
- php artisan key:generate
#### Install DB
- sudo chown -R _mysql:mysql /usr/local/var/mysql (DB Select)
- sudo mysql.server start ( DB Start)
- php artisan cache:clear
- php artisan config:cache
- php artisan migrate (DB Migarate)
- php artisan db:seed (DB insert)
- php artisan serve ( Start Server)
#### Error: InvalidArgumentException Please provide a valid cache path.
**storage/framework**
**sessions**
**views**
**cache**