Support the ongoing development of Laravel.io →

1,478 Threads

Rendering views while other views are rendering

This was an issue I posted on Github earlier but Mr Otwell closed it and advised I post it here inst...

0 Likes
6 Replies
Solved
posted 10 years ago

how to render a static image

Hi all, I tried to find the answer, but I couldn't. It seems there are some asset management package...

0 Likes
2 Replies
Solved

Foreach over Single-Dimentional Objects in Blade

Hi guys. I need help with the display of a CRUD resource in a View. I have an index view for a resou...

0 Likes
2 Replies

Laravel project not work on iPage host. but works fine on bluehost.com. same code. why?

Laravel( + Angular) project not work on iPage host. but works fine on bluehost.com. same code. why?...

0 Likes
2 Replies

HAS_MANY relationship shows a Phantom IS NULL in query log and returns no rows

here is what I have CONTRACTOR and BID table class Contractor extends Eloquent { public function bid...

0 Likes
1 Replies

Named Routes and Multi-tenancy identifier

Hi all, I was wondering how I would have a named route that I can put in a view file that would auto...

0 Likes
3 Replies

Is it possible to exclude some sections in blade while loading?

In case of error i need to load selected view without content section, is it possible to do on the...

0 Likes
1 Replies

How to sort an unordered list in laravel with jquery?

I have a form that consists of check boxes. Each check box has it's own value(value1,value2,value3,v...

0 Likes
0 Replies
posted 10 years ago

how to populate a select field in a form

Hi all, I get x form, I fill it with some value, I submit it to postController of x form, I evaluate...

0 Likes
2 Replies
posted 10 years ago

a strange situation about @foreach

The blade code below doesn't render posts' id. However the count of posts is 3. Where is the problem...

0 Likes
5 Replies
Solved

Artisan scaffold Way\Generators

Hello I have installed Way/Generators and I am trying to run a scaffold example: php artisan generat...

0 Likes
6 Replies

[Package] laravel-navigator

Hey guys, In my recent project I built simple way to built multidimensional menus without nesting a...

0 Likes
0 Replies

Paging on views with relationships

I have this in views and work fine (show only first five): @foreach ( $tema->posts()->paginate...

0 Likes
4 Replies
Solved

where docs on File helper like `File::exists($myfile)`

I can't find any docs on File helper like File::exists($myfile). Pl help me.

0 Likes
4 Replies
Solved

[Newbie] How to include a blade input into a javascript

Hi I am trying to include a {{ Form::text }} inside an inline javascript is this possible or I just...

0 Likes
2 Replies

how to get view path in workbench?

Does Laravel have function to get view path in workbench (like 'app_path')?

0 Likes
1 Replies
posted 10 years ago

Laravel emailing with 3rd party email templates.

Hi guys, Im using INK by ZURB to send out a responsive email template. BUT when laravel sends out my...

0 Likes
3 Replies
Solved
posted 10 years ago

Blade: Including a template that extends a different master template

Hello! I am trying to include a template within my main page template, but it has a different master...

0 Likes
1 Replies
posted 10 years ago

Call a Controller in the master layout

Heyho guys, I'm trying Laravel again and want to build my own site. Now I have a question: How do I...

0 Likes
1 Replies

Blade content

I have a simple code to using master layout and pass some data to View to practice Laravel, the foll...

0 Likes
6 Replies

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.