How to solve Symfony\Component\Routing\Exception\RouteNotFoundException Route [filament.admin.resources.api-keys.index] not
Wahid

Wahid @abdulwahidkahar

About: Writing about the mistakes I made in software development and the solutions I found to overcome those challenges.

Location:
Indonesia
Joined:
Nov 12, 2023

How to solve Symfony\Component\Routing\Exception\RouteNotFoundException Route [filament.admin.resources.api-keys.index] not

Publish Date: Aug 1 '24
1 0

Make sure to create a resource using the command below:

php artisan make:filament-resource ApiKey
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment