Download the PHP package sdtech/project-installer without Composer
On this page you can find all versions of the php package sdtech/project-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sdtech/project-installer
More information about sdtech/project-installer
Files in sdtech/project-installer
Download sdtech/project-installer
More information about sdtech/project-installer
Files in sdtech/project-installer
Vendor sdtech
Package project-installer
Short Description Simple Laravel web installer with codecanyon product validation
License MIT
Package project-installer
Short Description Simple Laravel web installer with codecanyon product validation
License MIT
Please rate this library. Is it a good library?
Informations about the package project-installer
installer-laravel | A Simple Laravel Project Installer with verify envato purchase licence
- About
- Requirements
- Installation
- Configuration
- Uses
About
A simple laravel project installer with verify envato product licence which gives you a nice interface to setup your project, verify product, database and other configuration just by following the setup wizard. The current features are :
- Check For Server Requirements.
- Check For Folders Permissions.
- Verify Envato purchase licence.
- Ability to set database information with a simple form wizard.
- Migrate The Database.
- Seed The Tables.
Requirements
Installation
-
From your projects root folder in terminal run:
- Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
configuration
- Go to your config folder, then open "installer.php" file
- Search here "env_path", under this change the "env_token" => 'change this value and set it your codecanyon token' .
- Another thing , verify purchase key is not mandatory, you can also manage this from config file->
-
[true means verify purchase key mandatory, and false means not mandatory]
Uses
-
Make a middleware and inside the middleware the code look like ->
- Then add the middleware name to your route.
That's it :-)
All versions of project-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package sdtech/project-installer contains the following files
Loading the files please wait ....