@jox51/purchases-boilerplate
v1.0.0
Published
CLI tool to create new projects from the Laravel React Whop purchases boilerplate
Downloads
103
Maintainers
Readme
@jox51/purchases-boilerplate
CLI tool to create new projects from the Laravel React Whop purchases boilerplate.
Usage
npx @jox51/purchases-boilerplate my-project-nameThis will:
- Clone the boilerplate repository
- Set up the project with your chosen name
- Configure
.envwith your project name - Provide setup instructions
What's in the boilerplate?
- Laravel 12 + React 18 + Inertia.js
- Whop one-time payment integration with server-side polling
- Automatic membership cancellation (enables repeat purchases)
- Email notifications (buyer + admin)
- Blog system with admin dashboard
- Authentication (login, register, email verification)
- Landing page with pricing, features, FAQ, testimonials
- Contact form (Formspree)
- Google Tag Manager
- SEO optimization
After Setup
cd my-project-name
composer install
npm install
php artisan key:generate
# Edit .env with your database, Whop, and email credentials
php artisan migrate
php artisan serve & npm run devSee the full documentation for details.
