PHP Classes

File: config/steps.php

Recommend this page to a friend!
  Classes of Edward Paul   Laravel Multi-Step Form   config/steps.php   Download  
File: config/steps.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Multi-Step Form
Create forms split in several pages for each step
Author: By
Last change:
Date: 3 years ago
Size: 173 bytes
 

Contents

Class file image Download
<?php

/*
 * You can place your custom package configuration in here.
 */
return [
   
'default' => 'session',
   
'table_names' => env('STEP_TABLE_NAME', 'multisteps'),
];