Support the ongoing development of Laravel.io →
Joe96

Joe96

Joined 28 Apr 2014

Statistics

Threads 44
Replies 23
Solutions 5
Articles 0
posted 11 years ago

Syntax error

Hey, i just swiched from local webhost [xampp on windows] to a website and i get this error Symfony...

0 Likes
2 Replies
Solved
posted 11 years ago

Routing with subfolder

Hey, i have this route Route::get('report/{id?}', array('as' => 'report', function($id = null) {...

0 Likes
3 Replies
Solved
posted 11 years ago

Store graph data in database

Hey, i have a question: i have a game server, and i have an api that retrieves the players online. I...

0 Likes
4 Replies
posted 11 years ago

Blank page

Hey, i use this <? $names = DB::table('Accounts')->get(); ?> and the page does not load aft...

0 Likes
5 Replies

Route redirect

Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...

0 Likes
1 Replies
Solved
replied 10 years ago

Check if url with argument is accessed right now

I solved it with @if(Request::is('item/*')) //my stuff here @endif

0 Likes
Solved
replied 10 years ago

Global functions

Thank you, it worked, but now the page is loading slower, it takes about 3 seconds for it to load, a...

0 Likes
replied 11 years ago

Auth::login won't work

psychonetic said: Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get(...

0 Likes
replied 11 years ago

Should i make more use of the models?

TorchSK said: The number of models should match the number of DB Tables (minus the pivot tables) I...

0 Likes
replied 11 years ago

Default Mail not working

I also had problems with that, so i changed to smtp. You make an account to any mail system [i recom...

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.