Search

Showing 7 of 1,697 result(s)

/blog/2021/02/20/integrating-laravel-spark-and-statamic-3#content-improving-the-registration-and-login-experience

…tion page with a success message. Likewise, when a user logs in, they are redirected to the site's home page. Both of these are fine, but we will update our site so that when a user logs in, or after they have registered, they are redirected to...

/blog/2015/07/05/microsoft-net-framework-download-locations

The following table is simply a list of the download locations for various versions of the Microsoft .NET Framework. Version Download Location 1.1 https://www.microsoft.com/en-us/download/details.aspx?id=26 2.0 (Service Pack 2)...

/blog/2016/12/07/laravel-artisan-db-command-the-dbseed-command

The db:seed command is used to add records to a database automatically using a Seeder ( Illuminate\Database\Seeder ) class to generate or provide the records. The db:seed defines three options: class , database and force . The class option can be...

/blog/2016/12/07/laravel-artisan-migration-command-the-migraterefresh-command

The migrate:refresh command can be used to reset and run all outstanding migrations again. This command is a shortcut to calling two other Artisan commands. The following examples are equivalent: The same using the migrate:refresh helper command:...

/meerkat/advanced-filtering#content-custom-variable-input

As we saw in the Basic Filtering guide, we can supply input to our comment filters: When there are only a few values, this can be maintained easily within the template. However, with Meerkat comment filters, you can inject values into the filter....

/meerkat/responses-and-replies#content-multiple-pagination-instances

…ons were careful to mention that some values apply to the "current instance". This is because Meerkat allows you to have multiple threads on a single page, and if they are paginated, you probably don't want all instances to share the same page...

/tidal-starter-kit/v1/site-settings

A few properties of your site can be configured by using the "Site Settings" global, directly within the control panel: Site Name, : Controls the title that appears on the site (, important, : make sure to also update your site's, APP_NAME,...