DEV Community

Cover image for Laravel / Inertia.js / Vue.js project to learn for beginners
Nikola Perišić
Nikola Perišić

Posted on

Laravel / Inertia.js / Vue.js project to learn for beginners

Maybe you’ve noticed that there aren’t many resources available to learn this stack.

Well, today is your lucky day! :)

I’m sharing with you a beginner-friendly project built with this stack, which has already caught the attention of many artisans(30+ stars⭐ and 15+ forks🛠️)

Please star⭐ the project so it can reach an even bigger community.

You can find the project here.


The project includes features such as:

  1. User authentication and authorization
  2. CRUD operations for users and roles
  3. Real-time updates using Inertia.js and Vue.js
  4. Two-factor authentication
  5. Browser sessions management
  6. Full-text search
  7. Pagination
  8. Bulk user deletion
  9. Inertia.js progress indicator
  10. Font Awesome icons
  11. Application analytics
  12. Default user profile avatar
  13. Pipelines
  14. Docker
  15. Tests

Additionally, the project comes with pipelines, so you can also dive into learning how to set up and use CI/CD pipelines ⚙️

GitHub actions Laravel Inertia.js Vue.js

The project also includes tests, so you can explore that aspect of programming as well 🚀

Laravel tests

Until the next post! 😀

Top comments (0)