Shared Hosting Install

Consider that this is the webroot folder for your miraculous website: /home/myusername/public_html/

Put all the main folder’s files in your miraculous website at /home/myusername/public_html/

Create MySQL database, add a user to it with full permissions.

Import (Database -> stockcoupon_db.sql ) stockcoupon_db.sql file in created Database. Open .env file and Fill database Details.

DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Last updated

Was this helpful?