laravel-waitlist
Laravel waitlist management with verification and mailing list sync
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core