Showing 7 of 1,697 result(s)
…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...
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)...
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...
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:...
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....
…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...
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,...