PHP code example of lianmaymesi / lara-installer
1. Go to this page and download the library: Download lianmaymesi/lara-installer 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/ */
lianmaymesi / lara-installer example snippets
Route::middleware(['web', 'check-install'])->group(function () {
// Your routes
});
bash
php artisan vendor:publish --provider="Lianmaymesi\LaraInstaller\LaraInstallerServiceProvider" --tag="lara-installer-config"
bash
php artisan vendor:publish --provider="Lianmaymesi\LaraInstaller\LaraInstallerServiceProvider" --tag="lara-installer-views"
return [
'php_version_id' => env('LI_PHP_VERSION_ID', 80012)
]