Zum Inhalt springen
← Zurück zu den Projekten

Live 02

#Installation

git clone https://github.com/leandrocfe/live-02.git

Run the commands:

cd live-02
cp .env.example .env
composer install

Laravel sail:

sail up -d

Run the commands:

sail artisan key:generate
sail artisan migrate
sail npm i
sail npm run dev

#Usage

Create a new user account with the following command:

sail artisan make:filament-user

Open /admin in your web browser, sign in, and start your app!

Neue Version verfügbar.