vertexvaar / bluesprints
BlueSprints is a small experimental PHP Project which evolved to a framework
Installs: 4
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- co-stack/lib: ^v6.0.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0.0
- vertexvaar/blueconfig: *
- vertexvaar/bluecontainer: *
This package is auto-updated.
Last update: 2024-10-29 18:08:46 UTC
README
Quickstart & Documentation ;)
The "create-project" way (more quick, provides an example app):
composer create-project vertexvaar/bluedist=dev-master
cd bluedist/
php -S localhost:8080 -t app/public/
The "require" way (uses BlueSprints only as library, no example app):
mkdir bluesprints
cd bluesprints
composer require 'vertexvaar/bluesprints:dev-master' 'vertexvaar/bluewelcome:dev-master'
[ENTER] #(when asked if you want to copy folders)
php -S localhost:8000 -t resources/public/
open http://localhost:8000 in your favorite browser
Problems?
You might find some help in the documentation (especially if you get exceptions). If you did not find what you were searching for you can open a question issue on GitHub.
TODO
- Let Parsedown link to the correct manual page on GitHub (exception help pages)