- JongUn, Kim
- OhSung, Cho
mysql> grant all privileges on `workshop%`.* to workshop@localhost identified by 'workshop)(!@' with grant option;
mysql> create database workshop;
git clone https://github.com/airteltour/dev_workshop_2015.git dev
cd dev
chmod 777 storage -R
composer update
php artisan migrate
The Laravel framework is open-sourced software licensed under the MIT license