PHP code example of nativecodein / laravel-install-wizard
1. Go to this page and download the library: Download nativecodein/laravel-install-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/ */
nativecodein / laravel-install-wizard example snippets
// config/installwizard.php
'locales' => [
'en' => 'English',
'tr' => 'Türkçe', // new
],
'rtl_locales' => ['ar', 'he', 'fa', 'ur'], // add new RTL locales here