Search

Showing 7 of 2,041 result(s)

/blog/2016/12/07/laravel-artisan-general-command-the-down-command

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...

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-example-use-1

After the following code is executed: The $attributes variable would look have a value similar to the following:

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-signature-3

The signature of the jsonSerialize method is: public function jsonSerialize();