Support the ongoing development of Laravel.io →

1,467 Threads

Pass a dropdown value directly into controller method

I have this dropdown, All I want is to pass the selected dropdown value on controller method directl...

0 Likes
1 Replies

Switch Slider on modal

I´m trying to make an admin panel where the rights of the user are turned off and on with a switch....

0 Likes
0 Replies

access to the public folder in laravel

I bought a Laravel script and now I want to edit it. When I put a file like a jquery, I give a 404 e...

0 Likes
1 Replies
posted 5 years ago

Error in data(): "TypeError: Unable to get property 'questio

I am getting error "Error in data(): "TypeError: Unable to get property 'questions' of und...

0 Likes
0 Replies

I want to save data in database through multiple forms.

This is my Route : Route::post('/', 'TestController@store'); This is my controller : public fun...

0 Likes
4 Replies

Render view from other path in laravel 5.7

i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...

0 Likes
0 Replies

Return specific value of array in blade file

I am facing problem in laravel I have this data in array and want to show the data specifically with...

0 Likes
1 Replies

@extend and @section not working for new created views

@extends('layouts.master_layout') @section('master_dashboard_content') <h1>hello World</h1&...

0 Likes
3 Replies

Using an array of Objects in a form drop down

I am getting an array of products from my database and need to know how to list them in a drop down...

0 Likes
1 Replies

Proper configuration for bootstrap 4 in views, Laravel 5.7

Unable to render bootstrap 4 in views files using dependencies in head section of html. <link hre...

0 Likes
3 Replies

How do I push title page from database to webpage?

I have 2 page: Page A have title is A <title>A</title> Page B have title is B <title...

0 Likes
1 Replies

Remove html tags white spaces

Hello, I don't know if anybody else asked in the past, please link to thread if so, could somebody r...

0 Likes
1 Replies

addding ajax url for laravel pagination

adding the pagination for filters when it redirects to second page returns error This page isn’t wor...

0 Likes
0 Replies

Can't access data from custom error named bag

Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...

0 Likes
0 Replies

Submitting form gives error 419, session expired

I'm using Laravel 5.7 In my view, list.blade.php I have this (relevant portion shown) <?php $coun...

0 Likes
2 Replies

Questions about Blade, Database and encoding files

Hi, I'm working on web app using Laravel that will display and allow to edit players ban list (from...

0 Likes
0 Replies

write blade on the fly

have need to write custom dynamic blade on the fly, then return the view... these are custom html do...

0 Likes
0 Replies

@lang in blade template don't working? Why?

I had clear cache config in my project. When I turn on localhost, my page show: Here, I have a blad...

0 Likes
0 Replies

How to display decoded JSON in blade view?

I decided to connect my tables from databases. I have four tables. inspections, requisitions, infra...

0 Likes
0 Replies

One to Many - Inverse - Form Select Class component

Hi. I have the following relations in the app I am working on. I have a Bank model or Component as w...

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.