kubpro / installer
Laravel project easy installer
v2.0.1
2018-10-29 20:16 UTC
Requires
- php: ^7.0.0
- illuminate/support: ^5.6
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-03-18 22:42:24 UTC
README
About
- Easy installation like Wordpress or CMS projects.
- Wordpress veya CMS projeleri gibi kolay kurulum..
Requirements
Installation
- 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
Routes
/install
License
This library is released under the MIT license.