Support the ongoing development of Laravel.io →

353 Threads

Relationships With Staff and statuses

I'm attempting to make a relationship between my roster table and roster_statuses table. I'm wonderi...

0 Likes
5 Replies
Solved

Removing comma from laste array

How can i remove ',' from last array? <h1>You are entered @foreach($splits as $split)...

0 Likes
6 Replies
Solved

Newbie needs help with undefined variable in blade view.

Hi, I'm new to Laravel and I installed it on a Ubuntu server recently trying to test the framework....

0 Likes
2 Replies
Solved

Can't see anything with Blade

Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...

0 Likes
2 Replies
Solved

dompdf - Problem in looping the array inside $pdf->loadHTML.

i try to populate the data from database in to PDF file in dompdf i tried something like this. class...

0 Likes
2 Replies
Solved
posted 9 years ago

Pass Variables to Master Blade

Hi, I am a newbie in Laravel, and I have a question about how to pass variable to a master blade pag...

0 Likes
3 Replies
Solved

Routing problem?

Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...

0 Likes
3 Replies
Solved

Re-using a piece of html markup over and over again while its contents change

I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...

0 Likes
2 Replies
Solved
posted 9 years ago

Blade: Using @if @else @endif in only one line = no output

Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...

0 Likes
3 Replies
Solved
posted 9 years ago

Best way to call method on every page load

i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...

0 Likes
2 Replies
Solved

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved

about set a cookie

hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...

0 Likes
2 Replies
Solved
posted 9 years ago

Formatting issues

Just wondering if there is a solution here.. When I use the Form::label helper and add some HTML in...

0 Likes
2 Replies
Solved

Multiple controllers to same route

Hi there, I'm trying to use multiple controllers at Route::get('/'), but I couldn't get a second one...

0 Likes
4 Replies
Solved

Including a controller action in a view

I have a view which must include another view (example: a footer) This other view (footer) must proc...

0 Likes
5 Replies
Solved

Handling views in packages for a project.

Hi, Ok, there is probably a simple solution to this problem but I haven't found it yet, hence why am...

0 Likes
1 Replies
Solved

What am sending to the views

Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...

0 Likes
2 Replies
Solved

Iterate over multidimensional object with blade

Hey folks, i'm new to Laravel but already in love! Awesome. Sadly there's little documentation espec...

0 Likes
6 Replies
Solved

Need a way to route to dynamic list of non-app controlled pages

I tried to search for this but couldnt' find it. I'm hoping there is a simple way to do this. I need...

0 Likes
2 Replies
Solved
posted 9 years ago

Blade within PHP?

Hi, I'd like to create a {{ Form }} within several elements on a page. So I tried, foreach($group as...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.