PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Minimalist PHP Sales Site   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Minimalist PHP Sales Site
Implement a sales site from configuration files
Author: By
Last change:
Date: 1 year ago
Size: 2,856 bytes
 

Contents

Class file image Download

Minimalist sales micro-site

A minimalist sales micro-site

The easiest way to build a micro sales site ?

PHP Minimalist Sales Micro Ecommerce Site

:hammer: Requirements

:thought_balloon: Setup

  1. From a command line opened in the project, run `composer install` to install the project dependencies.
  2. Rename `env.sample` to `.env` and update the details in there.
  3. Run the PHP built-in server `php -S 127.0.0.1:8080` for testing purpose.
  4. Update the products details/list of products in `app/products.php`
  5. Update the product page details in `app/pages/product.page.php`

FYI: The document root file is index.php located in the root directory of this project.

:tada: 3rd party libraries

This project uses the following awesome libs: * Bootstrap v5 * Mustache.PHP * Just HTTP Status Codes * PHP dotenv

:cook: Author

I'm Pierre-Henry Soria. A passionate, perseverant zen & dedicated software engineer ? Coding the best applications with the best practices is my way of life! ?

You can keep in touch with me at: hi@ph7.me ?

[![pH-7][github-image]](https://github.com/pH-7 "Follow Me on GitHub") [![@phenrysay][twitter-image]](https://twitter.com/phenrysay "Follow Me on Twitter")

Pierre-Henry Soria

:tv: Video

[![Watch the video][video-thumbnail]](https://www.youtube.com/watch?v=4OzD_agPFLA)

? Click here to watch on YouTube

:page_with_curl: License

Minimalist sales micro-site is distributed under MIT license ? Enjoy! ??

<!-- GitHub's Markdown reference links --> [github-image]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white [twitter-image]: https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white [video-thumbnail]: https://i1.ytimg.com/vi/4OzD_agPFLA/sddefault.jpg

<!-- Was generated by README Generator CLI on 2021-12-25 https://github.com/pH-7/github-readme-generator-cli -->