Create E-Commerce Restful API using laravel v5.6 framework
- Clone the project
git clone https://github.com/m-deeb/eapi.git projectname - Go to the project folder
cd projectname - Install dependencies
php composer install - Copy
.env.exampleto.envand change database configuration - Generate application's key
php artisan key:generate - Create and populate tables
php artisan migrate:refresh --seed