Support the ongoing development of Laravel.io →

1,468 Threads

Search for data in another view

My problem I describe below: I have a "view" location that has the fields name and city. T...

0 Likes
1 Replies
posted 6 years ago

Get value in Blade

https://ibb.co/gDwB1R How can I get the value 'name' under 'rekenplichtige' in my Blade template? I...

0 Likes
2 Replies
posted 6 years ago

In blade template how could we use the substr function on angular js value

<?php $fromDate = "{{holiday.from_date}}";//FromDate value is getting from Angular JS echo $fromD...

0 Likes
2 Replies

How to populate HTML using Ajax in Laravel

I have areas, each area has N curses. So, each curse belongsTo one area. I have this selection:...

0 Likes
0 Replies
posted 10 years ago

Variables inside {{ asset }}

Simple one here. I have image paths in my table. The images are in /public. I would call those paths...

0 Likes
3 Replies
Solved
posted 6 years ago

can't pass encoded json array from blade to route

Hi, I want to pass several fields to a route when a link is pressed. This raises the following exce...

0 Likes
0 Replies

How to get application name on a Blade template ?

Good morning, I'm new with Laravel. I want to show my application name on some Blade templates. I've...

0 Likes
2 Replies
Solved

implement user-role -permission system

hi i have two problem that i don't know how to solve this situation: i have user role permission tab...

0 Likes
6 Replies

Laravel Admin Panel from Scratch Tutorial

Create your own laravel admin panel from scratch http://www.tutorials.kode-blog.com/laravel-5-admin-...

0 Likes
5 Replies

Trying to get property of non-object if related record of hasOne relation is missing

I have ClienteFornitore Model with hasOne relation to Pagamento Model public function pagamento(){...

0 Likes
1 Replies

Check if @yield('something') is set

Hi, I'm trying to use @yield for my page titles, that way I could simply @section A Cool Title @stop...

0 Likes
11 Replies
Solved

Trailing 0s are lost by blade laravel

Hi all! First time here, relatively new to Laravel 5.2 I'm finding that trailing 0's which are corre...

0 Likes
1 Replies

Html, Form class not found in Laravel 5

I can't use Html, Form helper in Laravel 5.

0 Likes
27 Replies
Solved

How to display logged in user name or email if name is not provided?

In Laravel documentation I have found: Echoing Data After Checking For Existence, but it is not work...

0 Likes
6 Replies
Solved

How to send id data to route from modal form inside a table?

Hi all, I have a problem with passing an id of data to PATCH method from blade file.. I have an inde...

0 Likes
5 Replies
Solved

How to link with external css in laravel 5.4 ??

I have trouble in linking with css from public folder I tried with like below but still got ERR_INVA...

0 Likes
2 Replies

How to pass variables from middleware to group of routes?

Hi, I'm stuck with passing variable from middleware to the route group.. I want to show the notifica...

0 Likes
0 Replies
posted 8 years ago

How to get assets via either HTTPS or HTTP automatically, depending on how the page was served?

So I'm sometimes developing at home on my vagrant homestead box (which is HTTP) and sometimes on the...

0 Likes
3 Replies

Include js files in the project

I have added in my public folder one folder called js and inside a script.js. In the view: <scrip...

0 Likes
2 Replies

Form::text with value '@{{}}' fails (L5.3 Nginx)

Hi Guys! In my blade I wanted to use some Handlebar variable like this: {{ Form::text('name', '@{{pe...

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