We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my project bootstrap js min and othe js also template nav js file not work, This is Laravel 9 project Setting.json { "application": { "single_instance_guid": "", "dpi_aware": true }, "debugging": { "show_console": false, "subprocess_show_console": false, "log_level": "DEBUG4", "log_file": "debug.log" }, "main_window": { "title": "KICL Agent Portal", "icon": "", "default_size": [800, 600], "minimum_size": [640, 480], "maximum_size": [0, 0], "disable_maximize_button": false, "center_on_screen": true, "start_maximized": false, "start_fullscreen": false, "always_on_top": false, "minimize_to_tray": false, "minimize_to_tray_message": "Minimized to tray" }, "popup_window": { "icon": "", "fixed_title": "", "center_relative_to_parent": true, "default_size": [800, 600] }, "web_server": { "listen_on": ["127.0.0.1", 8000], "www_directory": "www/public/index.php", "index_files": ["index.html", "index.php"], "cgi_interpreter": "php/php-cgi.exe", "cgi_extensions": ["php"], "cgi_temp_dir": "", "404_handler": "/pretty-urls.php", "hide_files": [] }, "chrome": { "log_file": "debug.log", "log_severity": "default", "cache_path": "webcache", "external_drag": true, "external_navigation": true, "reload_page_F5": true, "devtools_F12": true, "remote_debugging_port": 0, "command_line_switches": {}, "enable_downloads": true, "context_menu": { "enable_menu": true, "navigation": true, "print": true, "view_source": true, "open_in_external_browser": true, "devtools": true } } }
{ "application": { "single_instance_guid": "", "dpi_aware": true }, "debugging": { "show_console": false, "subprocess_show_console": false, "log_level": "DEBUG4", "log_file": "debug.log" }, "main_window": { "title": "KICL Agent Portal", "icon": "", "default_size": [800, 600], "minimum_size": [640, 480], "maximum_size": [0, 0], "disable_maximize_button": false, "center_on_screen": true, "start_maximized": false, "start_fullscreen": false, "always_on_top": false, "minimize_to_tray": false, "minimize_to_tray_message": "Minimized to tray" }, "popup_window": { "icon": "", "fixed_title": "", "center_relative_to_parent": true, "default_size": [800, 600] }, "web_server": { "listen_on": ["127.0.0.1", 8000], "www_directory": "www/public/index.php", "index_files": ["index.html", "index.php"], "cgi_interpreter": "php/php-cgi.exe", "cgi_extensions": ["php"], "cgi_temp_dir": "", "404_handler": "/pretty-urls.php", "hide_files": [] }, "chrome": { "log_file": "debug.log", "log_severity": "default", "cache_path": "webcache", "external_drag": true, "external_navigation": true, "reload_page_F5": true, "devtools_F12": true, "remote_debugging_port": 0, "command_line_switches": {}, "enable_downloads": true, "context_menu": { "enable_menu": true, "navigation": true, "print": true, "view_source": true, "open_in_external_browser": true, "devtools": true } } }
The text was updated successfully, but these errors were encountered:
This is probably due to old Chromium version embedded with PHP Desktop.
Sorry, something went wrong.
how can we update the old Chromium version?
No branches or pull requests
In my project bootstrap js min and othe js also template nav js file not work, This is Laravel 9 project
Setting.json
{ "application": { "single_instance_guid": "", "dpi_aware": true }, "debugging": { "show_console": false, "subprocess_show_console": false, "log_level": "DEBUG4", "log_file": "debug.log" }, "main_window": { "title": "KICL Agent Portal", "icon": "", "default_size": [800, 600], "minimum_size": [640, 480], "maximum_size": [0, 0], "disable_maximize_button": false, "center_on_screen": true, "start_maximized": false, "start_fullscreen": false, "always_on_top": false, "minimize_to_tray": false, "minimize_to_tray_message": "Minimized to tray" }, "popup_window": { "icon": "", "fixed_title": "", "center_relative_to_parent": true, "default_size": [800, 600] }, "web_server": { "listen_on": ["127.0.0.1", 8000], "www_directory": "www/public/index.php", "index_files": ["index.html", "index.php"], "cgi_interpreter": "php/php-cgi.exe", "cgi_extensions": ["php"], "cgi_temp_dir": "", "404_handler": "/pretty-urls.php", "hide_files": [] }, "chrome": { "log_file": "debug.log", "log_severity": "default", "cache_path": "webcache", "external_drag": true, "external_navigation": true, "reload_page_F5": true, "devtools_F12": true, "remote_debugging_port": 0, "command_line_switches": {}, "enable_downloads": true, "context_menu": { "enable_menu": true, "navigation": true, "print": true, "view_source": true, "open_in_external_browser": true, "devtools": true } } }
The text was updated successfully, but these errors were encountered: