https://github.com/liebsen/speedread
https://github.com/liebsen/speedread
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/liebsen/speedread
- Owner: liebsen
- License: mit
- Created: 2021-02-13T23:58:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T16:51:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T10:44:25.988Z (over 1 year ago)
- Language: CSS
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glitch.com PHP Skeleton
This is a super basic skeleton to get PHP working out of the box for glitch.com.
You should be able to download this project, and get PHP running for your glitch
application.
Glitch currently seems to support PHP 7.0, but does have a bunch of extensions
already set up. There is a good chance your framework of choice might work without
too many changes.
## How to Use
To use this project, you will need to create a new project in Glitch, and select
"Clone from Git Repo". Past in this git repo address and it should create a new
project for you!
* https://github.com/dragonmantank/glitch-php-skeleton.git
You cannot import this into an existing project, as the Apache config files will
not carry over for some reason. From there you can pull down the glitch repo
through git and start to work!
## References
This is being built using some of the information found at:
* https://glitch.com/~lamp-poc
* https://glitch.com/~php-poc