Showing 10 of 2,044 results.

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: 1 php...

License

Site Essentials for Statamic is released under the GPL-3.0 license.

13. Use with the GNU Affero General Public License. | License

Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting...

Using the PrettyPaginator | Laravel Paginator Pretty URLs

Now that we have the PrettyPaginator class written, we actually need to use it. This will involve some more work, but its pretty simple. Here are the things we will need to do: Create a new Route for our pagination URL,, Create a function that...