kubpro/installer

Laravel project easy installer

v2.0.1 2018-10-29 20:16 UTC

This package is auto-updated.

Last update: 2024-05-18 20:36:30 UTC


README

About

  • Easy installation like Wordpress or CMS projects.
  • Wordpress veya CMS projeleri gibi kolay kurulum..

Requirements

Installation

  1. From your projects root folder in terminal run:
    composer require kubpro/installer
  1. Register the package
  • Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.
	'providers' => [
	    Kubpro\Installer\Providers\InstallerServiceProvider::class,
	];
  1. Publish the config file, language file, and assets files
    php artisan vendor:publish

Routes

  • /install

License

This library is released under the MIT license.