Showing 10 of 1,090 results.

Reply Forms

Most sites provide the ability for visitors to reply to one-anothers comments. Meerkat supports this out of the box, but might be one of the most involved aspects of integrating Meerkat in your site's theme. When Meerkat generates the opening tags...

Creating the "Reply To" Link | Reply Forms

In order for visitor's to reply to other visitor's comments, you need to include a "Reply To" link on your site. The exact wording, styling, etc. does not matter. The only thing that matters is that you include the following markup on the "Reply...

Laravel 5: Get the Current Date With today

The today helper function is similar to the now helper function in that it returns a Carbon for the current date, however, the difference is that the today helper function only returns the date component; the time component is set to 00:00:00 ....

Laravel Artisan Tinker: The doc Command

The doc command can be used to view the documentation for an object, class, constant, method, function or property. It can accept either the function, method, class, etc name or a reference to an instance's methods as its arguments. Because of...

Custom Variable Input | Advanced Filtering

…s }} 9 </ ul > 10 11 {{ /meerkat : responses }} 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. Within the meerkat/filters.php site...

Ordering Comments | Sorting Comment Threads

…rameter in the {{ meerkat:responses }} tag: 1 {{ meerkat : responses order = " id,desc " }} 2 3 {{ comments }} 4 <!-- Render the comment thread here. --> 5 {{ /comments }} 6 7 {{ /meerkat : responses }} The syntax for specifying sort order is: 1...

How to Apply These Terms to Your New Programs | License

…the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see < https://www.gnu.org/licenses/ >. Also add information on how to contact you by electronic...

Laravel Artisan Migration Command: The migrate:reset Command

…faults. 2 php artisan migrate:reset 3 4 # Call the command while specifying the connection name. 5 php artisan migrate:reset --database = mysql 6 7 # Reset the migrations on a production environment. 8 php artisan migrate:reset --force 9 10 # Do...

Filter Search