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

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

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
~~~