Hey guys, Since on my old topic (http://forumsarchive.laravel.io/viewtopic.php?id=10766) the links a...
Just add an hidden input (as normal) with the csrf token, i use dropzone, works fine.
ghprod said: Thanks a lot Bruno, maybe you want to update your laravel starter kit to use sentry 3,...
Another way, more cleaner, but, i don't know exactly how you're doing them, but i have an example be...
public function index() { $competitions = Competition::orderBy('date', 'desc')->get(); return...
It should be Route::get not Root::get. Do you have mod_rewrite enabled? Accessing through http://loc...
The Laravel portal for problem solving, knowledge sharing and community building.