cheesegrits / filament-google-maps

Google Maps package for Filament PHP
212 stars 60 forks source link

Class ''Route'' not found #65

Open snekhalikeness opened 8 months ago

snekhalikeness commented 8 months ago

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.