Documentation update mostly
* readme added requriements * script added mailer (unfinished) * man docker * man security * added man easyadmin
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# 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
|
||||
|
||||
How to run with docker:
|
||||
```bash
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user