kubpro / installer
Laravel project easy installer
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/kubpro/installer
Requires
- php: ^7.0.0
- illuminate/support: ^5.6
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-10-18 23:46:27 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.phpfile.
'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.