ATR22's avatar

ATR22 wrote a reply+100 XP

4mos ago

Thank you all for your answers.

I did this. download the whole code from here:

https://github.com/laravel/livewire-starter-kit/tree/cff9db3475153b6d0058ee45adc2fe50b6eef717

It's last update of Livewire starter kit (without Volt) before Fortify stuff.

install regular Livewire starter kit on your project. copy and replace all folders like app, routes, tests ... from downloaded older version to newly installed app.

delete Fortify from everywhere. like configs, composer.json and do these commands:

composer dumpautoload

composer install

and that's it.

ATR22's avatar

ATR22 wrote a reply+100 XP

4mos ago

after adding 2FA to starter kits, they use Fotrify for all auth logics and removed all auth controller. I used to old stuff in all these years. i dont have time to learn f..ing Fortify.

ATR22's avatar

ATR22 wrote a reply+100 XP

4mos ago

i know, but i don't want breeze. I want exactly default livewire starter kit but before last update (the fortify stuff).

and beyond all that, I'm just curious about it, it's weird that we cant give a chosen version to starter kit.

ATR22's avatar

ATR22 wrote a reply+100 XP

4mos ago

I found --using flag for installing other starter kits. Why we can't give the --using same livewire-stater-kit but with older update? Many users need something like this, why they didn't consider this? Am I missing somthing here? is there another way to do it?

ATR22's avatar

ATR22 started a new conversation+100 XP

4mos ago

I dont want use this new feature of starter kits that use Fortify that happend at last month. How i should use version of starter kit before this change? If I use "composer install" to use Laravel 12.30 it doesn't show starter kit selection. and with "laravel new newapp" i can't tell it to use version of 2 months ago.

how I should use Laravel 12 starter kit without all these Fortify stuff?

Thank you.