Install using command line. 
- Open - .envfile and set up your credentials.
- Run - php artisan migrateto create the database structure.
- Run - php artisan db:seedif you need our sample data.
- Run - php artisan cms:publish:assetsto publish assets.
- Run - php artisan serve. Open- http://localhost:8000to see the homepage.
- Admin panel URL: - http://localhost:8000/admin
- Default admin account: - If you use our sample data, the default admin account is adminwith the password12345678.
- If not, run php artisan cms:user:createto create an admin user.
 
- If you use our sample data, the default admin account is 
