https://github.com/technicalguru/php-webapp-template
Template application for the php-webapp framework
https://github.com/technicalguru/php-webapp-template
Last synced: about 1 year ago
JSON representation
Template application for the php-webapp framework
- Host: GitHub
- URL: https://github.com/technicalguru/php-webapp-template
- Owner: technicalguru
- Created: 2020-12-10T18:32:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T18:44:26.000Z (over 4 years ago)
- Last Synced: 2025-02-08T06:30:56.153Z (over 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-webapp-template
Template application for the php-webapp framework
Clone or download this project and copy one of the templates as the starting point
of your own application.
Remember: [technicalguru/webapp](https://github.com/technicalguru/php-webapp) is a framework to ease
and speed up your development of a new website. It cannot solve all your problems but is a
good starting point.
## Bootstrap template
This is currently the only template here. It is based on a classic Bootstrap layout with
a dark navigation bar (sticky at top) in classic standard Bootstrap colors. However you can subclass
the DefaultLayout to achieve your own layout version or add CSS files to change the color schemes.