Installation
  • File and folder permissions
    • 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
    1. Start command prompt window or terminal and change directory to hopeui-pro-laravel
      cd hopeui-pro-laravel
    2. For installing vendor Run in terminal or CMD:
      composer install
    3. Copy .env file Run in terminal or CMD:
      • cp .env.example .env
    4. Database Configuration: [Click here]
    5. For generating key Run in terminal or CMD:
      php  artisan key:generate
    6. Create database with name "hope_ui_pro_laravel" in your sqlyog,laragon,xampp,wamp
      php  artisan migrate
      php  artisan db:seed
      or
      php  artisan migrate:fresh --seed
      
    7. For installing node_modules Run in terminal or CMD:
      npm  install
    8. For building css and js Run in terminal or CMD:
      npm  run dev
      or
      npm  run build
      or
      npm  run watch
    9. To run project
      php  artisan serve
    10. Login Credentials
                 For Admin Login
       Username:admin@example.com
       Password:password
      or
      For User Login
       Username:user@example.com
       Password:password