Search results

  1. dearnex

    Securing the vendor folder in Data

    An issue I’ve come across when using ExeOutput is security, how do you protect the vendor folder without having to compile it directly into your exe? The reason for this question is: I’ve exported the vendor folder to Data and tried the encrypting option on compiling, however this causes...
  2. dearnex

    Running Laravel's artisan schedule:run as a timer

    I’ve attempted to solve this with this code: $_SERVER['argv'] = ['artisan', 'schedule:run']; include('artisan'); But this doesn’t seem to work, I’ve then proceeded to switch schedule:run with a test command which just uses the touch function to create a file in storage every minute but that...
  3. dearnex

    Background image or loading gif

    I’ve been looking around the docs and forums trying to find a way to make this loading screen a little prettier. I would like to add an image with a loading gif in the middle or something similar, rather than just being able to add/change the text, since it’s quite bland and not very...
  4. dearnex

    How do you ignore a file/folder if it already exists when running the installation for a second time

    Hi, I’m trying to build an updater for my exeoutput application but in Paquet Builder i’m unable to figure out how to make the installer ignore existing files. For example: I don’t want the mysql folder to be overwritten if it already exists, however on the initial install I want it to be...
Back
Top