PHP code example of efectn / laravel-langman-gui
1. Go to this page and download the library: Download efectn/laravel-langman-gui 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/ */
efectn / laravel-langman-gui example snippets
Route::group(['prefix' => 'langman', 'middleware' => ['web']], function () {
\Efectn\LangmanGUI\Manager::routes();
});
php artisan vendor:publish --provider=Efectn\\LangmanGUI\\LangmanServiceProvider