ascsoftw / tall-crud-generator

Laravel Package to generate CRUD Files using TALL Stack
88 stars 21 forks source link

Livewire\Exceptions\ComponentNotFoundException Unable to find component: [ComponentName-child] #9

Closed locopine closed 3 years ago

locopine commented 3 years ago

My congratulations on the excellent application! Great job!

I leave here my report regarding the "difficulties" I faced with the last release:

After generating a CRUD with the application I encountered the following situation:

Another thing I noticed was that, apparently, the LIVEWIRE components, are being generated during the CRUD steps and, at the end when being named the component does not finish the CRUD generation under the claim that the name is already in use!

Thx.

ascsoftw commented 3 years ago

@locopine

Thank you so much for finding the bug and creating the issue. I will work on the fixes.

ascsoftw commented 3 years ago

@locopine

Generated Code for Component with CamelCased Name like LaravelTips has been fixed in the latest release.