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. Openhttp://localhost:8000to see the homepage.Admin panel URL:
http://localhost:8000/adminDefault admin account:
- If you use our sample data, the default admin account is 
botblewith the password159357. - If not, run 
php artisan cms:user:createto create an admin user. 
- If you use our sample data, the default admin account is