PHP code example of mfn / laravel-view-docblock
1. Go to this page and download the library: Download mfn/laravel-view-docblock 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/ */
mfn / laravel-view-docblock example snippets
<div class="box-body">
<div class="box-body">
<div class='form-group{{ $errors->has("{$lang}.title") ? ' has-error' : '' }}'>
{!! Form::label("{$lang}[title]", trans('page::pages.form.title')) !!}
use Illuminate\Support\ViewErrorBag;
/**
* @param ViewErrorBag $errors
* @param string $lang
*/