Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Addition of some functions#91

Open
dyedd wants to merge 3 commits intonoahbuscher:masterfrom
dyedd:master
Open

Addition of some functions#91
dyedd wants to merge 3 commits intonoahbuscher:masterfrom
dyedd:master

Conversation

@dyedd
Copy link

@dyedd dyedd commented Aug 6, 2020

1.Add routing group

we can adopt this method.

route::group('admin', [route::any('/index', 'app\admin@index'),
route::any('/settings', 'app\admin@settings')]);

and then you can visit the link such as ‘admin/index’ and ‘admin/settings’

2.Added support for multi-level directory

sometimes,we may work in the multi-level directory instead of root.
therefore,We need the multi-level directory function, if not, set $app to null

@dyedd dyedd closed this Aug 6, 2020
@dyedd dyedd reopened this Aug 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant