i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...
i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...
I'm not using the auto increment for the id instead i'm using the 32 char unique id. So when i creat...
try on your View set ** 'files' => true** e.g. {{ Form::open(array('url' => 'app/save', 'file...
my users data is like this when i use this $users->toJson() i get this { "total":2, &q...
Route::get('/ac', function(){ return Redirect::route('admin.companies'); }); Route::get('admin/co...
did you specify the relations? can you show your models? something like class Inspection extend Eloq...
The Laravel portal for problem solving, knowledge sharing and community building.
The community