Support the ongoing development of Laravel.io →

kyoukhana

Joined 28 Feb 2014

Statistics

Threads 13
Replies 30
Solutions 2
Articles 0
posted 9 years ago

Calling controller method from Blade templating

Is is possible to call a controller method from a blade template. For Instance we can do this {{Auth...

0 Likes
3 Replies
posted 9 years ago

Form software

Out of curiosity what form software is laravel.io using.

0 Likes
3 Replies

multiple file upload code not working

I have a HTML 5 drag and drop file uploader which works in just fine with out laravel. But when I...

0 Likes
2 Replies

get value of Input::all();

I was wondering how can I output the array value of Input::all();

0 Likes
1 Replies

multiple laravel applications under one site

Trying to figure out the following lets say I have the following domain laravelapps.com in that doma...

0 Likes
3 Replies
Solved
replied 9 years ago

Calling controller method from Blade templating

The original approach was wrong. I figured it out.

0 Likes
replied 9 years ago

Calling controller method from Blade templating

I agree with you I just needed to figure out how they are calling this {{Auth::user()->username}}...

0 Likes
replied 9 years ago

Form software

Sorry what Forums software is Laravel using is it all custom? Is it open sourced.

0 Likes
replied 9 years ago

multiple file upload code not working

The code is working now /*Upload Images */ public function upload_file(){ $file = Input...

0 Likes
replied 9 years ago

multiple file upload code not working

Here is something simpler still can't get it to work. in HTML 5 ajax uploader public function upfle...

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.

© 2024 Laravel.io - All rights reserved.