I am new in laravel 4 In my app every user my have many blog which store in in table in database Blo...
I use laravel 4.2 and in my route file i use this code Route::group(array('domain' => 'www.eee.do...
Hello, i use this auth in laravel $validator = Validator::make(Input::all(), array ( 'email' =&g...
Hi, i used route subdomain documentation http://laravel.com/docs/4.2/routing#sub-domain-routing like...
i solve it like @TerrePorter said $find_user = User::Where('email', '=' , 'Input::get('email')')->...
OK Man, My problem solved as i expect by edit in host file in windows directory by adding this line...
i don't think because i didn't change any think in it and this is my .htaccess file <IfModule mod...
The Laravel portal for problem solving, knowledge sharing and community building.
The community