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

Can't enable APC-Cache - Method not found

Hi community, I try to enable apc-cache on my laravel-project. APC is enabled on server. My error-lo...

0 Likes
4 Replies
posted 9 years ago

Command error [Error exception] Illegal offset type

I am writing a custom command for laravel 5.1 and when i run it just says: [Error exception] Illegal...

0 Likes
0 Replies
posted 9 years ago

FORCE rollback of a migration that wasn't marked as done in the migrations table?

Migrations do fail. When a migration errors out, it leaves created tables that must be manually drop...

0 Likes
0 Replies

Cannot Install Laravel Package - Intervention Image

So I am following the tutorial on tuts+ Premium from Jeffrey Way - Creating an Ecommerce App in Lara...

0 Likes
3 Replies
posted 9 years ago

Laravel Usergroup & Permissions (ACL)

Hi, I am trying to make a system of permissions. I am using a modular package to separate the main a...

0 Likes
1 Replies

Empty request in routes.php?

Route::group(['prefix' => 'user'], function() { Route::get('/{courseId}', function(Reque...

0 Likes
0 Replies
posted 9 years ago

Route Group Problem (Multi Level Structure)

Hello, i want a multi-level link structure but it won't work. The problem is that when i call: /test...

0 Likes
0 Replies

How to determine required PHP modules

I'm needing to compile a list of all PHP modules that are required for a site. I know I can use &quo...

0 Likes
0 Replies

Update files with Storage..

Hello everyone, Can someone please help update files in my /public/updates/ folder. I need to update...

0 Likes
1 Replies

A join with additional condition using Query Builder

I would really appreciate it if someone could help me out with this. LEFT JOIN v_wholesale_bookmarks...

0 Likes
4 Replies
Solved

Subsequent Authorization

So I have a view that allows a user to cycle through a folder of pictures that sort of resembles a p...

0 Likes
0 Replies

help me to create Credit or point system for a web application

hi, i am trying to create a credit or point system for my web application that use Laravel 4,2.. my...

0 Likes
1 Replies

Search using two models

I have two Models User and UserDetails and i want to search users by providing search creteria of us...

0 Likes
3 Replies

How to run this sql in laravel?

I am trying to run a vary complex sql in laravel: SELECT SUM(t.total_revenue) as total...

0 Likes
1 Replies

How do I manage two different authentication in Laravel?

since laravel's built in authentication uses user model? For example I want to separate the admin fr...

0 Likes
2 Replies

Modular Structure Laravel

Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...

0 Likes
1 Replies
Solved
posted 9 years ago

Stuck on Many-to-Many relationship attribute issue

Hi there I'm new to laravel so please excuse me if this question is dumb or already answered. I'm tr...

0 Likes
0 Replies

Why Eloquent use count(*) to join ?

Hi Everyone. I Was wondering why Eloquent use count(*) to join between two tables? For exemple, if I...

0 Likes
0 Replies
posted 9 years ago

Laravel dosen't clear $errors variable when i refresh the page

when i submit my form and check validation on laravel and laravel returns $errors to my page and i s...

0 Likes
0 Replies
posted 9 years ago

artisan command failed

when i run php artisan it show this error message {"error":{"type":"ErrorEx...

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