Skip to content

A laravel project using vue to build a BookShop website

Notifications You must be signed in to change notification settings

CassioJr/laravel-bookshop

Repository files navigation

BookShop

A laravel project using vue 2 to build a BookShop website.

How to run

If you want to run the project, you need to run the following commands after clone:

composer install
cp .env.example .env
php artisan key:generate

It is important to change the following line in . env called APP_URL to the same port that Vite is using.

npm run dev
php artisan serve

About

A laravel project using vue to build a BookShop website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published