Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismademe/php-site-framework
Starter kit for building simple websites.
https://github.com/chrismademe/php-site-framework
Last synced: 2 days ago
JSON representation
Starter kit for building simple websites.
- Host: GitHub
- URL: https://github.com/chrismademe/php-site-framework
- Owner: chrismademe
- Created: 2015-09-04T12:37:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T18:06:39.000Z (about 9 years ago)
- Last Synced: 2023-03-06T14:22:08.631Z (over 1 year ago)
- Language: PHP
- Size: 766 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Site Framework
1. Copy this folder to your project root.
2. Edit package.json with your project name and description.
3. Open Terminal and run "npm install -dd" from your project folder to install package dependencies. This can take a while.
4. Create something awesome!## Important
When you upload your project, make sure you login to the root folder in the FTP account, your htdocs/public_html folder will be public facing and src should always be uploaded outside of the public folder.**Do not upload /node_modules.**
### To do
- Add composer support for PHP dependency management.
- Add Bower support for front-end dependency management.