Getting started
Setup an admin panel
Create a new project
# With Composer:
composer create-project symfony/skeleton:"8.0.*" my_project_directory
cd my_project_directory
composer require webapp
# Or with Symfony CLI:
symfony new my_project_directory --version="8.0.*" --webapp
cd my_project_directoryAllow Contrib Recipes
composer config extra.symfony.allow-contrib trueInstall the package using Composer and Symfony Flex

Run your web server

Using AssetMapper
Disabling Stimulus app & Symfony UX stylesheets from third party package
Starting Stimulus App
Last updated
Was this helpful?
