Skip to content

Basic php router, inspired by Laravel Framework.

Notifications You must be signed in to change notification settings

Hexagon-Dev/hex-router

Repository files navigation

Hex Router

Basic router that is based on $_SERVER['REQUEST_URI'] variable.

Lot of things inspired by Laravel Framework.

To start:

docker compose up
php command migrate # To migrate db
php command seed # To seed db

Now you can make requests on http://127.0.0.1

About

Basic php router, inspired by Laravel Framework.

Topics

Resources

Stars

Watchers

Forks