Search results

  1. T

    Myqle connection error

    I am also having the same issue. 2002 - No connection could be made because the target machine actively reduce it. I disabled my firewall and antivirus but still same issue. How can I solve it ?
  2. T

    My application required to writesome values to the app.php file inside config folder

    My application required to writesome values to the app.php file inside config folder. But when I tried to write the data to file it is not working. So I tried by placing the app.php as external file in the Data folder. At that time it is writing. But the issue is those values are important...
  3. T

    Cannot connect through network

    I created an exe using exeoutput with laravel and a Xampp server running MySQL. exeoutput is trying to connect with the wrong DB, instead of connecting to the DB mentioned in the .env file. Config is cleared and also verifies no DB name is defined in database.php. Why did exeoutput connect to...
  4. T

    Cannot connect through network

    All the other PC’s are in our internal network so we know the IP address. But the exe output is not connecting to the xampp MySQL server. One more thing the MySQL DB in xampp do not have any password set. Do exeoutput need a connection with the password? Also I am using xampp with MariaDB
  5. T

    Cannot connect through network

    HI if I set up a xampp server with mySQL on one laptop can exe from different laptops connect to this xampp server?
  6. T

    Cannot connect through network

    We have multiple systems connected to the local network and exe is installed on each. One of the systems is set as a server and SqlLite is installed with exeoutput. The exe works perfectly with the sqllite in the server system. What I need is to connect all the exe in other systems to the...
  7. T

    Laravel example

    Hi, can someone share any link which helps to set up exe with the laravel application? I tried with the source folder as the complete application folder and start the index file as index.php in the public folder. When I tried to compile the process stuck at compressing Request.php… Any advice...
Back
Top