Add to an existing project
Spin Pro can quickly be added to an existing project. Follow the steps below to get started.
Run `spin init`
spin init laravel-pro
Important notes
- Make sure you have backups of your local database and any other important data.
- Run this on a test branch and test thoroughly.
spin init
will remove configurations and replace them with Spin Pro configurations.- We will also attempt to automatically update your
.env
. and.env.example
files. - Projects with dumped migration schemas (with
schema:dump
) should skip Laravel Auto-migrations and will need to install the SQL client manually.
Follow the instructions
Follow the instructions in the terminal. It'll take you through the process of adding Spin Pro to your project.
Bring up your development environment
Now that we have our project created, we can bring up our development environment.