Support the ongoing development of Laravel.io →

1,463 Threads

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

Pass data to view inside a view

To be honest I'm not exactly sure how to ask this but I'll do my best. I have my master.blade.php wh...

0 Likes
2 Replies
Solved

Showing loading animation during file uploading with Bootstrap

Hi. I am uploading a file and after the upload,in the controller, there is some manipulation of the...

0 Likes
1 Replies

Class 'Html' not found

Hello! I am starting a new project in Laravel via Laragon I create in views' folder layouts for my p...

0 Likes
5 Replies

Laravel route issue in 5.3 version

I have issue in Laravel 5.3 when i am trying to user group routing and try to call controller functi...

0 Likes
2 Replies

How to provide old value of a form, if it is populated with snippets

Hi, I have a following pice of code in the snippets, that I am using jQuery Datepicker. But, if the...

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.