Support the ongoing development of Laravel.io →

1,478 Threads

Blade verify if section exists

Im building a master page, and atm Im trying to check if a section exists before yielding so i can y...

0 Likes
2 Replies
Solved

get custom model attribute not working

Model class Domain extends Model { protected $guarded = []; public function clients() { return $th...

0 Likes
1 Replies

[5.2] dynamic menu

hello, I have a little idea, if I have many modules with logic menu in every modules, can that menu...

0 Likes
0 Replies
posted 8 years ago

How to remove @yield when user is authenticated?

I'm planning to remove @yield in my default.blade.php when the user is authenticated. How can I do t...

0 Likes
0 Replies

SQLSTATE[42S22]: Column not found: 1054 Unknown column

I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...

0 Likes
2 Replies
Solved
posted 8 years ago

Laravel blade: Overwrite section using show

I have default blade , it will have 3 section and one yield content as like below <div id="w...

0 Likes
0 Replies

Artisan display an "K" in all commands and I got the same "K" in my site.

Artisan display an "K" in all commands and I got the same "K" in my site. E.x: k...

0 Likes
3 Replies

highcharts error

I am new to Laravel, so sorry if this is a simple question. I am trying to incorporate high charts i...

0 Likes
1 Replies
Solved

Stylesheet not being updated in browser; Old CSS contents are cached

Laravel: 5.2.32 Browser: Chrome latest stable The CSS is not being updated, even though the file ret...

0 Likes
0 Replies

Caching and not caching little parts blade

Hi, We'll start on a new laravel project within a few weeks, and need some thought from you about ca...

0 Likes
2 Replies

Get and pass database into partial template view

Can anyone help me? thanks http://stackoverflow.com/questions/37316393/get-data-from-database-and-di...

0 Likes
0 Replies
posted 8 years ago

ACL : authorize "create" in blade view

Hello @all, I'm using Laravel 5 ACL and Policies. I want to check a "create" permission in...

0 Likes
2 Replies

No query results for a model

Good day, Am trying t return a view from login valdiation but an error keeps showing "No query...

0 Likes
0 Replies

creating an export link

I'm trying to create a link that if you click on it, then it will export the values in the database...

0 Likes
0 Replies

How do i get a specific data?

Hey, I'm sort of new. As you can see in the first panel, I list each manaul as a tab. The second pan...

0 Likes
0 Replies

JSON response returns raw data to browser

Posting from Japan... I need you guys' help... So here's my story. Created new registration form fo...

0 Likes
0 Replies

Weird issue with PHP 7 Null Coalesce Operator

Hi, I have a weird issue with the PHP 7 Null Coalesce Operator. This one works in Blade: <img src...

0 Likes
0 Replies

Using a counter in a blade template for loop?

I have a foreach that is spitting out these blocks of listings. Since I'm using Bootstrap, every 4t...

0 Likes
1 Replies

View [post.create] not found. Error in laravel 5.1

I don't know what's the deal here. My view is named post.create.blade.php and is in the views folder...

0 Likes
0 Replies

How to use route with suffix

I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...

0 Likes
0 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.