enable panel install online
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
This commit is contained in:
parent
915546595a
commit
ca794a2c80
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ return [
|
||||||
// Debug mode (désactiver en production)
|
// Debug mode (désactiver en production)
|
||||||
'debug' => true,
|
'debug' => true,
|
||||||
|
|
||||||
|
'panel' => [
|
||||||
|
'install' => true
|
||||||
|
],
|
||||||
|
|
||||||
// Panel configuration
|
// Panel configuration
|
||||||
'panel' => [
|
'panel' => [
|
||||||
// Menu personnalisé du panel
|
// Menu personnalisé du panel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue