Thanks for the reply. @gdgsupport @oldteacher
But I am still having issues
Can you explain in more detail how to implement my requirement using the standalone artisan.exe you mentioned?
I am currently using ExeOutput 2021, but I think the standalone Artisan support is only available in...
@gdgsupport @oldteacher
Any update regarding the issues. I am looking to run a laravel queue in the background so that the background process will not slow down the main application. Any way we can run a queue in exe applications and starting websockets.
I tried the below code inside Application settings > scripting > User main
procedure OnStartMainWindow;
begin
RunPHP('startup.php');
end;
But getting Syntax error
Using ExeOutput for PHP 2021 with a Laravel app that requires both queue workers and websockets.
In local dev, I run:
php artisan queue:work
php artisan websockets:serve
Inside the compiled EXE, I can’t run these manually.
What’s the best way to have both commands start automatically when the...
I am currently using Exeoutput 2021. I have installed pusher and verified all its working in local installation. But when I added all the files and run the application it is showing the error "Class Pusher\Pusher not found."
I made sure that all the require files are present in the vendor...
I have purchased the license to stop showing exeoutput through the application. Already changed the build with exeoutput but still if some error occur still it shows “Exeoutput viewer Error”. How to remove exeoutput brand name throughout the application
I tried the Non-thread version from this link
https://pecl.php.net/package/imagick/3.4.4/windows downloaded 7.3 Non-Thread Safe (NTS) x86
copied the php_imagick.dll to the C:\Program Files (x86)\ExeOutput for PHP 2021\PHPRuntime73\ext, and added from PHP extension “Copy in the Data \ext...
I saw the above answer but it is not working. I am using PHP 7.3. Added the php_imagick.dll and added it using extension and added all the remaining .dll filed to data/ext.
After compiling the the extension is not seen in the php.in
I tried to copy the php_imagick.dll to the C:\Program Files (x86)\ExeOutput for PHP 2020\PHPRuntime73\ext and added to the ext folder through the extension interface but still the exe made with laravel application showing error imagick is required.
In the PHP setting > Debugging, Debugging Option only Enable PHP error logging(errors will be stored in the php_error.log) is enabled. All other options are disabled. Does that result in the Application run in background