added documentation
This commit is contained in:
parent
b7d44354ec
commit
488afbca2a
@ -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 symfony/process
|
||||||
composer req asset
|
composer req asset
|
||||||
composer req annotations
|
composer req annotations
|
||||||
|
composer req symfony/apache-pack
|
||||||
|
|
||||||
|
# untested
|
||||||
|
composer require symfony/security-bundle
|
||||||
|
|
||||||
|
|
||||||
# Dev components
|
# Dev components
|
||||||
composer req --dev maker
|
composer req --dev maker
|
||||||
@ -122,6 +127,13 @@ composer req -n orm && sleep 1
|
|||||||
# ( but not here if you are sharing the script)
|
# ( but not here if you are sharing the script)
|
||||||
# sed -n -e '/^DATABASE_URL/p' .env
|
# sed -n -e '/^DATABASE_URL/p' .env
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Git
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
git add .
|
||||||
|
git commit -m"New Project Script Run Completed"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Instructions
|
# Instructions
|
||||||
################################################################################
|
################################################################################
|
||||||
|
9
docs/Console.md
Normal file
9
docs/Console.md
Normal 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
1
docs/Security.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://symfony.com/doc/current/security.html
|
Reference in New Issue
Block a user