Laravel Update and exeoutput encoding of code

i am using laravel with exeoutput.
now i wanted update feature so i converted my application in to laravel.
because i found one library - https://github.com/pietrocinaglia/laraupdater
now if i use this then
how will i be able to manage with encoding of my code that exeoutput does ?

It won’t work because files compiled inside the EXE won’t be updated by the updater.
To update your app, you must recreate a new EXE file.
The workaround is to keep files outside the EXE by placing them into the “Data” subfolder. But that means your source files will remain accessible to anyone.

so i need to recreate exe
then update in user computer
and then restoring database…

Long way i guess
i hope you bring update feature fast
because with out update feature its getting hard…