Installation
Linux
laravel new <NAME>-app
Interactive Dialog
-
Which starter kit would you like to install?
- None
- React
- Vue
- Livewire
-
Which authentication provider do you prefer?
- Laravel’s built-in authentication
- WorkOS (Requires WorkOS account)
-
Which testing framework do you prefer?
- Pest
- PHPUnit
-
Would you like to run
npm install
andnpm run build
?- Yes
- No