- Easy installation like Wordpress or CMS projects.
- Wordpress veya CMS projeleri gibi kolay kurulum..
- From your projects root folder in terminal run:
composer require kubpro/installer
- 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,
];
- Publish the config file, language file, and assets files
php artisan vendor:publish
/install
This library is released under the MIT license.