Showing 7 of 2,041 result(s)
The down command is used to put the application into maintenance mode. It does this by creating a file named down in the framework storage path (which by default is storage/framework/ ). The following demonstrates the command's usage: php artisan...
Combine this method with slug to create interesting results:
The signature of the set method is:
Given the following array: We can reassign the arrays like so: The value of $testArray would now be:
After the following code is executed: The $attributes variable would look have a value similar to the following:
The following method calls are equivalent:
The signature of the jsonSerialize method is: public function jsonSerialize();