iamnitinviras / laravel-installer
Laravel web installer
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: >=8.2.0
README
Installation
- From your projects root folder in terminal run:
composer require iamnitinviras/laravel-installer
- Register the package
- Laravel 11.x
Register the package with laravel in
bootstrap/providers.php
add the following:
IamNitinViras\LaravelInstaller\Providers\LaravelInstallerServiceProvider::class
- Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
php artisan vendor:publish --tag=laravelinstaller