Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedra/base
Base for website in PHP
https://github.com/pedra/base
Last synced: 16 days ago
JSON representation
Base for website in PHP
- Host: GitHub
- URL: https://github.com/pedra/base
- Owner: pedra
- License: mit
- Created: 2016-12-01T22:17:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T13:14:43.000Z (about 8 years ago)
- Last Synced: 2024-11-27T23:11:54.638Z (3 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base
Basic PHP website.# Install
Type in the terminal:```shell
Composer create-project pedra/base ./
```Require [PHP 7](http://www.php.net/) & [Composer](https://getcomposer.org/download/).