Laravel Hotswap is now finish, working with InertiaJS ReactJS, and VueJS. Could be some bugs, not had time to finish testing everything. Hope you guys give it a go.
https://github.com/JoshuaHeathcote1987/Laravel_Hotswap/tree/main
How to use
From a fresh app run
composer require joshlogic/hotswap:dev-main
php artisan hotswap:scaffold
Choose either vue or react depending on your project.
php artisan hotswap:create ecommerce
composer dump-autoload
npm run build
php artisan serve