Download the PHP package devzkhalil/installer without Composer
On this page you can find all versions of the php package devzkhalil/installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package installer
Laravel One Click Installer - A Minimalist Laravel Installer Package
The installer package you need for your laravel application in release field. The simplest, minimalistic installer for your application. Works on any laravel version!
Installation
You can install the package via composer:
Publish Configuration
Publish configuration file
Publish Assets
Publish assets file
Setup and configure
The installer configuration is the only major work for this package. So follow carefully this step.
The configuration file config/installer.php
comes with some installation properties. The properties are also well documented in the comment of the file. Also, a brief description is given here:
After done configuring
Usage
- Install this package
- Keep a skeleton .env file with an initial
APP_KEY
Generated - Browse
your-site.com/install
to get started.
Additional Notes
- You do not need to delete any file or uninstall the package after installation, it's middleware protected
- If you want to change the APP_KEY after installation, keep a migration with
Artisan::call('key:generate')
- Installer setup is always developer-end work, so be sure your migration runs without any bug normally. A developer can manually check the migration from fresh terminal install, even the installer give the migration output, the user can not debug your migration errors. So before applying installer, be sure about your migrations.
Examples
Advanced Usage
Export the views to customize your design of installer! (If you wish to customize)
Changelog
Please see CHANGELOG for more information what has changed recently.