mirror of
https://github.com/kevin-DL/breeze-next-template.git
synced 2026-01-11 18:34:27 +00:00
wip
This commit is contained in:
@@ -20,7 +20,13 @@ cd next-backend
|
||||
composer require laravel/breeze
|
||||
|
||||
php artisan breeze:install api
|
||||
```
|
||||
|
||||
Next, ensure that your application's `APP_URL` and `FRONTEND_URL` environment variables are set to `http://localhost:8000` and `http://localhost:3000`, respectively.
|
||||
|
||||
After defining the appropriate environment variables, you may serve the Laravel application using the `serve` Artisan command:
|
||||
|
||||
```bash
|
||||
# Serve the application...
|
||||
php artisan serve
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user