1. Go to this page and download the library: Download ixudra/wizard library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
// Publish all resources from all packages
php artisan vendor:publish
// Publish only the resources of the package
php artisan vendor:publish --provider="Ixudra\\Wizard\\WizardServiceProvider"
// Or publish one resource of the package resources at a time
php artisan vendor:publish --provider="Ixudra\\Wizard\\WizardServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Ixudra\\Wizard\\WizardServiceProvider" --tag="views"
php artisan vendor:publish --provider="Ixudra\\Wizard\\WizardServiceProvider" --tag="lang"