Showing 10 of 1,090 results.

Browser Support

Tidal makes use of Tailwind CSS 3 and Alpine.js 3 for the front-end portion of the site. Tidal should work well on the latest stable versions of the following browsers: Chrome, Firefox, Edge, Safari Tidal does not support any version of Internet...

API Endpoints | Advanced Reply Forms

The Endpoints static object contains the API endpoints that you can submit to from your site. The default endpoints are: Endpoint Description SubmitComment The API endpoint to POST comment replies to. You might use the endpoints like so (the...

canceled Event Method | Advanced Reply Forms

The canceled() method is called after a visitor has clicked the "Cancel Reply" link on your site. Meerkat will supply the ID of the comment that the visitor was replying to as well as an instance of the comment form: 1 MeerkatReply . canceled =...

Laravel Artisan Tinker: The clear-compiled Command

…are located in the bootstrap/cache/ directory. The compiled classes cache is stored in a file named compiled.php and the services cache is stored in a file named services.php . This command will remove both of these files if they exist. This...

Laravel Artisan Event Command: The event:generate Command

…d app/Listeners/EmailPurchaseConfirmation.php . It should also be noted that this command will not overwrite any previously generated events or listeners and can be ran as many times as necessary.The event:generate command is simply a convenient...

Laravel Artisan Queue Command: The queue:table Command

…a new migration for the jobs database table. This table is required to use the database queue driver. This command defines no parameters and can be used like so: 1 php artisan queue:table The migration will create a jobs table with the following...

Filter Search