Skip to content

phramework/examples-blog

Repository files navigation

Simple blog example using phramework

Install

composer update

Run

You can execute composer run to start a local php server at port 8085

composer run

or expose /public to your webserver.

You can access the book controller using GET http://localhost:8085/test/ request.

Test

Test code for errors

composer test

Lint code

Lint code using PSR-2 coding style

composer lint

About

Simple blog example using phramework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published