Install and start Fastfony
Create new project
We recommend creating a new development project on a local development machine and follow the Go to production instructions to deploy it on a production server.
- Go on Fastfony Github template link in order to create your own repository from the template.
- Clone the repository to your local machine using the command:
git clone https://github.com/your-username/your-repo-name.git
- Go in the new repo directory
cd your-repo-name
Start Fastfony
- Run
task start
and follow instructions in console. - If you want use OAuth2 server run
task oauth2-server-init
- Enjoy!
By default, Fastfony is available if you use Symfony local proxy at https://fastfony.wip/ or https://localhost:9876 if not.
You can change the hostname or the port by modifying the .symfony.local.yaml
file.
Last updated on