Search

Showing 7 of 1,975 result(s)

/blog/2018/04/21/laravel-5-facades#content-additional-storage-methods

The Storage facade defines a few extra helper methods, both are to help make testing filesystem components within your Laravel application easier. Both of these testing methods will replace the storage disk with a local storage disk; this means...

/meerkat/advanced-reply-forms#content-submit-event-method

The sumbit() method is called when a visitor clicks on the "Submit Reply" button. This method is wired up to the form's submit event, so you can do anything you'd like here:

/antlers-toolbox/formatting

The Antlers formatter is an opinionated formatting tool built on top of js-beautify , and remains compatible with most of the default settings provided by Visual Studio Code.

/antlers-toolbox/getting-started#content-reloading-project-details

…ificant changes to your project's blueprints, globals, etc. and have Visual Studio Code open to just the resources/ directory, you may want to force the extension to reload your project's details. This can be done from Visual Studio Code's...

/blade-parser/v1/compiling-workspaces#content-withdefaultcompileroptions

Removes any custom compiler options and restores the workspace to defaults. 1 <?php 2   3 use Stillat\BladeParser\Workspaces\Workspace ; 4   5 public function withDefaultCompilerOptions () : Workspace ;

/blade-parser/v1/documents#content-getfilepath

Gets the document's file path. 1 <?php 2   3 public function getFilePath () : string ;

/blade-parser/v1/the-compiler#content-getcustomdirectives

Get the list of custom directives. 1 <?php 2   3 public function getCustomDirectives () : array ;