Wednesday, August 19, 2015

Migrating Solution for Laravel 5.1 on XAMPP - Windows 8

First thing we have to do is making a new database using XAMPP. So open your XAMPP control panel then click admin button for MySQL as shown below :
Then click "New" at the top and name your database name then click "Create" button :
After doing that, click the "check the privileges" :
Next "edit privileges" :
As we can see from the above picture, the username is root and the address is 127.0.0.1, or we can use another host like localhost... :D
Next... go to laravel directory, open .env file and change it according to the new database that has just been made :
okieee... then we need to clear our old configuration first so type
the last type migration command :
Yeeeeei... :D :D :D

No comments:

Post a Comment