Fix on AdminLTE 3, and add some features

This commit is contained in:
Ludovic CANDELLIER
2020-05-09 01:05:55 +02:00
parent d0e3bb6251
commit 86a073cad7
27 changed files with 670 additions and 95 deletions

View File

@@ -0,0 +1,5 @@
<?php
return [
'layouts_path' => env('EMAIL_LAYOUTS_PATH', resource_path('views/email-layouts')),
];