https://github.com/itstructure/laravel-microshop
https://github.com/itstructure/laravel-microshop
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itstructure/laravel-microshop
- Owner: itstructure
- Created: 2020-09-19T17:08:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:49:14.000Z (about 3 years ago)
- Last Synced: 2025-04-06T10:02:09.336Z (about 1 year ago)
- Language: PHP
- Size: 3.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel microshop application
## Introduction
A simple internet shop.
**Based on Laravel 7**
## Requirements
- php >= 7.2.5
- composer
## Installation
1. Clone project.
`SSH SOURCE: git@github.com:itstructure/laravel-microshop.git`
`HTTPS SOURCE: https://github.com/itstructure/laravel-microshop.git`
2. Install dependencies by running from the project root `composer install`
3. Copy and rename file `.env.example` to `.env`.
4. Generate `APP_KEY` in `.env` file, run: `php artisan key:generate`
5. Set a database connect options in `.env` file.
6. Run migrations: `php artisan migrate`
7. Run seeders: `php artisan db:seed`
## Usage
To go to the admin panel, register in a system and log-in.
There is no a role control (without RBAC).
You can:
- Manage product categories.
- Manage products.
- See new orders.