Skip to content

devsniper71/010c149babfb9d2daa-Exercice-Webkit-Laravel

Repository files navigation

Tokyo App Recommendation

Project installation and setup

STEP 01: Install composer on docker:

git clone https://raselism71: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@github.com/raselism71/010c149babfb9d2daa-Exercice-Webkit-Laravel.git

STEP 02: Project clone from github:

cd 010c149babfb9d2daa-Exercice-Webkit-Laravel

STEP 03: Enter project directory:

copy .env.example -> .env

STEP 04: Fetch latest sail

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php82-composer:latest \
    composer install --ignore-platform-reqs

STEP 05: Build app

sail build --no-cache

STEP 06: Run project:

sail up -d

STEP 07: Stop & start project:

sail down
sail up -d

Step 08: Generate app key

sail artisan key:generate

Step 09: Storage Link

sail artisan storage:link

STEP 10: Migrate project:

sail artisan migrate:fresh —seed

STEP 11: Docker node install:

sail npm install

STEP 12: Docker node run:

sail npm run start
sail npm run build

Done !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published