We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Illuminate\Routing\Route
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: