Skip to content

A python program that creates a installer of a laravel project encased in a zip file. It checks for missing basic requirements in order for a laravel application to function in windows such as XAMPP, Composer, & 7zip.

Notifications You must be signed in to change notification settings

Dejoyag782/Installer-Package-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstallerPackageCompiler

A python program that creates an installer of a laravel project encased in a zip file. It checks for missing basic requirements in order for a laravel application to function in windows such as XAMPP, Composer, & 7zip.

In order to execute you must first install python

after installing python run a console and execute this command "pip install pyinstaller"

Place your application zip file in the "my_project" folder and update the "installer_withUI.spec" and "installer_withUI.py" and look for the zip file name

once done you can proceed to opening a terminal on the InstallerPackageCompiler directory and execute "pyinstaller installer_withUI.spec"

after the compiler is done you can now use the installer executable file found in the "dist" folder inside the InstallerPackageCompiler directory.

About

A python program that creates a installer of a laravel project encased in a zip file. It checks for missing basic requirements in order for a laravel application to function in windows such as XAMPP, Composer, & 7zip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages