Team Members
- Dilshan Thenuka - @Dilshan98-code
- Sanduni Sandeepa - @sanduni-sandeepa
- Wathsala Vishwajith @wathsala-vishwajith
- Clone this repository.
- run
composer install
- Populate the .env file referencing the .env.sample
- Use Stripe CLI to enable forwarding of the payment webhooks
stripe listen --forward-to localhost/pay
- https://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2
Use Latest Git. This project uses subtrees for modularizing the core folder. Use, Stackoverflow Reference Atlassian Blog
clone:
git subtree add --prefix core https://github.com/Group-24-VDSL/framework-core.git main --squash
pull:
git subtree pull --prefix core https://github.com/Group-24-VDSL/framework-core.git main --squash
push:
git subtree push --prefix core https://github.com/Group-24-VDSL/framework-core.git main
Also make sure you change your document root to the,
DocumentRoot "<XAMMP_HOME>/htdocs/Grocery-Galleria/public"
├── controllers -
├── core
├── models
├── public
│ ├── css
│ │ ├── **/*.css
│ ├── favicon.ico
│ ├── images
│ ├── index.php
│ ├── js
│ └── └── **/*.js
├── runtime
├── views
│ ├── layouts
├── README.md
├── composer.json
└── .gitignore