added documentation

This commit is contained in:
Nick Yeoman 2022-11-16 20:02:30 -08:00
parent b7d44354ec
commit 488afbca2a
5 changed files with 22 additions and 0 deletions

View File

@ -76,6 +76,11 @@ echo "SASS installed you still need to run sass sass/$1.sass public/css/main.css
composer req symfony/process
composer req asset
composer req annotations
composer req symfony/apache-pack
# untested
composer require symfony/security-bundle
# Dev components
composer req --dev maker
@ -122,6 +127,13 @@ composer req -n orm && sleep 1
# ( but not here if you are sharing the script)
# sed -n -e '/^DATABASE_URL/p' .env
################################################################################
# Git
################################################################################
git add .
git commit -m"New Project Script Run Completed"
################################################################################
# Instructions
################################################################################

9
docs/Console.md Normal file
View File

@ -0,0 +1,9 @@
# bin console cheat sheet
## about
Checks the version, support, kernel and php
## version
php bin/console --version

1
docs/Security.md Normal file
View File

@ -0,0 +1 @@
https://symfony.com/doc/current/security.html

View File