Laravel E-commerce
Installation
-
Clone the repo
git clone https://github.com/alijumaan/laravel-ecommerce.git
-
Install Composer packages
composer install
-
Copy the environment file & edit it accordingly
cp .env.example .env
-
Generate application key
php artisan key:generate
-
Create Database then migrate and seed
php artisan migrate --seed
-
Linking Storage folder to public
php artisan storage:link
-
Compile all your assets including a source map
npm install && npm run dev
-
Serve the application
php artisan serve
-
Configuration email
add mail configuration in .env
Permission folder
sudo chmod -R 777 settings.json
Notes
if you need countries, states, cities data (change database in public/ecommerce_world.sql line 22)