Three projects in one repository, comparing the code of the same functionality, how it's done with React, Vue, and Livewire Laravel 12 starter kits.
Inside you will find three repositories: React, Vue, and Livewire, with almost identical functionality:
- CRUD of Pipelines
- Users list with invitations
- One-time Billing with Stripe
How to install
It's the same instruction for all three repositories.
- Clone the repository with
git clone - Copy the
.env.examplefile to.envand edit database credentials there - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate --seed(it has some seeded data for your testing) - Run
npm installandnpm run build - Launch the main URL
/. Login: [email protected] / password - That's it.