Error "Route not defined" on newly create resource
I am creating a new resource i don't know why this error is generating
using this command to create resource php artisan make:filament-resource Order --generate
also resource is created but there is no route in the
php artisan route:list
how to add this route ?
using this command to create resource php artisan make:filament-resource Order --generate
also resource is created but there is no route in the
php artisan route:list
how to add this route ?
