Skip to content

yusufkggoglu/Laravel9-Ecommerce

Repository files navigation

1-Setup (install/create) Database and PHP server.

2-Install Composer

3-Install npm.

4-Install git. Get this project from Github (git clone).

5-Copy ".env.example" file and rename to ".env". Edit the .env file (connect to DB).

6-Run "composer update".

7-Run "npm install", then "npm run dev".

8-Run "php artisan key:generate". It will add application key to the .env file.

9-Run "php artisan migrate --seed" Laravel Migrations and Seeds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published