Support the ongoing development of Laravel.io →

Form data not saved to db

Hi I am unable to save data from my form: This is my view: @extends('app') @section('content')...

0 Likes
5 Replies

[SOLVED] Render view from other path

i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...

0 Likes
2 Replies

Laravel Enterprise Level E-Commerce Platform

I really wanted to create this thread to see if there would be interest in creating an enterprise le...

0 Likes
2 Replies

saved web cam captured image to DB

I'm new to laravel and i really have no idea on how to do this.. i capture an image using my web cam...

0 Likes
1 Replies

Laravel 4 DI Issue

Trying to get some dependency injection going here but I keep getting the following error: ErrorExce...

0 Likes
0 Replies

Add row empty to list

I'm populating a select with the result of a query like this: on controller $departaments = \App\Dep...

0 Likes
0 Replies
posted 9 years ago

Why laravel doesnt keep model structure inside model file instead of migration file?

I dont really have specific problem, I am just wondering why is Laravel build like this. Django mode...

0 Likes
0 Replies
posted 10 years ago

Auth won't authenticate

Hello - I've tried multiple solutions and no matter what I try, my application tells me that my cred...

0 Likes
21 Replies
posted 9 years ago

Do not show similar entries

$videos = Video::where("сategory_id","=", 14) ->orderByRaw("top_new DE...

0 Likes
0 Replies

Subdomain configuration on windows using xamp

Hi guys, Been working on a project where i need to do a subdomain. i have hosted the project on virt...

0 Likes
0 Replies
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

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.