Support the ongoing development of Laravel.io →
mukeshp004

mukeshp004

Joined 23 Jun 2014

Statistics

Threads 15
Replies 10
Solutions 1
Articles 0

Route::to() not working on shared hosting

return Redirect::to('dashboard'); after login it show this text SUCCESS! Redirecting to http://pos....

0 Likes
0 Replies

helper.php file errror on shared hosting server

get error on shared hosting Parse error: syntax error, unexpected '[' in /home/patelgvs/public_html/...

0 Likes
2 Replies
Solved

Remove the public from url in laravel 4 .htaccess

I want to remove public from url using .htaccess withput changing directory structure eg :- http://l...

0 Likes
0 Replies

how to use join on more thane 3 table using Eloquent / Convert the above query in Eloquent way

table name ( class name of model ) user ( UserModel ) id, name product ( ProductModel ) id, name, us...

0 Likes
1 Replies

Convert the query in eloquent ( which relationship to use in user model )

user table id name username email password role id name role_detail role_id -> primary of ro...

0 Likes
2 Replies
replied 10 years ago

[L5.1] create facades using packages

Can i get any example on how to create package and register facades for that package i had used this...

0 Likes
replied 10 years ago

L [5] : Use Eloquent model Globally without using namespace

Its Manual process where i will have to add alias for each model. is their any shortcut way to add a...

0 Likes
replied 10 years ago

L [5] : how to autehnticate user on curl

Thanks Marcod http://laravel.com/docs/5.0/authentication i had added below line in htaccess as menti...

0 Likes
replied 11 years ago

helper.php file errror on shared hosting server

Thanks Done. My php version of shared hosting was <5.4 i upgarded it .

0 Likes
Solved
replied 11 years ago

Convert the query in eloquent ( which relationship to use in user model )

Thanks this one worked for me .... :-) can you help me for this complex query on the below given lin...

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.