Skip to content

The example shows how to Building a Vue CRUD App with a Laravel API and using MySQL as a database.

Notifications You must be signed in to change notification settings

StackPuz/Example-CRUD-Vue-3-Laravel-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-CRUD-Vue-3-Laravel-11

Prerequisites

  • Node.js
  • Composer
  • PHP 8.2
  • MySQL

Installation

  • Clone this repository git clone https://github.com/stackpuz/Example-CRUD-Vue-3-Laravel-11 .
  • Change directory to Vue project. cd view
  • Install the Vue dependencies. npm install
  • Change directory to Laravel project. cd ../api
  • Install the Laravel dependencies. composer install
  • Create a new database and run /database.sql script to create tables and import data.
  • Edit the database configuration in /api/.env file.

Run project

About

The example shows how to Building a Vue CRUD App with a Laravel API and using MySQL as a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published