Support the ongoing development of Laravel.io →

2,051 Threads

posted 7 years ago

PHP Fatal error: Class 'Route' not found on Laravel 5.4

I've suddenly started getting this error: PHP Fatal error: Class 'Route' not found The error messa...

0 Likes
1 Replies

How to correct View [welcome] not found. with laravel on a shared host

0 down vote favorite i host a laravel application on a shared host but it saying view not find. so i...

0 Likes
1 Replies

Organize CSS folder structure in Laravel 5

Hi, How do people organize their CSS folder structure in Laval5, because the mix.styles() and mix.sc...

0 Likes
0 Replies

Router not working on production server

Hi everyone I've an annoying issue. I have a prefix route => mydomain.com/app/ and when I go to t...

0 Likes
2 Replies
posted 7 years ago

Get all the names of days in accordance to today's day with carbon

Hey, If my current day is Tue, then I want the output to be Mon, Sun, Sat, Fri, Thu, Wed. i.e name o...

0 Likes
1 Replies

Getting a checkbox checked

I have group of checkbox which I add to database as an array [1,2,3] everything going OK when I addi...

0 Likes
1 Replies

Javascript event not working after load a new table with jquery load and laravel

I have a table(displayTable) that display data from my db of am using laravel on the i have a link...

0 Likes
1 Replies
Solved

How to use Admin template after npm install

I know there is a package out there for Laravel-Gentella, but I would like to download the original...

0 Likes
0 Replies

Version 5.4.16 use vuejs components on welcome screen.

Hello. I'm no expert, but I had a functioning vue installation in Laravel 5.4.15. Then one day I dec...

0 Likes
0 Replies

@extends @yield doesn't work :(

// try.blade.php inside layouts file this is try.blade.php @extends('index') @section('content') <...

0 Likes
2 Replies

ng-repeat with blade foreach

I'm stuck with my foreach here. I have a page where a user can create a candidate and add work exper...

0 Likes
0 Replies

How do I directly show Category Name instead of Category ID that is on another table?

Here is pictorial Question with 3 screenshots: http://imgur.com/a/94vrg

0 Likes
2 Replies

How to get URL with current project language like http://example.com/en

I need project URL with current project language like http://example.com/en URL("/") this...

0 Likes
3 Replies
Solved

Laravel 5.4 relationships - how to display in a view

I have 3 tables: users (fileds: id, name, etc.) profiles (fields: id, user_id, first_name, last_name...

0 Likes
3 Replies

Passing variable to a view using middleware

Is this possible? I want to pass a variable, style, to my layout template so that it defines the lay...

0 Likes
3 Replies

Four Tables - Filter Last Table on Latest Record

I have the following Table Structure A User hasMany Yards A Yard hasMany Hives A Hive hasMany HiveDa...

0 Likes
0 Replies

Laravel IF - ROUTE readonly the field

Hello all, I'm using blade and I was wondering how Can I insert a propriety "READONLY" in...

0 Likes
0 Replies

Baum nested set routes

Hi guys! Last 2 days I try to build routes tree with Baum nested set. I found topic that I need here...

0 Likes
0 Replies

SQLSTATE[23000] - Column 'user_id' cannot be null

Hey guys, I followed this great tutorial to implement FB login into my application: http://maxoffsky...

0 Likes
7 Replies
Solved

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.