Skip to content

erfansajjadie/laravel-ecommerce-rest-api

 
 

Repository files navigation

Laravel E-commerce Rest API

Requirements

  1. PHP version 7 or latest
  2. Composer

Instructions

  • After cloning this repository, go to the root folder, run the following command's:
        composer install
    
  • Rename .env.example to .env and provide your database details there.
  • It needs a database table to perform CRUD operations on it. To import the table, run:
    php artisan migrate
  • Seeding database:
    php artisan db:seed
  • Generating a New Application Key
    php artisan key:generate
  • Run
    php artisan serve

About

Laravel e-commerce RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.2%
  • HTML 17.3%
  • Vue 0.5%