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

Using laravel for developing a self hosted application which is for sale.

You should consider to sell it as service. Otherwise updating will be pain and different environment...

0 Likes
replied 11 years ago

migration, add primary key to id, username, email

$table->primary(array('username', 'email')); Because id is already defined as primary key via bi...

0 Likes
replied 11 years ago

Cant set JSON response utf-8 charset

They are converted characters. There shouldn't be a problem if you decode it or use it in javascript...

0 Likes
replied 11 years ago

Resource route names without prefix

https://github.com/fideloper/fideloper.com/blob/master/app/routes.php#L20

0 Likes
Solved
replied 11 years ago

Question about namespace in the Group Routes

Route::resource('dashboard','Admin\DashboardController'); Route::resource('users','Admin\UsersContro...

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.

© 2026 Laravel.io - All rights reserved.