iamnitinviras/laravel-installer

Laravel web installer

dev-main 2024-12-18 13:12 UTC

This package is auto-updated.

Last update: 2024-12-19 06:48:32 UTC


README

Installation

  1. From your projects root folder in terminal run:
    composer require iamnitinviras/laravel-installer
  1. Register the package
  • Laravel 11.x Register the package with laravel in bootstrap/providers.php add the following:
	IamNitinViras\LaravelInstaller\Providers\LaravelInstallerServiceProvider::class
  1. 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