Showing 7 of 1,975 result(s)
…ides a cohesive API that combines many of the library's unique features. Documents are constructed from the nodes created by the document parser and a few other details. The best way to create a new document instance is to use the fromText static...
This article is a short comparison of the following application helper functions: Laravel Application Helper Function: abort, Laravel Application Helper: abort_if, Laravel Application Helper: abort_unless All three functions ( abort , abort_if and...
…tion was called, we did not need to include the root namespace of the controller ("App\Http\Controllers"). Laravel will automatically add the namespace for you. Any namespaces that are not part of the root namespace must be included (such as Auth...
The toJson method internally makes a call to PHP's json_encode function. Unlike PHP's json_encode function, the toJson method does not provide a way to specify the depth (essentially how many arrays are nested inside of each other) to which data...
…t similar steps may be used for other CSS purging utilities. To have custom error pages included when producing production asset builds locate your tailwind.config.js file at the root of your site's project and find the purge section. By default...
After a version has been created there are a few additional (and optional) configuration updates you might wish to make. config/social_media_image_kit/genera.php, : You may wish to add your new collection to the, collections, configuration item....
Registers a precompiler with the compiler. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::precompiler method. You do not need to manually call this method to sync compiler information if you use the default...