Installing Laramagz
Install on Server
-
Click MySQL ® Databases.
-
Create new database.
-
Create new user and then click Password Generator.
-
Password Generator.
-
Create User.
-
Add User to Database.
-
Manage User Privileges.
-
Go to phpMyAdmin.
-
Clik your database.
-
Click Import.
-
Upload database file.
-
Import has been successfully.
-
Back to CPanel. Clik File Manager.
-
Click Upload.
-
Click Select File.
-
Select file laramagz.zip.
-
Click Go Back to "/home/xxx"
-
Extract laramagz.zip.
-
Click Extract File(s).
-
Click "close".
-
Go to folder public_html.
-
Got to folder laramagz .
-
Click Select All and Move.
-
Type /public_html then click Move File(s).
-
Click Up One Level.
-
Select folder laramagz then click Delete.
-
Checklist Skip then click confirm
-
Select right at file .env and click edit
-
Edit file .env
-
Goto root home and Delete file laramagz.zip
-
Result
-
See this video
Install on Local Computer
-
Create Database
-
Extract file zip
-
Set .env file
DB_DATABASE=laramagz DB_USERNAME=root DB_PASSWORD=root
-
Import database or migrate file
php artisan migrate --seed
-
Running serve Artisan command
php artisan serve
-
See this video
-
Update Database (local)
php artisan migrate:refresh --seed //or php artisan migrate:fresh --seed