Error Families | Parser Errors
The following error families may be reported: Error Family Code Parser P Validation V Compiler C Third-party extensions should not emit error codes in the parser family.
Showing 10 of 2,044 results.
The following error families may be reported: Error Family Code Parser P Validation V Compiler C Third-party extensions should not emit error codes in the parser family.
Comments may be published from the Control Panel by selecting the "Publish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors. It is recommended to not enable automatic publishing so...
…d to from the Control Panel by selecting the "Reply" option below the comment's content. An inline comment reply form will appear, allowing you to reply directly from the Control Panel. The currently authenticated user details will be used as the...
…null an implementation of \Illuminate\Contracts\Cookie\Factory (which is an instance of \Illuminate\Cookie\CookieJar by default) is returned instead. When not being used to return a CookieJar instance, the cookie function makes a call to the make...
The signature of the get method is: 1 public function get ( 2 $ key , 3 array $ replace = [ ] , 4 $ locale = null , 5 $ fallback = true 6 ) ;
The signature of the has method is: 1 2 public function has ( 3 $ key , 4 $ locale = null , 5 $ fallback = true 6 ) ;
1 public function hasForLocale ( 2 $ key , 3 $ locale = null 4 ) ;
The signature for the load method is: 1 public function load ( 2 $ namespace , 3 $ group , 4 $ locale 5 ) ;
The signature for the addLines method is: 1 public function addLines ( 2 array $ lines , 3 $ locale , 4 $ namespace = ' * ' 5 ) ;
The signature of the setFallback method is: 1 public function setFallback ( 2 $ locale 3 ) ;