An open API service indexing awesome lists of open source software.

https://github.com/07rinat07/trello-analoque

Laravel + VueJS. SPA. Trello analogue
https://github.com/07rinat07/trello-analoque

api laravel-framework mysql-database postman-api vue-router vue3 vuejs2 webpack

Last synced: 5 months ago
JSON representation

Laravel + VueJS. SPA. Trello analogue

Awesome Lists containing this project

README

          






Vue.js

### Brief instructions for installing and configuring the educational project
* composer create-project laravel/laravel:^8.0 example-app
* In file .env input value and setting database
* php artisan migrate
* composer require laravel/ui
* php artisan ui:auth
* php artisan ui bootstrap
* php artisan ui vue
* npm update vue-loader

### For start
* php artisan serve
* npm run watch (each change starts the build automatically)
____________________________________________________
*

### Install Vue + Laravel 8-9 & VUE 2-3
* to install laravel version not newer than 8.8, you need to switch php to version 7.4 or 8 but not newer.

1. composer create-project laravel/laravel projectName --prefer-dist

2. composer require laravel/ui

3. php artisan ui vue

4. npm install

5. npm run dev

6. npm i vue-loader

7. npm install vue-router vue-axios

8. npm run dev