To use the Pack, we created 2 menu options, which you can find on the right of the menu. These menus can be configured in the .codio file.
- Configure Project : Select this when you first access the project to configures the Symfony Site Timezones for your Project.
- Symfony Config: This previews your app. Note the Preview menu allows you to select 'Inside Codio' or 'New Browser Tab'.
To configure your Symfony Site Timezones
- Go to the Run menu.
- Select
Configure Project.
If you prefer to run the configuration script yourself, open the terminal (Tools>Terminal) and enter
bash symfonyconfig.sh
To access your Symfony application
- Go to the Preview menu.
- Select
Symfony Config.
We set this up using https so it can be previewed inside a Codio Tab.
This Starter Pack was built on the LAMP+Composer Codio Certified Stack.