Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

airteltour/dev_workshop_2015

Repository files navigation

Developers

  • JongUn, Kim
  • OhSung, Cho

Create Mysql Database and User

mysql> grant all privileges on `workshop%`.* to workshop@localhost identified by 'workshop)(!@' with grant option;
mysql> create database workshop;

Laravel Install

git clone https://github.com/airteltour/dev_workshop_2015.git dev
cd dev
chmod 777 storage -R
composer update

Database Initialize

php artisan migrate

License

The Laravel framework is open-sourced software licensed under the MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published