Closed trevorllarson closed 5 years ago
When using just the firewall.whitelist, getting call to undefined.
Route::group(['middleware' => 'firewall.whitelist'], function () { Route::get('/admin', 'Admin\DashboardController@index'); });
https://ep.d.pr/D0W1Er
Thanks Travor for reporting.
Thanks for the quick response!!!
How do I add several ip of different ranges in the white list? could someone help me
When using just the firewall.whitelist, getting call to undefined.