rafoabbas / laravel-installer

Intaller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Intaller

License:MIT License


Languages

Language:PHP 50.6%Language:HTML 41.0%Language:CSS 7.0%Language:JavaScript 1.4%