← Volver a proyectos
Live 02
The skeleton application for the Laravel framework.
#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!