Skip to content

A clone of home and product page of digikala.com website

Notifications You must be signed in to change notification settings

prstwo/digikala-laravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Project

before installation:

  • install php & phpstorm & xampp

  • install mysql & navicat

  • install git & sourcetree

  • install composer & npm

  • clone this project from this repository with git clone https://github.com/saber13812002/digikala-laravel.git

  • change directory into your new cloned directory with cd digikala-laravel

  • run composer i

  • run npm i

  • create database in mysql (with navicat or any tools you have)

  • clone .env.example with new name .env

  • edit env file with your mysql credentials, and your new db name

  • run php artisan migrate

  • run php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published