ascsoftw / tall-crud-generator

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

Design issue in the config page after installation #25

Closed ramyaaravind5252 closed 9 months ago

ramyaaravind5252 commented 9 months ago

We followed the steps as suggested in the documentation. Livewire, Tailwind css , Alpinejs are installed. Installed the crud generator. Used @livewire('tall-crud-generator') in one of my blade file. But the design is completly broken and unable to proceed. Can you please check and respond as early as possible.

Using Laravel 10, Php 8.1

image

ascsoftw commented 9 months ago

Hi,

Please check and confirm if there is a Server Error or is it a frontend issue.

Also please confirm that you are not using Livewire 3 which is not yet supported.

ramyaaravind5252 commented 9 months ago

Hi, That design issue fixed on installing Laravel/breeze. But attributes part and final button(generate files) were not working. I was using Livewire3. Now I downgraded to 2.x-dev. Is this okay. Now I am not able to proceed to step 2. Getting the below error. Undefined variable $__livewire

image

Is there some thing I am missing

ramyaaravind5252 commented 9 months ago

Hi, Thanks for the response. I have downgraded the Livewire, still having some issues, updated in ticket. Please check and let me know.

On Tue, Sep 12, 2023 at 10:43 AM AscSoftwares @.***> wrote:

Hi,

Please check and confirm if there is a Server Error or is it a frontend issue.

Also please confirm that you are not using Livewire 3 which is not yet supported.

— Reply to this email directly, view it on GitHub https://github.com/ascsoftw/tall-crud-generator/issues/25#issuecomment-1714984264, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCQOGNC7Y3DP23NAMNBLNYDXZ7VRHANCNFSM6AAAAAA4UIKOPU . You are receiving this because you authored the thread.Message ID: @.***>

ascsoftw commented 9 months ago

Hi, The error message suggests that Livewire is not configured properly. Please make sure that TALL Stack is properly configured before using the Plugin.

ramyaaravind5252 commented 9 months ago

Reinstalling the laravel,breeze,livewire and tall package fixed the issue. Thanks for the response.