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 wrote a reply+100 XP
4mos ago
ATR22 wrote a reply+100 XP
4mos ago
ATR22 wrote a reply+100 XP
4mos ago
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.