3.0.0 • Published 2 years ago
ubold-laravel v3.0.0
Ubold - Laravel
Ubold laravel is bootstraped using standard laravel way. Please follow below steps in order to setup the project:
- Make sure to have installed and running 
nodeandyarn - Make sure to have installed and running 
composer - Open the laravel folder in command line E.g. 
cd ubold-laravel - Install frontend dependencies using command 
yarn install - Install backend dependencies using command 
composer install - Copy env.example and rename it to .env, make sure to edit required configuration including database
 - Run migration to create database tables using command 
php artisan migrate - Compile frontend assets using command 
yarn run devoryarn run prod - Now, you are ready to start server using command 
php artisan serve 
Support
If you run into any trouble, feel free to contact us via our website or email support@coderthemes.com. We would would happy to help.
3.0.0
2 years ago