bramus / bramus/router

How define route name

Open
#79 6 comments 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
1.1k
Forks
236
PR merge metrics
No merged PRs in 30d

Description

I want use route name and using in template. Like laravel route system.

like this;
Route::get("/path/{id}", "controller")->name("routeName");

in Template;
route("routename", ["id" => 1]);

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points; begin by examining the repository's current routing and template-related entry points. Done should be a settled implementation for naming a route and generating its URL with the example id value, with tests covering both uses.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.