How to run laravel5.6 applicationin phpdesktop app with SQLite Database
问题 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