spin new
Create and initialize a new project with Spin.
Usage
Usage for "spin build"
spin new <app-type> <project-name>
Live Demo
Here is a live demo that covers creating a new project from start-to-finish with Laravel.
Create a new project with Spin installed
Getting started with a new project is easy with Spin. Simply run the spin new
command followed by your project name and Spin will create a new project for you with Spin installed.
Project Types:
laravel
: Create a new project with the latest stable version of Laravel.nuxt
: Create a new project with the latest stable version of Nuxt.
Optional - Specify your project name
By default, Spin will use the framework's default project name and create the project in the current directory of where you're running Spin. If you'd like to specify your own project name, simply add it as the second argument to the spin new
command.
Example of "spin new" with custom project name
spin new laravel my-billion-dollar-idea