Skip to Content
For DevelopersInstall and start Fastfony

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.

  1. Go on Fastfony Github template link in order to create your own repository from the template.
  2. Clone the repository to your local machine using the command:
git clone https://github.com/your-username/your-repo-name.git
  1. Go in the new repo directory cd your-repo-name

Start Fastfony

  1. Run task start and follow instructions in console.
  2. If you want use OAuth2 server run task oauth2-server-init
  3. 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