https://github.com/ushurbakiyevdavlat/laravelvueblogapp
Simple blog application with Vue3 and Laravel, dockerized with laradock
https://github.com/ushurbakiyevdavlat/laravelvueblogapp
laradock laravel10 vue3-composition-api
Last synced: about 2 months ago
JSON representation
Simple blog application with Vue3 and Laravel, dockerized with laradock
- Host: GitHub
- URL: https://github.com/ushurbakiyevdavlat/laravelvueblogapp
- Owner: UshurbakiyevDavlat
- Created: 2024-04-20T07:58:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T08:00:04.000Z (about 1 year ago)
- Last Synced: 2024-10-30T07:57:26.771Z (7 months ago)
- Topics: laradock, laravel10, vue3-composition-api
- Language: PHP
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vue3 and Laravel10 project
### Description
This project for learning Vue3 and Laravel10.
- It is based on Laravel 10.23.1 and Vue3.
- Composition API is used.
- Database is mysql 8.0### Requirements
1. Git
### Installation
~~~
1. Clone this repository: `https://gitlab.com/DavlatUshur/vue3laravel10course.git`
2. npm install && npm run dev
3. composer install
4. php artisan key:generate
5. php artisan migrate
6. php artisan db:seed
7. php artisan storage:link
8. php artisan breeze:install
9. Open http://localhost:8000 in your browser
~~~