Create a New Project with Spin Pro for Laravel
To get started, you'll need to install Spin. Follow the instructions we have in the documentation for the open source version of Spin.
Create a New Project
Once you have Docker and Spin installed, you can create a new project with a simple command.
You can change my-billion-dollar-idea
to whatever you want to name your project.
Create a new Laravel project called "my-billion-dollar-idea"
spin new laravel-pro my-billion-dollar-idea
You'll have a few prompts to complete during the project creation process. Follow the on-screen instructions to complete the process.
Bring up your development environment
Now that we have our project created, we can bring up our development environment.