Signature | Laravel 5: String Translation Public API
The signature of the setLocale method is: 1 public function setLocale ( 2 $ locale 3 ) ;
Showing 10 of 2,133 results.
The signature of the setLocale method is: 1 public function setLocale ( 2 $ locale 3 ) ;
The signature of the getLocale method is: 1 public function getLocale ( ) ;
The signature of the setFallback method is: 1 public function setFallback ( 2 $ locale 3 ) ;
The signature of the getFallback method is: 1 <?php 2 public function getFallback ( ) ;
The Cookie facade defines two additional methods. These methods access other, related, components. These methods exist to simplify accessing related components.
…any existing middleware classes that have the same name. An error stating Middleware already exists! will be displayed instead. The make:middleware command is also capable of generated namespaced classes. Accomplish this by separating namespace...
You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require...
Returns a value indicating if any Laravel tag components were parsed. 1 <?php 2 3 public function hasComponents ( ) : bool ;
Returns a value indicating if any component tags were parsed. 1 <?php 2 3 public function hasAnyComponents ( ) : bool ;
Metadata information is managed from your site's backend code, primarily by interacting with the Metadata facade, typically within your site's AppServiceProvider . The metadata manager utilizes a "builder" concept, allowing you to chain multiple...