Showing 7 of 1,975 result(s)
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...
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:
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.
…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...
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 ;
Gets the document's file path. 1 <?php 2 3 public function getFilePath () : string ;
Get the list of custom directives. 1 <?php 2 3 public function getCustomDirectives () : array ;