Support the ongoing development of Laravel.io →

1,478 Threads

posted 5 years ago

Is it possible to stack @if directives

Hello, is it possible to create directive to use @if like this: @if ($user->role == 'writer') @if...

0 Likes
1 Replies

How to apply toastr notification when user get leveled up?

This question is about how to implement a live notification if the user gets leveled up. My leveling...

0 Likes
2 Replies

Fullcalendar not visible.

Hello, I would like to implement the fullcalendar to my laravel project but for more than I try it d...

0 Likes
0 Replies

laravel 5.3 shows white blank page on AWS

When deploying my project on AWS with php 7.0, I got blank page. Please I need help ASAP

0 Likes
1 Replies

Select records from one table that do not exist in another

How do i Select all records from one model that do not exist in another model in Laravel ? So far he...

0 Likes
1 Replies

Get the child to parent title

I am trying to get recent comments. Using the below works. $recentcomment = Comment::latest(); how...

0 Likes
3 Replies

Edit checkbox checked value from database

Hi, I have a table user in database like below id | name | pic | level | tea...

0 Likes
0 Replies

Build Laravel Web Applications faster than ever

Developers are lazy. No, I’m not kidding—they work hard to create systems that help them avoid more...

0 Likes
1 Replies

Undefined variable with two View Composer

i am trying to access first_user_name which is defined in the app service provider using view()->...

0 Likes
0 Replies
posted 5 years ago

Passing a parameter to a form

I'm trying to pass a parameter of a controller to a URL of a form, this parameter is in my routes bu...

0 Likes
2 Replies

Blade Template / Liquid Template Engine

HI All, I would like to check a few things, is there github repository for Blade or it's a built in...

0 Likes
2 Replies

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

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.