Create a table for daily maximum online users. Let's say its fields are id,user_count and count_date...
@sambarocker Did you try http://xenioz.app:8000? http://laravel.com/docs/homestead#ports
This is how I do it: $env = $app->detectEnvironment(array( 'local' => array('OUTERHEA...
Changing table structure means changing repositories, models, controllers, views and other related p...
I didn't try but // log the user in then redirect Auth::login($user); return Redirect::to('dashboa...
The Laravel portal for problem solving, knowledge sharing and community building.