laravel executable application

久未见 提交于 2019-12-04 19:54:53

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.

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.

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