Skip to content

Commit

Permalink
Merge pull request #37 from geeky3/master
Browse files Browse the repository at this point in the history
Addition of missing migration command in README.md file causing server error
  • Loading branch information
taylorotwell authored May 29, 2023
2 parents 568bd64 + e0293f5 commit 456ed71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ cd next-backend
composer require laravel/breeze --dev

php artisan breeze:install api

# Run database migrations...
php artisan migrate
```

Next, ensure that your application's `APP_URL` and `FRONTEND_URL` environment variables are set to `http://localhost:8000` and `http://localhost:3000`, respectively.
Expand Down

0 comments on commit 456ed71

Please sign in to comment.