cheesegrits/filament-google-maps

Class ''Route'' not found

Opened this issue · 0 comments

Using filament versoin-3 while trying to install the Pacakges and i am getting the error while used this pacakges.

Class "Route" not found

at vendor\cheesegrits\filament-google-maps\routes\web.php:12
8▕
9▕
10▕
11▕
➜ 12▕ Route::get('cheesegrits/filament-google-maps/{file}', FilamentGoogleMapAssets::class);
13▕

i A class import is missing: You have a missing class import. Try importing this class: Illuminate\Routing\Route.