I have some code where trust is () used. Now I would like to add CSS to these web pages of Larwell.
Can someone say how can I do this?
Unless I am wrong I'm pretty sure that the poster is trying to ask that method That remain outside the app \ view
folder. The forms used by default are in the \ vendor \ zizaco \ confide \ src \ views
folder.
You can change the default forms and edit custom config.php and use custom ones from style them like any other footage.
Change it
* vendor \ zizaco \ confide \ src \ config \ config.php 'login_form' => 'Confide :: login', 'signup_form' = & gt; 'Confide :: signup', 'forgot_password_form' = & gt; 'Confide :: forgot_password', 'reset_password_form' = & gt; 'Confide :: reset_password',
for this
* vendor \ zizaco \ confide \ src \ config \ config.php 'login_form' = & gt; ; 'User.login', 'signup_form' = & gt; 'User.register', 'forgot_password_form' = & gt; 'User.password', 'reset_password_form' = & gt; 'User.reset',
No comments:
Post a Comment