Skip to content

sagargor006/laravel-wizard-installer

 
 

Repository files navigation

Laravel wizard installer package

GitHub Workflow Status (branch) GitHub GitHub release (latest by date)

A Laravel wizard installer package for Laravel 9.x and higher.

Installation

Require this package:

composer require dacoto/laravel-wizard-installer

You need to publish the config file for this package. This will add the file config/installer.php, where you can configure this package.

php artisan vendor:publish --provider="dacoto\LaravelWizardInstaller\Providers\LaravelWizardInstallerProvider" --tag=config

In order to edit the default template, the views must be published as well. The views will then be placed in resources/views/vendor/wizzard-installer.

php artisan vendor:publish --provider="dacoto\LaravelWizardInstaller\Providers\LaravelWizardInstallerProvider" --tag=views

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • Other 0.6%