summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
32 hoursfixing tests and code formattingSam Light
32 hourstesting of the full group routesSam Light
32 hoursTesting the creating routes on a group definition and code formatSam Light
32 hoursCreate a group route and name itSam Light
32 hoursmade and tested getFullPath and written getFullName.Sam Light
32 hoursgetting parents and path from group and testingSam Light
32 hoursshared code in traits for common features for groupsSam Light
32 hoursnull checkSam Light
32 hourscode formattingSam Light
32 hoursgenerating routes with parameters and testsSam Light
32 hoursstrategy parameter parsingSam Light
32 hoursroute get path methodSam Light
32 hoursbuild routes with with parametersSam Light
32 hoursMake route from route stringSam Light
32 hoursgenerate named routeSam Light
32 hourscase insensitive path matchingSam Light
32 hoursadded regex matcher to path segment type and testSam Light
32 hoursCreated new missing para exceptionSam Light
32 hoursRenamed router route method to makeSam Light
32 hourstype hint docblock middleware $next paramSam Light
32 hoursChanged php cs fixer to align phpdocs leftSam Light
32 hoursStarted structure for group definitionSam Light
32 hoursStarted structure for middlewareSam Light
32 hoursRouteDefinition can add nameSam Light
32 hoursadded named routes to routerSam Light
32 hoursRoute methods now return RouteDefinition class and testingSam Light
32 hoursthrow an exception when route handler does not return responseSam Light
32 hoursremove unused exceptionSam Light
32 hoursRefactor dispatch to use a seperate findRoute methodSam Light
32 hoursmake router match any routeSam Light
32 hourscode formattingSam Light
32 hoursMake basic routing workSam Light
32 hoursbig updateSam Light
32 hoursAdded more methods to the PathSegment class and testsSam Light
32 hourscreated some basic structure classesSam Light