- Run git clone https://github.com/phyzerbert/my66tv.git
- Create a MySQL database for the project
- mysql -u root -p
- create database my66tv;
- \q
- Copy .env.example to .env
- Configure your .env file
- APP_NAME=MY66TV
- DB_DATABASE=my66tv
- DB_USERNAME=root
- DB_PASSWORD=null
- Run 'composer update' from the projects root folder.
- From the projects root folder run 'php artisan key:generate'
- Run 'composer dump-autoload'
- From the projects root folder run 'php artisan migrate'
- From the projects root folder run 'php artisan db:seed'
- Run 'php artisan serve'
- Start server at http://localhost:8000
-
Notifications
You must be signed in to change notification settings - Fork 0
phyzerbert/fingerking888
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published