Support the ongoing development of Laravel.io →

kreitje

Joined 2 Feb 2014

Statistics

Threads 0
Replies 52
Solutions 13
Articles 0

kreitje has not posted any threads yet

replied 9 years ago

Redirect loop issue

Try changing Route::any('/user/login', array('as' => 'login', 'uses' => 'UserController@login'...

0 Likes
replied 9 years ago

Swift_TransportException

Username and Password not accepted Is your error. Have you made sure those settings are correct?

0 Likes
replied 9 years ago

Multiple Laravel Apps

Yes you can. In your app/config/app.php file set debug to true (temporarily) or watch the app/stora...

0 Likes
replied 9 years ago

How to pass view name as a variable?

Try this. foreach ($filelist as $page) { Route::get( $page, function() use ($pa...

0 Likes
Solved
replied 9 years ago

[Newbie] How to include a blade input into a javascript

Try using ' instead of ". Form::text will wrap the attributes with quotes which is probably br...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.