A pre-configured Symfony 5 Skeleton with User Auth, Api and SQLite Database for an easy kickstart.
- Symfony 5
- Symfony Webpack Encore
- Sass loader enabled
- Vue ^2.6 enabled
- Vue-Axios bridge
- symfony/messenger
- symfony/workflow
- Api Platform
- User Auth
- Bootstrap 5
- Symfony 5 Requirements
- Symfony CLI
- yarn
- clone the repo
composer install
yarn install
- create
local.env
add yourDATABASE_URL
php bin/console doctrine:migrations:migrate
symfony serve -d && yarn dev-server
app:create:user <email> <password>
to create a new User from the Command Line