Search results

  1. 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...
  2. 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...
  3. 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
  4. 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.
  5. 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
Back
Top