Support the ongoing development of Laravel.io →

1,478 Threads

Just show a form

In my routes.php I have: <?php Route::get('/post/new', [ 'uses' => 'BlogController@newPost',...

0 Likes
9 Replies
Solved

Passing data to a view and using it in my JavaScript

Hi, I don't understand why I can't access my "reductions" array in my javascript. (Referen...

0 Likes
0 Replies

Token mismatch while uploading files with ngflow

Hello, I'm trying to upload file using ngflow in laravel but I'm getting a tokenmismatch error for e...

0 Likes
0 Replies

including external javascript file not working

I have included a .js file into my blade view, which is giving "Uncaught SyntaxError: Unexpecte...

0 Likes
0 Replies
posted 8 years ago

Passing data to master blade view?

I want to know if it is possible to pass data from a controller, to a view that extends a master, to...

0 Likes
0 Replies

Saving relationships with Vue JS

Hi, this is my view's script Vue.http.headers.common['X-CSRF-TOKEN'] = '{!! csrf_token() !!}...

0 Likes
0 Replies

"Double" Relationship Count

Hello everyone, Basically what I'm trying to do is "count" the number of records that two...

0 Likes
3 Replies

Adding Plugin to CKEDITOR

I am having trouble to add plugins using unisharp/laravel-ckeditor stander editor for laravel 5.1. I...

0 Likes
4 Replies

Basics: Passing info from one view to another

Here's the problem. One page queries for a question from the database. On this page, I want the us...

0 Likes
4 Replies

If Else issue in Laravel View

I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...

0 Likes
2 Replies
Solved

for a while.. apologize

http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...

0 Likes
0 Replies

My post id is "56e5214d3314f" But laravel blade prints "56"

I wanna send this value via an Hidden field using blade <input type="hidden" name="post_id" value...

0 Likes
2 Replies

NEED ROUTING PROBLEM HELP

MY CONTROLLER <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\...

0 Likes
0 Replies
posted 8 years ago

Find last iteration of foreach loop in blade

Currently i use last() method to find last iteration @foreach ($colors as $k => $v) <option...

0 Likes
0 Replies

Form element vs html input type in ajax

I am submitting my input types using Ajax in laravel. So i want to ask using blade form collective i...

0 Likes
0 Replies

How to design server side as well as client side rendering?

I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...

0 Likes
1 Replies
Solved
posted 10 years ago

Getting the first element of a foreach

Is there a way i can get the first element of a foreach (in a blade)? Something like this: @foreach...

0 Likes
10 Replies
Solved
posted 8 years ago

What does Yield/Section do?

I really tried to understand this concept from episode 5 of fundamentals, but I somehow did not get...

0 Likes
1 Replies

<img src=""> dont work on .blade.php help plz

hi i am new to laravel <img src=""> dont work on .blade.php i use this in .blade.php file <...

0 Likes
1 Replies

Onchange load filter marker from database

<script language="javascript" type="text/javascript"> var pubvar1 =...

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.