Download the PHP package dgvai/larataller without Composer
On this page you can find all versions of the php package dgvai/larataller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dgvai/larataller
More information about dgvai/larataller
Files in dgvai/larataller
Package larataller
Short Description A stand-alone laravel application installer package.
License MIT
Informations about the package larataller
Larataller - 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!
Contents
- Larataller - A Minimalist Laravel Installer Package
- Contents
- Installation
- Publish Configuration
- Setup and configure
- Usage
- Additional Notes
- Examples
- Advanced Usage
- Changelog
- License
Installation
You can install the package via composer:
Publish Configuration
Publish configuration file
For users bellow laravel < 5.5 Add service provider to config/app.php
Setup and configure
The installer configuration is the only major work for this package. So follow carefully this step.
The configuration file config/larataller.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 configuraing
Usage
- Install this package
- Keep a skeleton .env file with an initial
APP_KEY
Generated - Browse
yoursite.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.
License
The MIT License (MIT). Please see License File for more information.