Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subdomain and routes params support #102

Closed
wants to merge 9 commits into from

Conversation

jamalroger
Copy link

Hi developers, i hope you are doing will

I have added a new feature to this amazing package to let it support subdomain and params

Now you can do this
in config:

'domain' => '{user}.domain.com'  // like  laravel routing
'path' => 'slack/{id}' //  like laravel routing

how can get route params ??
it's added into Request property

$request->params // return array ['id'=>val,'sub'=>'val']

I hope this feature help us thanks

@spatie-bot
Copy link

Dear contributor,

because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.

@spatie-bot spatie-bot closed this Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants