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
- Host: GitHub
- URL: https://github.com/07rinat07/trello-analoque
- Owner: 07Rinat07
- Created: 2023-07-27T12:58:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T18:14:27.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T03:33:03.910Z (about 1 year ago)
- Topics: api, laravel-framework, mysql-database, postman-api, vue-router, vue3, vuejs2, webpack
- Language: JavaScript
- Homepage: https://youtu.be/CwKrgUTGLbY
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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