Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 794 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 794 Bytes

Easy Installer for Laravel

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.