Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saber13812002/advance-ecommerce-project
udemy learning project for laravel 8
https://github.com/saber13812002/advance-ecommerce-project
ecommerce laravel laravel8 laravel8x php project sample shop video-streaming woocommerce wordpress
Last synced: about 1 month ago
JSON representation
udemy learning project for laravel 8
- Host: GitHub
- URL: https://github.com/saber13812002/advance-ecommerce-project
- Owner: saber13812002
- Fork: true (easylearningbd/advance-ecommerce-project)
- Created: 2021-08-04T14:04:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T18:31:13.000Z (over 1 year ago)
- Last Synced: 2024-09-18T09:27:02.294Z (about 2 months ago)
- Topics: ecommerce, laravel, laravel8, laravel8x, php, project, sample, shop, video-streaming, woocommerce, wordpress
- Language: Less
- Homepage: https://shop.pardisania.ir
- Size: 79.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About This project
- install composer
- run composer install
- run cp .env.example .env
- create db and config DB_.. key in .env file
- run php artisan key:gen
- run php artisan migrate
- run php artisan storage:link
- run php artisan serve
- if you want to use it as microservice read [As Microservice] of this readme file below.
- if you want to config in cpanel read CPANEL section
## As Microservice
if you use this app as microservice you should config
``` AS_MICROSERVICE=1 ``` in your project .env file## Documentation
For swagger documentations please open : localhost:8000/api/docs
## CPANEL
- for FILESYSTEM_DRIVER and storate you need: https://gist.github.com/saber13812002/75db95cc2ce47067e8730f3ff8e9def5
- your php version should be 7.4
- mbstring and fileinfo installed in extension tab
- composer update needed if upgrade## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).