Documentation update mostly
* readme added requriements * script added mailer (unfinished) * man docker * man security * added man easyadmin
This commit is contained in:
parent
b58fe4c685
commit
71a3a72c05
@ -1,5 +1,13 @@
|
|||||||
# symfony
|
# symfony
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
* [Install Composer](https://www.nickyeoman.com/page/install-composer-on-ubuntu) (sudo nala install php-curl php-xml php-mysql)
|
||||||
|
* [Symfony cli](https://symfony.com/download)
|
||||||
|
* php-cli
|
||||||
|
|
||||||
|
## Create your Project
|
||||||
|
|
||||||
I needed a faster install (don't do anything twice).
|
I needed a faster install (don't do anything twice).
|
||||||
Just change "YOUR_PROJECT_NAME" to whatever you want.
|
Just change "YOUR_PROJECT_NAME" to whatever you want.
|
||||||
|
|
||||||
|
@ -76,6 +76,7 @@ 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 sensio/framework-extra-bundle
|
composer req sensio/framework-extra-bundle
|
||||||
|
composer req symfony/mailer
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Symfony development bundles
|
# Symfony development bundles
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# Docker Docs
|
# Docker Docs
|
||||||
|
|
||||||
You should be able to manually parse the docker compose file.
|
You should be able to manually configure the docker compose file base on your requirements.
|
||||||
|
|
||||||
## console
|
## console
|
||||||
|
|
||||||
How to run with docker:
|
How to run with docker:
|
||||||
```bash
|
```bash
|
||||||
sudo docker-compose run php bin/console doctrine:migrations:migrate
|
sudo docker-compose run php bin/console doctrine:migrations:migrate
|
||||||
|
6
docs/EasyAdmin.md
Normal file
6
docs/EasyAdmin.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# EasyAdmin Bundle
|
||||||
|
|
||||||
|
Symfony 6
|
||||||
|
Admin Bundle 4
|
||||||
|
|
||||||
|
https://www.youtube.com/playlist?list=PLrVW8QdFhIiA1da1zOhnhmAMqYoeyGKxV
|
@ -31,7 +31,7 @@ form_login:
|
|||||||
login_path: app_login
|
login_path: app_login
|
||||||
check_path: app_login
|
check_path: app_login
|
||||||
```
|
```
|
||||||
to the firewalls section of config/packages/security.yaml
|
to the firewalls section under main of config/packages/security.yaml
|
||||||
|
|
||||||
### Modify the controller
|
### Modify the controller
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user