Search results

  1. A

    Running Artisan commands

    Does the latest Exeoutput 2025 has any easy way to run the artisan commands. I need to run queue:work and scheduler:run when the application starts
  2. A

    Running Artisan commands

    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...
  3. A

    Running Artisan commands

    @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.
  4. A

    Running Artisan commands

    I tried the below code inside Application settings > scripting > User main procedure OnStartMainWindow; begin RunPHP('startup.php'); end; But getting Syntax error
  5. A

    Running Artisan commands

    Any update regarding this, Is there any way I can run the laravel queue system when application runs in exeoutput
  6. A

    Running Artisan commands

    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...
  7. A

    Implementing Pusher with exeoutput

    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...
  8. A

    Exeoutput still shows "Exeoutput error" even after purchase license

    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
  9. A

    How to use Imagick Extension in the Exeoutput for php 2021

    Yes. That was the issue, I was pasting the dependencies to the Data folder instead of exe folder
  10. A

    How to use Imagick Extension in the Exeoutput for php 2021

    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...
  11. A

    Making php imagick extension work - SOLVED

    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
  12. A

    How to use Imagick Extension in the Exeoutput for php 2021

    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.
  13. A

    Making php imagick extension work - SOLVED

    Do we need to put the IM_MOd and CORE_RL in the Data folder of exeoutput output folder?
  14. A

    Clear the application session, when the exe is closed

    Is there any way to clear the laravel session if the user closes the exe using its close buttons, instead of laravel applications logout function
  15. A

    Application is closed but still running in task manager

    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
  16. A

    Application is closed but still running in task manager

    We are using ExeOutput for PHP 2021
  17. A

    Application is closed but still running in task manager

    Our Exe application also has this same issue. Even after we closed the application it remains open in taskmanager. None of the PHP scripts is running.
Back
Top