Laravel 12 Vue 3 Inertia CRUD App – Contact Management with Search (Free Source Code)
This project was built using Laravel 12, Vue js 3, and Inertia js. Users need to register and log in to use the app. Once done, users can create, update, and delete contacts.
Users can also search for contacts, add contacts to their favorite list, and order contacts by name ascending or descending.
How to use:
- Download the source code
- Run composer update
- Run npm install && npm run dev
- Migrate the tables: php artisan migrate
- Start the server: php artisan serve
Demo