Closed flyzard closed 7 months ago
Am I missing sth here or the modules are not aware of the authentication?
Please let me know what I'm missing!
For those like me who were not aware, in order to have authorization in your module:
Route::middleware(['web'])->group(function () { Route::get('notifications/counter', Counter::class); });
Am I missing sth here or the modules are not aware of the authentication?
Please let me know what I'm missing!