We bought the pro version, we're already using the latest version and saw that you used legacy laravel/ui with framework upgrade from 7 to 8.
Upgrade because Laravel 8 out of the box now comes with Models Directory (app/Models), introduced Dynamic Blade Components and have entirely re-written as Model factories classes.
Also, most important thing: for UI, Laravel Breeze or Laravel Jetstream are heavily promoted and laravel/ui package's usage is discouraged from use in the future.
Any chance to upgrade the Pro theme to use Laravel Breeze or Laravel Jetstream with both stacks (Livewire + Blade / Inertia + Vue) ?
We bought the pro version, we're already using the latest version and saw that you used legacy laravel/ui with framework upgrade from 7 to 8. Upgrade because Laravel 8 out of the box now comes with Models Directory (app/Models), introduced Dynamic Blade Components and have entirely re-written as Model factories classes. Also, most important thing: for UI, Laravel Breeze or Laravel Jetstream are heavily promoted and laravel/ui package's usage is discouraged from use in the future.
Any chance to upgrade the Pro theme to use Laravel Breeze or Laravel Jetstream with both stacks (Livewire + Blade / Inertia + Vue) ?