Support the ongoing development of Laravel.io →
mgsmus

mgsmus

Joined 8 Feb 2014

Statistics

Threads 0
Replies 47
Solutions 8
Articles 0

mgsmus has not posted any threads yet

replied 11 years ago

Store graph data in database

Create a table for daily maximum online users. Let's say its fields are id,user_count and count_date...

0 Likes
replied 11 years ago

Homestead YAML folder mapping

@sambarocker Did you try http://xenioz.app:8000? http://laravel.com/docs/homestead#ports

0 Likes
replied 11 years ago

how to set the current environment?

This is how I do it: $env = $app->detectEnvironment(array( 'local' => array('OUTERHEA...

0 Likes
replied 11 years ago

Changing mysql tables

Changing table structure means changing repositories, models, controllers, views and other related p...

0 Likes
replied 11 years ago

How to login users immediately after registration

I didn't try but // log the user in then redirect Auth::login($user); return Redirect::to('dashboa...

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.

© 2026 Laravel.io - All rights reserved.