- Joined
- Jun 27, 2022
- Messages
- 23
Which version do you have?
Send me a PM.
2.0
Can you upload here
I Think it is again forum rule
Like create a new post and upload there
I have already complete the update to 2.0 and working fine
sorry as of now I don't have 2.0. I am using 1.8.
Can you share 2.0?
Route::post('login', 'LoginController@submit')->middleware('actch');
the middleware('actch') is the one causing this problem. delete it leave it like Route::post('login', 'LoginController@submit');
Route::group(['prefix' => 'business-settings', 'as' => 'business-settings.', 'middleware' => ['module:settings', 'actch' ]],
Route::group(['prefix' => 'business-settings', 'as' => 'business-settings.', 'middleware' => ['module:settings']],
It is working bro i am using 2.1
Not Working for Me, Any Idea