https://github.com/kunicmarko20/guard-talk-example
Code used in my Symfony Guard talk
https://github.com/kunicmarko20/guard-talk-example
php sonata-admin symfony
Last synced: 11 months ago
JSON representation
Code used in my Symfony Guard talk
- Host: GitHub
- URL: https://github.com/kunicmarko20/guard-talk-example
- Owner: kunicmarko20
- License: mit
- Created: 2017-09-24T11:06:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T19:42:36.000Z (over 7 years ago)
- Last Synced: 2025-04-06T16:53:04.176Z (12 months ago)
- Topics: php, sonata-admin, symfony
- Size: 85.9 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Guard Example
=====================
Choose your version:
[Symfony 2.8](https://github.com/kunicmarko20/guard-talk-example/tree/2.8)
[Symfony 3.4](https://github.com/kunicmarko20/guard-talk-example/tree/3.4)
[Symfony 4.1](https://github.com/kunicmarko20/guard-talk-example/tree/4.1)
This is example code for implementing Symfony Guard with SonataAdminBundle instead of SonataUserBundle.
This code from branch 2.8 was used in a talk that you can find [here](https://speakerdeck.com/kunicmarko20/symfony-guard-you-dont-need-fosuserbundle).