You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ To use it, you have to enable contrib recipes on your project : `composer config
35
35
- Locking system, to stop scheduling a command that has returned an error
36
36
- Monitoring with timeout or failed commands (Json URL and command with mailing)
37
37
- Translated in french, english, german and spanish
38
+
- An [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle) configuration template available [here](Resources/doc/index.md#6---easyadmin-integration)
Copy file name to clipboardexpand all lines: Resources/doc/index.md
+40
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,46 @@ This can easily be done by using standard overrides in Symfony, as described [he
142
142
143
143
In your project, you'll want to copy the `Navbar:navbar:html.twig` template into `app/Resources/JMoseCommandSchedulerBundle/views/Navbar/navbar.html.twig`. Any changes to the file in this location will take precedence over the bundle's template file.
144
144
145
+
### 6 - EasyAdmin integration
146
+
147
+
If you want to manage your scheduled commands via [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle) here is a configuration template that you can copy/paste and change to your needs.
0 commit comments