Support the ongoing development of Laravel.io →

jrsalunga

Joined 25 Feb 2014

Statistics

Threads 3
Replies 8
Solutions 1
Articles 0

get controller and action name in your template?

i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...

0 Likes
1 Replies

get data from Pagination

i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...

0 Likes
7 Replies

How to set the Primary Key and Foreign Key to string

I'm not using the auto increment for the id instead i'm using the 32 char unique id. So when i creat...

0 Likes
6 Replies
Solved
replied 9 years ago

Call to a member function move() on a non-object

try on your View set ** 'files' => true** e.g. {{ Form::open(array('url' => 'app/save', 'file...

0 Likes
replied 10 years ago

get data from Pagination

my users data is like this when i use this $users->toJson() i get this { "total":2, &q...

0 Likes
replied 10 years ago

get data from Pagination

is there any chance that i can get the data w/out looping?

0 Likes
replied 10 years ago

Simple route does not work! What's wrong...

Route::get('/ac', function(){ return Redirect::route('admin.companies'); }); Route::get('admin/co...

0 Likes
replied 10 years ago

Return collection with relations as json

did you specify the relations? can you show your models? something like class Inspection extend Eloq...

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.