Support the ongoing development of Laravel.io →
posted 8 years ago

Error in Gulp command

I working on a Laravel 5.3 project. I am getting below errors when I am running gulp command in CMD....

0 Likes
2 Replies

InsertGetId or Eloquent Model creation generating errors with Oracle

Hi, I'm developping an application with Oracle 10g as database. In ny code, i'm creation a model and...

0 Likes
0 Replies
posted 8 years ago

Creating dynamic links in Laravel 5.3 blade templates

In my routes/web.php: Route::get('/foo', 'FooController@index')->name('route.here'); In my contr...

0 Likes
2 Replies

Rollback migrations provided by a module

Hi, I have a question concerning the rollback of migrations provided by external modules. I built a...

0 Likes
0 Replies

Trying to get property of non-object

I have 2 table user and usedetail. Having relationship(1-to-many) and working fine. But problem is w...

0 Likes
6 Replies

How to login/ register the laravel default authentication by sending xhr request?

Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...

0 Likes
0 Replies

Laravel 5 - Config::set() not working in index.php

In Laravel 4 I can set app config values from index.php...for example Config::set('app.myvar','myval...

0 Likes
7 Replies

trouble with morphOne

Hello everyone! I have a little problem with Polymorphic relationships en Laravel 5.2. For example,...

0 Likes
1 Replies

Many to many pivot table issue / show all users with their role

I want to get all users: $users=User::get(); After that i want to se for every of them the role. fo...

0 Likes
1 Replies

How to add a additional condition in a join using query builder laravel 5.3?

My regular query is like this : SELECT e.field1, b.field2, c.field3, d.field4, a.field5 , a.field6...

0 Likes
4 Replies

Laravel 5.2+ date before and after date validation not working

This works 'expected_at' => 'date|after:"2016-04-09 10:48:11"', Or this works $rules['...

0 Likes
1 Replies
posted 8 years ago

Queue Work Command duplicates consumers

Hello Am using mayconbordin/l5-stomp-queue as a Stomp ActiveMQ reader the problem is when i use the...

0 Likes
0 Replies

Continuous Integration Vendor Problems

Hello, So I have a Laravel project hosted in source control. Continuous integration is running for P...

0 Likes
2 Replies

Laravel Scout Where Clause Not Working As Expected

Am implementing full-text search with Laravel Scout and TNTSearch, everything is working fine aside...

0 Likes
0 Replies

Laravel with vou resorce(Get request)

Hello everyone, im new with laravel and vue resource and i need help to find how to pass variables f...

0 Likes
0 Replies
posted 8 years ago

Github - yappkahowe/scrumboard: A simple real-time scrum board built with Laravel 5.3 + Pusher

Try it out and leave some feedbacks. https://github.com/yappkahowe/scrumboard

0 Likes
3 Replies

GitScrum is a project to help developer team. Git + Scrum = Team More Productive

#GitScrum I am developing a project called GitScrum, it is a Laravel 5.3 application to help teams u...

0 Likes
0 Replies

Class 'app\PostTable' not found

<?php use app\PostTable; Route::get('/', function () { // return view('welcome'); return...

0 Likes
6 Replies
Solved

Symfony \ Component \ Debug \ Exception \ FatalErrorException Class 'lembar' not found

im using laravel 4.2... idk this problem, but in localhost is running when in hosting im get error ....

0 Likes
0 Replies
posted 8 years ago

Return array of models in model

Hi, in model Item I need in function all() to get array of different models (like groups, products,...

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.

© 2025 Laravel.io - All rights reserved.