The easiest way to build a micro sales site ๐
- PHP 8 or newer ๐
- Composer installed on your machine ๐ฆ
- From a command line opened in the project, run
composer install
to install the project dependencies. - Rename
env.sample
to.env
and update the details in there. - Run the PHP built-in server
php -S 127.0.0.1:8080
for testing purpose. - Update the products details/list of products in
app/products.php
- 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.
This project uses the following awesome libraries ๐
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 always keep in touch with me at: hi@ph7.me ๐ฎ
๐ Click here to watch on YouTube
Minimalist sales micro-site is distributed under MIT license ๐ Enjoy! โค๏ธ