weareunite / unisys-installer
Unisys skeleton installer for api or frontend.
1.0.6
2018-12-13 13:48 UTC
Requires
- php: >=7.1.0
- ext-zip: *
- symfony/console: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
This package is auto-updated.
Last update: 2025-02-15 04:38:25 UTC
README
Unisys skeleton installer for api or frontend.
Requirements
This package requires PHP 7.1 or higher
Installation
For clean skeleton based on Laravel 5.6, you can use weareunite/unisys-installer that do all bored work for you. Let's install it globally:
composer global require "weareunite/unisys-installer"
Now you can create a new Unisys skeleton:
unisys new project_name
This is going to install all dependencies, publish all important vendor configs, migrate, setup some configs and run migrations.
Command is going to generate and print the password for the default administrator account. Do not forget to save this password.
License
The MIT License (MIT). Please see License File for more information.