-
Notifications
You must be signed in to change notification settings - Fork 59
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
adding ID to route #1
Comments
There's a few quirks I'm working out, so I wouldn't be surprised if its a legit bug right now. Also, looks like you need a trailing slash after use Auth;
use Menu;
...
Menu::make('example', function($menu)) {
$menu->add('View Profile', 'profiles/'.Auth::user()->id);
}); And be sure to check if you're logged in first, otherwise |
@bugs @error
I don't have a register method. Error:
|
I'll be sure to look into this! |
I believe this is simply due to the loading order of service providers. If you die and dump the result of See the following forum threads for more information:
|
What is the solution for this problem? |
hmmm, this doesn't seem possible.
Or am I doing something wrong again?
The text was updated successfully, but these errors were encountered: