You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Laravel + React application for managing user invitations with role-based access control. Users can send invitations via email, and recipients can register using invitation links.
Features
Send user invitations via email
Role-based user management
Email verification system
User authentication and registration
Dashboard with user and invitation management
Responsive UI with modern React components
Getting Started
Prerequisites
PHP 8.1+
Composer
Node.js 18+
MySQL or SQLite database
Installation
Clone the repository
git clone <repository-url>cd user-invitation
Install PHP dependencies
composer install
Install Node.js dependencies
npm install
Environment setup
cp .env.example .env
php artisan key:generate
Configure database
Update your .env file with database credentials:
0 commit comments