This is Simple CURD Operation with laravel api and vue js, vite config .
* Api
* Api Vertioning
* Repository Peterrn
- composer update
- .env.example edit to .env
- .env file set database connection credantial
- php artisan migrate
- npm i
- npm run dev
- php artisan serve
/app
/controllers
/Api
/v1
/UserController.php
/v2
/UserController.php
If you come across any issues please report them https://github.com/Ashofiq/biodataapp/issues.
Thank you for considering contributing to the Laravel Boilerplate project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Ahmad Shafik at [email protected].
If you discover a security vulnerability within this boilerplate, please send an e-mail to Ahmad Shafik at [email protected], or create a pull request if possible. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.