Is is possible to call a controller method from a blade template. For Instance we can do this {{Auth...
Out of curiosity what form software is laravel.io using.
I have a HTML 5 drag and drop file uploader which works in just fine with out laravel. But when I...
I was wondering how can I output the array value of Input::all();
Trying to figure out the following lets say I have the following domain laravelapps.com in that doma...
I tried that but the site doesn't load when you hit laravelapps.com/appsone/ The site will not load...
Library. I have a php class i wrote a while back I just what to have the ability to call it within...
I Figured it out, I just used DB::raw('DATE_FORMAT(ideas.created_at,"%Y-%c-%d") as cdate'...
Thanks for the help but I am using DB::RAW not eloquent. Also I am not using any blade templating....
The Laravel portal for problem solving, knowledge sharing and community building.