简体   繁体   中英

Hide command prompt in laravel desktop application

I have developed a laravel desktop application and it is working fine. When i run my laravel desktop application php artisan serve command automatically starts in the command prompt and it shows on the desktop like this在此处输入图片说明 but I do not require to be shown it should run in the background. guide me for this thank you in advance

Hi thanks for everyone who tried their best to help me out i got my solution you just need to change your setting.json file for desktop application and shut down the console as default

"debugging": {
    "show_console": false,
    "subprocess_show_console": false,
    "log_level": "DEBUG4",
    "log_file": "debug.log"
},

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM