Is there a good beautifier for Blade? I'm using JS-Beautify and not getting the results I like. I'd...
Hello, is it possible to create directive to use @if like this: @if ($user->role == 'writer') @if...
This question is about how to implement a live notification if the user gets leveled up. My leveling...
Hello, I would like to implement the fullcalendar to my laravel project but for more than I try it d...
When deploying my project on AWS with php 7.0, I got blank page. Please I need help ASAP
How do i Select all records from one model that do not exist in another model in Laravel ? So far he...
I am trying to get recent comments. Using the below works. $recentcomment = Comment::latest(); how...
Hi, I have a table user in database like below id | name | pic | level | tea...
Developers are lazy. No, I’m not kidding—they work hard to create systems that help them avoid more...
i am trying to access first_user_name which is defined in the app service provider using view()->...
I'm trying to pass a parameter of a controller to a URL of a form, this parameter is in my routes bu...
HI All, I would like to check a few things, is there github repository for Blade or it's a built in...
I have this dropdown, All I want is to pass the selected dropdown value on controller method directl...
I´m trying to make an admin panel where the rights of the user are turned off and on with a switch....
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...
I am getting error "Error in data(): "TypeError: Unable to get property 'questions' of und...
This is my Route : Route::post('/', 'TestController@store'); This is my controller : public fun...
i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...
I am facing problem in laravel I have this data in array and want to show the data specifically with...
@extends('layouts.master_layout') @section('master_dashboard_content') <h1>hello World</h1&...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community