https://github.com/dashpilot/smallstack-php
SmallStack is the smallest and simplest way to start a website with php, oldskool style.
https://github.com/dashpilot/smallstack-php
Last synced: about 1 year ago
JSON representation
SmallStack is the smallest and simplest way to start a website with php, oldskool style.
- Host: GitHub
- URL: https://github.com/dashpilot/smallstack-php
- Owner: dashpilot
- Created: 2025-02-01T13:30:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T13:53:04.000Z (over 1 year ago)
- Last Synced: 2025-02-01T14:31:41.465Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmallStack
SmallStack is the smallest and simplest way to start a website with php, oldskool style. It contains a `Router` and the `Blade template engine`. Just download the template, upload it to your webserver and you're done. Modular and with 0 dependencies.
# Creating modules
A module is a subfolder of `/modules` and contains a controller (uppercase filename, contains the routes for this controller) and some Blade templates. Take a look at `/modules/Default.php` for the default controller. To load a module, simply include it in `/public/index.php`