- Notifications
You must be signed in to change notification settings - Fork27
Screencast code, script and butterflies behind the "Cosmic Coding with Symfony 7" tutorial
License
SymfonyCasts/symfony7
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Well hi there! This repository holds the code and script for theSymfony, Doctrine Relations & Warp Drive Basicscourse on SymfonyCasts.
If you've just downloaded the code, congratulations!!
To get it working, follow these steps:
Download Composer dependencies
Make sure you haveComposer installedand then run:
composer installYou may alternatively need to runphp composer.phar install, dependingon how you installed Composer.
Build TailwindCSS
This project uses TailwindCSS, to build the CSS file run:
php bin/console tailwind:buildStart the Symfony web server
You can use Nginx or Apache, but Symfony's local web serverworks even better.
To install the Symfony local web server, follow"Downloading the Symfony client" instructions foundhere:https://symfony.com/download - you only need to do thisonce on your system.
Then, to start the web server, open a terminal, move into theproject, and run:
symfony serve(If this is your first time using this command, you may see anerror that you need to runsymfony server:ca:install first).
Now check out the site athttps://localhost:8000
Have fun!
If you have suggestions or questions, please feel free to open an issueon 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 friends at SymfonyCasts
About
Screencast code, script and butterflies behind the "Cosmic Coding with Symfony 7" tutorial
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.