Skip to content

vadym-skorokod/weldapp-laravel-nova

 
 

Repository files navigation

Weld Alpha

Urls

Urls used in the project:

Name Url
front weldapp.localhost
admin weldapp.localhost/adminxxtzyfar135
phpmyadmin localhost:8081

Setup

To get started, make sure you have Docker installed on your system and Docker Compose, and then clone this repository.

  1. Clone this project:

    git clone [YOUR_REPO_URL_HERE]
  2. Inside the root directory and Generate your own .env to docker compose with the next command:

    cp .env.example .env
  3. Inside the folder api and Generate your own .env to laravel with the next command:

    cd api
    cp .env.example .env
  4. Install pakages by composer

    docker-compose run composer install
  5. Generate database tables

    docker-compose run artisan migrate
  6. Populate data to database tables

    docker-compose run artisan db:seed
  7. Link storage

    docker-compose run artisan storage:link
  8. Run the project whit the next commands:

    docker-compose up

Troubleshot

If you get folder permission error, run following command

chmod -R 777 api/storage/*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.5%
  • Vue 21.9%
  • Blade 1.4%
  • TypeScript 1.2%