###How To use?
Clone this repository :
git clone https://github.com/DevsignStudio/timetable.git
Install Composer, then open terminal or cmd in project folder :
composer install
or
composer.phar install
After finish downloading dependencies, rename .env.example to .env. Open .env file and for APP_KEY, put 32-byte random string
run php server in public folder. from current project directory :
cd public
php -S 0.0.0.0:8000
Then, go to http://localhost:8000 or http://0.0.0.0:8000
- create new database using phpmyadmin, if use xampp, run apache & mysql
- set database name, username, password
- then, run "php artisan migrate" in project root folder"