Skip to content

Laravel 8 CRUD with Vue3 using Composition API. It's an open-source project built with love for web artisans.

Notifications You must be signed in to change notification settings

rafi021/laravue3CompAPI

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About LaravelSPA

It is a Laravel 8 & Vue 3, Composition API based SPA demo project (Continue Development). Build with love and open source for developers.

  1. Laravel 8
  2. Tailwind CSS
  3. laravel/breeze -- Authentication (composer require laravel/breeze --> php artisan breeze:install)
  4. Vue 3
  5. Compositon API
  6. Vue Router 4
  7. Vue Loader 16.8.1

Getting Started Step by Step

  1. In your root folder, clone the project file using git clone https://github.com/rafi021/laravue3CompAPI.git
  2. Open terminal (bash/cmd). Then go to project folder using command
cd laravue3CompAPI
  1. Then install required files and libraries using
composer install
  1. Then create a .env file and generate key for this project using command
cp .env.example .env

php artisan key:generate
  1. Then compile all CSS & JS files together using this command
npm install && npm run dev

or

yarn install && yarn run dev
  1. Create a database in MYSQL and connect it with your project via updating .env file.
  2. After connecting the db with project, then run command
php artisan migrate:fresh --seed

Finally we are ready to run our project using this command

php artisan serve 

About

Laravel 8 CRUD with Vue3 using Composition API. It's an open-source project built with love for web artisans.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published