Level 51
try to import class bellow namespace
use Route;
2 likes
I am new to laravel using with Netbean IDE with _ide_helper in root path, when I trying to use Route in AppServiceProvider boot function, I receive this error.
public function boot() { Route::pattern('id', '[0-9]+'); }
Project structure
app
Providers
config
_ide_helper.php
env
composer.json
try to import class bellow namespace
use Route;
Please or to participate in this conversation.