Showing 10 of 1,322 results.

Disabling Vite File Hashes

…filenames for my CSS, JavaScript, and assets to remain consistent for compatibility reasons with an existing cache system. I thought this might be one of those "seems simple but eats eight hours of my day" things, but turns out it was actually...

Getting Kint to Work With Laravel 4.1

…m the var_dump() and debug_backtrace() function and formats it nicely. Using Kint, you can look at a well organized representation of your arrays, objects, error messages and exceptions. Anything that var_dump() accepts, really. Here is a shot of...

Laravel Facades Part Two: Using Facades

…4 5 use Illuminate \ Support \ Facades \ Cache ; 6 7 class ExampleController extends Controller { 8 9 public function getIndex ( ) 10 { 11 $ cachedItem = Cache :: get ( ' some_cache_item ' ) ; 12 } 13 14 } The alternative is to inject the cache...

Using Facades | Laravel 5 Facades

…5 use Illuminate \ Support \ Facades \ Cache ; 6 7 class ExampleController extends Controller { 8 9 public function getIndex ( ) 10 { 11 $ cachedItem = Cache :: get ( ' some_cache_item ' ) ; 12 } 13 14 } The alternative 2 is to inject the cache...

The Raw PHP Directives | Core Concepts

The last significant difference to bring attention to is how the library's parser and compiler handle Blade's PHP directive. The library's parser will not attempt to locate the @endphp directive if the opening @php directive contains arguments: 1...

5. Conveying Modified Source Versions. | License

You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices...

Antlers: Building Beautiful Websites with Statamic

Antlers: Building Beautiful Websites with Statamic is the essential resource for Statamic developers aiming to master Antlers. This powerful templating engine powers Statamic CMS. Written clearly and concisely, this guide walks you through core...

Filter Search