Installable Laravel app
I want to package my laravel app/filament into a self extracting executable installer with post script that runs artisan commands and install it locally (windows environment).
There is this application that we use that does it. It extracts the web app into a folder in C drive, with just the apache and mysql files (probably xampp). I want to achieve the same thing. I also want this application to run without the
php artisan serve
command.
Is there anyone who already done it? If so, can you share some steps on what software did you use to achieve such thing.
Thank you!5 Replies
Maybe NativePHP is fitting in that case?
Just needed a self extracting executable to unzip it to desired folder and edit some files via script.
Only chance slightly close would be Herd.
It is for macOS though