6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website

6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website 2.5.2 (Nulled)

No permission to download
Please, Log in or Register to view quote content!
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');
Login should work.

to remove other areas where this middleware is called there is line 349 or 348 but somewhere there

Route::group(['prefix' => 'business-settings', 'as' => 'business-settings.', 'middleware' => ['module:settings', 'actch' ]],
Now you will have to remover the 'actch' again
should be
Route::group(['prefix' => 'business-settings', 'as' => 'business-settings.', 'middleware' => ['module:settings']],

the business setup should work too. if you find another area which am sure is not there, its probably becuase of the actch just remove it.
 
How I wish this developer could add taxi and on demand service.

Is there anyone here that could do this
 

Latest resources

Members online

No members online now.

Forum statistics

Threads
5,953
Messages
14,108
Members
4,092
Latest member
tinche666
Back
Top Bottom