Laravel Projects Examples

3-in-1 React/Vue/Livewire Starter Kit Examples: CRUD, Teams, Billing

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.example file to .env and 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 install and npm run build
  • Launch the main URL /. Login: [email protected] / password
  • That's it.

Want to get the access to GitHub repository?

Become a Premium Member for $129/year or $29/month