offload-projectoffload-projectOfficialยท1 Agent Skills Included

laravel-waitlist

Laravel waitlist management with verification and mailing list sync

Manages multiple waitlists in Laravel apps with sign-ups, status tracking, and invitations. Handles email verification, custom notifications, and lifecycle events without building controllers from scratch. Syncs entries to Mailchimp, Kit, Audienceful, or Constant Contact through queued jobs. Eliminates manual subscriber management and duplicate sign-up handling.
npx skills add offload-project/laravel-waitlist --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Laravel Waitlist?โ–ผ

Run `npx skills add offload-project/laravel-waitlist --all -g -y` in your terminal to install this skill globally for your coding agent.

How to add a waitlist to a Laravel app?โ–ผ

Require the package via Composer, publish the config and migrations, then use the Waitlist facade to create lists and add entries by name and email.

Does Laravel Waitlist support email verification?โ–ผ

Yes. Enable it in the config and the package sends verification emails with single-use tokens, and can block invitations until an entry is verified.

Can Laravel Waitlist sync with Mailchimp?โ–ผ

Yes. It syncs entries to Mailchimp, Kit, Audienceful, or Constant Contact automatically through queued jobs, and you can add custom drivers.

Can one person join multiple waitlists?โ–ผ

Yes. The unique constraint is per waitlist and email pair, so the same person can join as many different waitlists as you create.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’