filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.97k stars 2.93k forks source link

Route [filament.resources.testimonials.index] not defined #3860

Closed PirellYO closed 2 years ago

PirellYO commented 2 years ago

Package

filament/filament

Package Version

v2.0.0

Laravel Version

v9.x

Livewire Version

v8.0.0

PHP Version

PHP.8.x

Problem description

image

I get this error when creating Resources

php artisan make:filament-resource CategoryResource

Expected behavior

Successfully created CategoryResource!

Acces admin panel

Steps to reproduce

creating resource

Reproduction repository

none

Relevant log output

No response

github-actions[bot] commented 2 years ago

Hey @PirellYO! We're sorry to hear that you've hit this issue. 💛

However, it looks like you forgot to fill in the reproduction repository URL. Can you edit your original post and then we'll look at your issue?

We need a public Git repository which contains a Laravel app with the minimal amount of Filament code to reproduce the problem. That would allow us to download it and review your bug much easier, so it can be fixed quicker. Please make sure to include a database seeder with everything we need to set the app up quickly.

Also, it doesn't look like you've provided much information on how to replicate the issue. Please edit your original post with clear steps we need to take.

gintoki05 commented 6 months ago

i need the answer T_T