I need a variable for my admin dashboard, so my guess is to put something inside cache so I can do I can access it in my admin layout-template.
if (!\Cache::has('admin-menu')) {
\Cache::set('admin-menu', ['some' => 'data']);
}
Should I put it inside route middleware or somewhere else like the RouteServiceProvider? I am not that good in programming so I don't know what is the best approach.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire