Support the ongoing development of Laravel.io →

dvabr

Joined 15 Apr 2014

Statistics

Threads 0
Replies 5
Solutions 1
Articles 0

dvabr has not posted any threads yet

replied 8 years ago

Laravel 5: mimes validator always returning errors even with right mime type.

Hi, Are you using the PHP built in server? The built in server supports a limited number of mime typ...

0 Likes
replied 9 years ago

Do some formatting after getting an object from DB

The best Presenter package out there - in my opinion - is 'Easy View Presenters' by the author of La...

0 Likes
replied 9 years ago

How to change home page based on login details.

if ( Auth::check()) { Route::get('/','AdminController@index'); } else { Route::get('/','HomeContro...

0 Likes
replied 9 years ago

Login error message

Joe96 said: Actually, i had some problems with auth attempt, so i just used auth login $auth = User...

0 Likes
replied 9 years ago

Login error message

Hi, Validation & error messages is very well documented: http://laravel.com/docs/validation You...

0 Likes
Solved

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.