blade-extensions icon indicating copy to clipboard operation
blade-extensions copied to clipboard

Laravel Blade Extension Classes for Laravel 5

Results 2 blade-extensions issues
Sort by recently updated
recently updated
newest added

```php 1 @php 2 $array = array_fill(0, 10, 'hello'); 3 \Log::info($array); 4 @endphp 5 @wct ({{ $array }}) 6 ``` ```php 17 public function getDirectives() 18 { 19 \Log::info(__FUNCTION__); 20...

The `composer.json` file needs to constrain the required illuminate packages and PHP version. - [ ] Add required `Illuminate` packages to `composer.json` - [ ] Add Travis CI Job