Laravel | PHP Desktop Application using Electron? [ELECTRON-4-PHP]

Поділитися
Вставка
  • Опубліковано 27 бер 2020
  • We Wrapped a PHP Web Application in Electron, using an awesome project at github.com/AJ-TechSoul/ELECTR... by the name of "ELECTRON-4-PHP".
    Laravel | PHP Desktop Application using Electron? [ELECTRON-4-PHP]
  • Наука та технологія

КОМЕНТАРІ • 48

  • @elonmusk130
    @elonmusk130 4 роки тому

    Interesting

  • @AJProductionKhasi
    @AJProductionKhasi 4 роки тому +1

    @theGimmicBox i m happy that you are using this. I m going to add your video link in Github as laravel implementation. I hope you find it interesting.

    • @theGimmickBox
      @theGimmickBox  4 роки тому +2

      +AJ Production Thank you for your Project and it was very Clever of you. I've successfully packaged it for windows and linux, and it simply worked as expected. Thanks again, really appreciate your work.

    • @AJProductionKhasi
      @AJProductionKhasi 4 роки тому

      @@theGimmickBox You know something, i was always had in mind that this project will work or not, and when i see its working then i am more happy than anyone. :-) Well the grey areas of this project, always make me think a new better version of this, but unfortunately i could not replicate the same. You know how hard it is to fix something on assumption. Create an issue so that i can get proper data to replicate the same. you can tell that to your viewers also. As i am always ready to help. :-)
      github.com/AJ-TechSoul/ELECTRON-4-PHP/#laravel-in-electron-4-php

    • @theGimmickBox
      @theGimmickBox  4 роки тому

      +AJ Production I've tried it in few areas and haven't had a single problem since. If I ever feel something is wrong, I'll open an issue in the project's repo. Thank you.

    • @dg4every1
      @dg4every1 4 місяці тому

      @ajproductionKhasi @thegimmickbox --- I created PHP desktop app with PHP-Desktop as well, tried with this , but how we can hide resources folder where all code is available, we can't share only exe to customer, to install exe we need resources folder too, any way to hide/encrypt or remove it?

  • @ncteam6323
    @ncteam6323 3 роки тому +1

    I have some doubts 1. Can I capture automatic screenshot
    every x seconds 2. Can I know the app and domain usage like domain.com spend 5 hours, photoshop spend 2 hours, skype 30
    minutes.like that

  • @ejntaylor
    @ejntaylor 3 роки тому

    Can't you keep all the laravel files in the directory and then just reference there?

  • @Forgetpswd
    @Forgetpswd 3 роки тому

    what version of node.js in this video?

  • @biplobshaha2829
    @biplobshaha2829 2 роки тому +1

    What about the database? How to interrogate MySQL database? You show just basic laravel. And how to compile it to exe file?

  • @mehdisoufi4523
    @mehdisoufi4523 3 роки тому

    very good tutorial, are the same for symfony??

  • @volu-phixmediaz8537
    @volu-phixmediaz8537 2 роки тому

    how is the database connected please

  • @itachi__
    @itachi__ Рік тому

    Hello from France !
    Does it still work today?

  • @muhammadirfan8623
    @muhammadirfan8623 3 роки тому

    how to connect with Mysql?

  • @AaronEstebanSEO
    @AaronEstebanSEO 2 роки тому

    So you can build Desktop applications using Electron with PHP, but what about making these application cross-platform compatible? Will they run on Windows, MAC, & Linux as well?

    • @nathanielohiare5717
      @nathanielohiare5717 Рік тому

      Electron can package for either windows or osx you can look up their official documentation

  • @s7s96
    @s7s96 Рік тому

    what about database?

  • @daleweaver777
    @daleweaver777 3 роки тому

    @theGimmicBox, what linux distro are you using?

  • @jasonhowardak
    @jasonhowardak 2 роки тому

    @theGimmickBox what operating system do you have installed there?

  • @ithiyatech1784
    @ithiyatech1784 3 роки тому

    hi there how do u configure mysql with the project could u pls show or explain

    • @aggrayye
      @aggrayye 3 роки тому

      i think because he used electron AFTER he finished the project, you can just configure the database setting like you usually setting it in laravel

  • @danielbarrientos7002
    @danielbarrientos7002 4 роки тому

    hi, tried to do the installer and it failed .. any suggestion please

    • @AJProductionKhasi
      @AJProductionKhasi 4 роки тому

      Use npm. Follow the documentation properly. What error you facing ?

  • @bibhasash7371
    @bibhasash7371 2 роки тому

    how to automate npm start

  • @MsSplashIt
    @MsSplashIt 4 роки тому

    What os are you running

    • @theGimmickBox
      @theGimmickBox  4 роки тому

      +NappDev I'm running elementary OS, but the desktop application is platform independent.

  • @gabinv930
    @gabinv930 3 роки тому

    i have an error: it display PHP server not started. Retrying... while the app its running so PHP dont work, can i have help Thanks !

    • @xgamanet
      @xgamanet 3 роки тому

      me too!!

    • @MysticWhiteDragon.
      @MysticWhiteDragon. 3 роки тому +2

      I had the same problem. I found out that you have to add the line [ php: "php/php.exe", ] in the "main.js" file when defining the PHPServer.
      const server = new PHPServer({
      php: "php/php.exe", //

    • @gabinv930
      @gabinv930 3 роки тому

      @@MysticWhiteDragon. thank you it work !! 👍👍

    • @ecucenter9604
      @ecucenter9604 3 роки тому

      @@MysticWhiteDragon. great man ...thanks

  • @techEdunsights
    @techEdunsights 8 місяців тому

    how i can make .exe

  • @nacho2237
    @nacho2237 3 роки тому +1

    Hola @theGimmickBox !, muy interesante! te consulto, como puedo empaquetar en un exe correctamente?, intente usar electron-builder pero me informa un error. Muchas graciasss

  • @therevealmusic
    @therevealmusic 4 роки тому

    can i do this using vanilla php

  • @mduzairfitness
    @mduzairfitness 4 роки тому +1

    npm start not working

  • @bryanbelardo7496
    @bryanbelardo7496 4 роки тому

    nice tutorial but can you make a video to create a executable file or installer for windows??

    • @theGimmickBox
      @theGimmickBox  4 роки тому +1

      +Bryan Belardo yes, ofcourse...we'll.

  • @mduzairfitness
    @mduzairfitness 4 роки тому

    no response after "npm start"