1.1. Go to MySQL(R) Databases
1.2. Create New Database
- Input database Name then click create database
2. Add new user
- input username
- input password or Generate password then click button "create user"
3. Add user to Database
- user : Choose recently created username
- Database : Choose recently created database name then click on button "Add"
4. Upload database to created database in phpMyAdmin
5. Upload all files from folder public in our project to put in folder public_html
6. Create New folder outside folder public_html
-Ex. folder "web" then upload other folders and Files besides folder public to pass in folder web that we just created
7. Go to folder public_html then Edit file index.php change require__DIR__.'/../bootstrap/autoload.php' to as image below
*** The End ***

No comments:
Post a Comment