Hi! Is there an elegant way to do this? {{--*/ $wp = '' /*--}} <tbody> @foreach($tasks as $tas...
i wonder if how i can get the Controller name and Action name in the Blade template/View? Thanks in...
I tried to create a view password.remind.php and I get error not found. Then renamed it to password...
Hi ! I have written a package to generate lang files for you. Write your templates, controllers, ......
I test Event::listen('test', function () { return 'hello'; }); // and $event = Event::fire('...
Hello everyone! I receive the following error: Error rendering view: [user::profile.profile] Trying...
Hi, this is my store function in UserController public function store() { $activation = str_random(...
Hi all, I have issue when trying to delete using modal windows confirmation popup. Inside that confi...
I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...
I have a view composer with some data being assigned default values, ie 'page_title'. In my controll...
I've got a table inside a page. The data it displays will rely on a few parameters given (filter for...
i'm sure this is simple, but need help i have products, with a foreign key of category_id and i have...
Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...
Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...
I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...
I have a master blade layout with meta_keywords, meta_description and title tags and want to populat...
Sorry for the noob question. I am using what I guess what is referred to a pivot table in Laravel 4...
Just wrote a tutorial on managing your menu's in Laravel 4. It goes over using View composers and Co...
I have 3 levels blade structure: lvl 0 - master-layout - containing elements common accross all sy...
hi all, can anyone provide me script for creating auto response email?
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.