Well hi there! This repository holds the code and script for the Blackfire.io: Revealing Performance Secrets with Profiling course on SymfonyCasts.
To get it working, pour some coffee or tea, and follow these steps:
- run
git clone git@github.com:platformsh-templates/bigfoot-workshop.git
- run
cd bigfoot-workshop
- run
git checkout workshop
- run
cp .env .env.local
- run
ddev composer install
- run
ddev php bin/console doctrine:schema:update --force
- run
ddev php bin/console doctrine:fixtures:load -e dev -n
- run
ddev launch
Make sure you have access to:
https://blackfire.io/envs/7455801e-cfc2-4c54-aec8-b72f1d02f2e9/profiles
If not, DM your favorite trainer with the email address associated with your Blackfire account.
Then, set up Blackfire’s credentials:
https://blackfire.io/docs/integrations/paas/ddev
Make sure to select the workshop environment to have the correct credentials auto-filled.
Do local website development on your computer or in the cloud with DDEV. ddev.readthedocs.ioddev.readthedocs.io
Have fun!
If you have suggestions or questions, please feel free to open an issue on this repository or comment on the course itself. We're watching both :).
And as always, thanks so much for your support and letting us do what we love!
<3 Your DevRel friends at Platform.sh