How to run laravel5.6 applicationin phpdesktop app with SQLite Database

亡梦爱人 提交于 2019-12-25 00:47:10

问题


I am using Laravel 5.6 application with SQLite database. It is well running on XAMPP server but I want to use it on PHPDesktop App. when I keep all file on PHPDesktop App "WWW" derectory and run the phpdesktop-chrome.exe file the the given error is displaying.

Parse error: syntax error, unexpected '?' in C:\Users\AN\Desktop\phpdeskto\www\core\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php on line 242

来源:https://stackoverflow.com/questions/51744926/how-to-run-laravel5-6-applicationin-phpdesktop-app-with-sqlite-database

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