summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
24 hoursRemoved abstract strategy and broke all function implementations to traitsHEADmasterSam Light
26 hourscreates group can directly create a groupSam Light
27 hoursmake group return itselfSam Light
27 hourstesting middleware dispatchSam Light
27 hoursMake it so the router will call the middlewareSam Light
27 hoursMake it so a route has instance of group passedSam Light
27 hoursEnsure dispatch runs middleware methodSam Light
27 hourstesting adding middleware to routes and groupsSam Light
27 hoursCreated tests for having middlewareSam Light
27 hoursSetup structure for storing middleware and added test todosSam Light
27 hourscode formattingSam Light
27 hoursmiddleware trait and added to routerSam Light
27 hourstesting router creates routes with or without / prefixSam Light
27 hoursfixing tests and code formattingSam Light
27 hourstesting of the full group routesSam Light
27 hoursTesting the creating routes on a group definition and code formatSam Light
27 hoursCreate a group route and name itSam Light
27 hourstest the getFullName method on GroupSam Light
27 hoursmade and tested getFullPath and written getFullName.Sam Light
27 hoursgetting parents and path from group and testingSam Light
27 hoursshared code in traits for common features for groupsSam Light
27 hoursnull checkSam Light
27 hourscode formattingSam Light
27 hoursgenerating routes with parameters and testsSam Light
27 hoursstrategy parameter parsingSam Light
27 hoursfix typoSam Light
27 hoursroute get path methodSam Light
27 hoursbuild routes with with parametersSam Light
27 hoursMake route from route stringSam Light
27 hoursgenerate named routeSam Light
27 hourscase insensitive path matchingSam Light
27 hoursadded regex matcher to path segment type and testSam Light
27 hoursCreated new missing para exceptionSam Light
27 hoursRenamed router route method to makeSam Light
27 hoursassert middleware call orderSam Light
27 hoursstrategy runs middleware testSam Light
27 hourstype hint docblock middleware $next paramSam Light
27 hoursupdate packagesSam Light
27 hourscode format on middleware testSam Light
27 hoursChanged php cs fixer to align phpdocs leftSam Light
27 hoursStarted structure for group definitionSam Light
27 hoursStarted structure for middlewareSam Light
27 hoursRouteDefinition can add nameSam Light
27 hoursadded named routes to routerSam Light
27 hoursRoute methods now return RouteDefinition class and testingSam Light
27 hoursthrow an exception when route handler does not return responseSam Light
27 hoursremove unused exceptionSam Light
27 hoursadded deprications phpstan extensionSam Light
27 hoursstricter php stan with ignores for pest testingSam Light
27 hoursRouter tests for creating routesSam Light