Skip to content

Muetze42/example-app-3dq64q

Repository files navigation

Example App

Example Laravel 9 app

Installation

System

Copy .env.example to .env.

Recommended: Set a Nova licence key in the .env file:

NOVA_LICENSE_KEY=xyz

Install requirements

composer install

Building und starting Docker container

./vendor/bin/sail up -d

Generate App Key

php artisan key:generate

Link Storage

php artisan storage:link

Migrate database and seed example data

! Using database Artisan commands in the Laravel Docker Container !

php artisan migrate:fresh --seed

Public Page

Install node requirements

npm i

Run one time production

npm run build

Update after pull

composer install

! Using database Artisan commands in the Laravel Docker Container !

php artisan migrate

Clear Browser Cache

Informationen

A small overview

Packages

For Frontend Assets: