Support the ongoing development of Laravel.io →

Laravel 3.2 - Help with routing ["Requested URL not found" error msg]

Hi All, Some time back I have developed a small application using laravel 3.2. I recently tried to r...

0 Likes
1 Replies

Seeding creates empty fields into databse, but does not write anything into them.

Seeding creates empty fields into databse, but does not write anything into them. **CategoriesTableS...

0 Likes
1 Replies
Solved

Problem with route.php

Hi all / as I have a problem with my routes.php routes file, have the following //llamamos a la rut...

0 Likes
0 Replies

Error In Use sync Method via etrepat/baum Package

Hi To manage the categories and sub-categories of used etrepat/baum package. https://github.com/etre...

0 Likes
2 Replies

Atlassian WIKI markup

Hello, I am writing a JIRA API processor in Laravel and have hit a snag: apparently Atlassian uses t...

0 Likes
2 Replies

1. Models problem; 2. Seed problem;

Things are going complicated as I started migrating my project to Laravel 5.x. 1. In my view I'm sho...

0 Likes
3 Replies
Solved

Proxy redirection doesn't work while in maintenance mode

I am running my webpage behind a proxy, and everything works until I turn on maintenance mode. I add...

0 Likes
0 Replies

Laravel 5 updating session table user_id column

I'm trying to list online users for Laravel 5. But the user sessions table in my column was constant...

niyazialpay liked this thread

1 Likes
0 Replies
posted 9 years ago

How can I specify the collection name with MongoDB?

From the example I can dothis and set the collection to users_collection. How can I override it for...

0 Likes
1 Replies

Eloquent question on saving relationship

I have two tables: Stat table contains 10 names with 10 targets (just a value) Statdata table contai...

0 Likes
1 Replies
posted 9 years ago

Fetching deep, nested relationships

Hello! I have some deep, nested relationships on a model and can't seem to figure out an easy way to...

0 Likes
1 Replies
posted 9 years ago

Reset password with custom user table

Hi, I renamed my user table to 'deelnemers' and the name field to 'naam', password field to 'wachtwo...

0 Likes
0 Replies

How do I add Sentinel providers to my laravel 5.1 installation?

I'm looking at this section of the Sentinel docs: https://cartalyst.com/manual/sentinel/2.0#laravel-...

0 Likes
2 Replies

How to edit KML file in Laravel

I made a map using google maps application and load kml file for color shading in the area. To load...

0 Likes
0 Replies

SQL raw request modification to get collections

I have to use the following request to get data from DB: $users=DB::select('SELECT id,username, avat...

0 Likes
0 Replies

Hook to edit validation messages (NOT custom messages)

I can't figure how to do this. I use FormRequest in my controller so the validation happens before i...

0 Likes
0 Replies

Define relation for Companies and Groups

Hi all I'm having some issues trying to set up a relationship for two Models. ExCompany and ExGroup....

0 Likes
2 Replies
Solved
posted 9 years ago

firstOrCreate / firstOrNew only creates one property

I have a model on which I'm using firstOrNew. if an entry exists, this code: $a = CustomAssets::...

0 Likes
0 Replies

Displaying old user in select box

Hi, in my controllers edit function, I pass my view the following $csUsers = User::lists('userName',...

0 Likes
0 Replies

Has Many Through with Pivot issue

Hi everyone. I have these tables and relative Models (http://laravel.io/bin/kWmrk) network_equipment...

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.