Installation

Installation

Linux

laravel new <NAME>-app

Interactive Dialog

  1. Which starter kit would you like to install?

    • None
    • React
    • Vue
    • Livewire
  2. Which authentication provider do you prefer?

    • Laravel’s built-in authentication
    • WorkOS (Requires WorkOS account)
  3. Which testing framework do you prefer?

    • Pest
    • PHPUnit
  4. Would you like to run npm install and npm run build?

    • Yes
    • No