📋 CRUD(Create, Read, Update, Delete) Laravel with Vue.js
Prerequisites • Technologies • Author
Before you begin, you will need to have the following tools installed on your machine: Git, MySQL, Node.js. Besides, it is good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone <https://github.com/DanielBr98/crud-laravel-vue.git>
# Access the project folder on terminal/cmd
$ cd crud-laravel-vue
# Copy .env.example file to .env and edit database credentials there
$ composer install
$ php artisan key:generate
# Enable the MySQL connection and then run
$ php artisan migrate
$ npm install
$ npm run dev
# Access the project in the browser
$ php artisan serveThe following tools were used in the construction of the project:
- PHP
- Laravel
- MySQL
- Vue.js
- JavaScript
- HTML
- CSS
- Bootstrap
- XAMPP
Daniel Brasil 💥
Created by Daniel Brasil 👋🏽 Contact me!
