PHP code example of sebastianjung / laravel-vault-423

1. Go to this page and download the library: Download sebastianjung/laravel-vault-423 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/ */

    

sebastianjung / laravel-vault-423 example snippets


Route::group('middleware' => ['vault']], function () {
  Route::get('/', 'SiteController@index');
});

php artisan vendor:publish --provider='SebastianJung\Vault423\Vault423ServiceProvider'

php artisan package:discover