Showing 10 of 1,204 results.

Example Use | Laravel 5: String Translation Public API

…confusing at first. The method call returns true even though there is no es locale by default. The method call returns true because Laravel supports a fallback locale, which will be used to look up translations if a translation does not exist for...

Signature | Laravel 5: String Translation Public API

The signature of the addNamespace method is: 1 public function addNamespace ( 2 $ namespace , 3 $ hint 4 ) ; The parameters of this method match the parameters of the loader's addNamespace method.

Functions | Procedure vs. Function vs. Method vs. ?

Let's start with functions, because that will flow better with the previous examples. When we wrote our triangleArea function, that really was a function . Functions return a value to whatever code that called it. In our above example, some code...

Laravel Artisan: Interacting With Commands

…s users can interact with Artisan console commands. This article contains many sections which focuses on specific ways to interact with commands or gain information about commands. Each section will examine an example signature, help output or...

15. Disclaimer of Warranty. | License

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR...

How to Apply These Terms to Your New Programs | License

…tware Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...