How to solve Symfony\Component\Routing\Exception\RouteNotFoundException Route [filament.admin.resources.api-keys.index] not
Wahid
Posted on August 1, 2024
Make sure to create a resource using the command below:
php artisan make:filament-resource ApiKey
After the resource is created, configure the schema and columns as needed.
Once everything is set up according to your requirements, run the following commands:
chown -R www-data:www-data *
php artisan optimize
💖 💪 🙅 🚩
Wahid
Posted on August 1, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.