Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

username #5

Closed
santhika29 opened this issue Sep 18, 2013 · 1 comment
Closed

username #5

santhika29 opened this issue Sep 18, 2013 · 1 comment

Comments

@santhika29
Copy link

can we use username on login form?
or we must use email?
and where i can set the $sitename ?

@MrJuliuss
Copy link
Owner

Hi, for the login i answered here : http://forums.laravel.io/viewtopic.php?pid=55608#p55608

You can set the site name with View::composer in filters.php (or routes.php) like this :

View::composer('syntara::layouts.dashboard.master', function($view)
{
$view->with('siteName', 'My Site');
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants