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

Custom User View

Hi i'm using Laravel 5 and i would like to retain my current database structure with Laravel's auth,...

0 Likes
0 Replies
posted 9 years ago

Retrieving records through pivot table

I have a User model and a Group model, connected by a pivot table. Users can be in many groups, grou...

0 Likes
2 Replies

Scope in another table

Hello! I'm trying to build a scope to filter banned users. I have two table : One called users: id,...

0 Likes
4 Replies
Solved

TokenMismatchException - session in database timeout or killed

Hello How can we trap if the _token has a session ref which is no more in the session database ? Hav...

0 Likes
1 Replies

Working with timezones doing complex calculations

I have users across many timezones. Everything in the database is stored in UTC, no problem. What I...

0 Likes
3 Replies

Little bug on artisan key:generate

I created a project with php artisan new myproject ... then i moved all files back to the parent dir...

0 Likes
1 Replies
posted 9 years ago

Dependency Injection giving me InvalidArgumentException The HTTP status code "-1" is not valid.

I have set up a repository interface and a repository class namespace Repository\Findbrok\Contracts;...

0 Likes
1 Replies
Solved

Laravel 5 action after successful login

I am wanting to use the built-in scaffolding for Auth and Login, but once a user logs in successfull...

0 Likes
3 Replies
Solved

Getting a many to many to "back track"

Hi I'm using Laravel 4 I have a section on my site that displays my portfolio, The problem I'm havin...

0 Likes
2 Replies

Loading plain PHP class into Laravel 5.1

I have a plain PHP class written like this class UploadHandler { protected $error_messages = arr...

0 Likes
4 Replies

Laravel + kendo UI ( ui for PHP)

Anybody out there having experience with using Laravel + kendo ui?

0 Likes
0 Replies

Declaration should be compatible - class extend error

Not really sure what I am missing here? The error: exception 'ErrorException' with message 'Declarat...

0 Likes
1 Replies

Laravel 5.1 “This webpage has a redirect loop”

After completing my project in localhost, I had upload my project to the server suppose the url is w...

0 Likes
0 Replies

Laravel 5.1 Automatically Forcing logout bug

Hi everyone, I am currently encountering a bug which logs the user out. I am testing my application...

0 Likes
1 Replies

SQS Config

This is the config for SQS: 'sqs' => array( 'driver' => 'sqs', 'key' => 'your-publi...

0 Likes
2 Replies

Packages + Views

Hi, i'm trying to create a modular application using laravel packages, but i don't want to use contr...

0 Likes
0 Replies

Customise text when using ->lists?

Hi, I have this: return( Self::orderBy( 'name', 'asc' )->lists( 'name', 'id' ) ); That works but...

0 Likes
0 Replies

Eloquent Bitwise Operations Bitmask

Hi, is it possible to do a bitwise Operation in Eloquent like below? field and numer are a 8 Bit Int...

0 Likes
0 Replies

Batch Processing - is it possible to use queues?

Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...

0 Likes
1 Replies

Problem with Elixir

Hi everyone. I am new in Laravel 5 here. I faced some difficulty to compile SASS file by using Gulp....

0 Likes
5 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.

© 2025 Laravel.io - All rights reserved.