Installation
- Create Database
-
Upload the Codes in below directory based on your server
- In Linux
- Path: var/www/html/
- In cPanel:
- Inside File manager -> Path: public_html/
-
For database settings, open the .env file with a text editor and set your database settings.
- Note: .env is a hidden file, you can see it by opening directory to a text editor.
- Link your storage folder to public Run in terminal or CMD: php artisan storage:link
- Create Database
Laravel
- Start command prompt window or terminal and change directory to hopeui-pro-laravel
cd hopeui-pro-laravel
- For installing vendor Run in terminal or CMD:
composer install
- Copy .env file Run in terminal or CMD:
-
cp .env.example .env
-
- Database Configuration: [Click here]
- For generating key Run in terminal or CMD:
php artisan key:generate
- Create database with name "hope_ui_pro_laravel" in your sqlyog,laragon,xampp,wamp
php artisan migrate
php artisan db:seedorphp artisan migrate:fresh --seed
- For installing node_modules Run in terminal or CMD:
npm install
- For building css and js Run in terminal or CMD:
npm run dev
ornpm run build
ornpm run watch
- To run project
php artisan serve
- Login Credentials
For Admin LoginUsername:admin@example.com Password:password
orFor User LoginUsername:user@example.com Password:password