laravel executable application

北城以北 提交于 2019-12-09 23:33:49

问题


I have worked in one project which is built up with laravel , XAMPP Server which is replicate of desktop application created in .net

I need help regarding , how can I convert whole thing including my laravel PHP projects, xampp server and all required files into .exe file which is stand alone for Windows application. Can anyone help me if there is anyway to make .exe file.


回答1:


I think it is not possible because in laravel we can make only web based applications and whereas in .net we can make both web and desktop based applications.




回答2:


see PHPDESKTOP at https://github.com/cztomczak/phpdesktop you can place the laravel code in www folder and might need to change some settings and files location to run the app.

And this repo at https://github.com/williamnwogbo/laravel_desktop contains laravel with phpdesktop.

Also there is one more project laragon https://laragon.org/ but its only a portable webserver and dbserver with additional features to add like node.js, python etc. It provides easy click interface to install laravel or php frameworks. You can explore how to use it.



来源:https://stackoverflow.com/questions/46930101/laravel-executable-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!