cvairlis / simple-laravel-vuejs-crud-system

A simple Laravel VueJS CRUD system to demonstrate technical skills.
0 stars 0 forks source link

Create User form (crud) #3

Open cvairlis opened 3 years ago

cvairlis commented 3 years ago

Create routes and Vue components for a simple form to create, update, delete a user from the system. Please use Laravel API resources. It is preferable to also use contracts (repository) for the crud actions. Finally, be generous to implement tests.

cvairlis commented 3 years ago

image