Support the ongoing development of Laravel.io →

Form Input for multiple Models

Hi, i looking for an solution for the following issue: I created a form where i need to give the opp...

0 Likes
2 Replies

Eloquent ORM Eager loading too eager

Hi, I`m trying to return only certain columns from the products table : <?php class Promo exten...

0 Likes
5 Replies
posted 10 years ago

is laravel support illuminati?

laravel core is called illuminate is that mean laravel supports illuminati?

0 Likes
1 Replies

Organizing CRUD functions in Controller, or Model?

Trying to rehaul my use of controllers and models. At the moment, I have a controller for: People/P...

0 Likes
0 Replies

Installation question (Laravel and BitBucket)

Newbie question. I want to set up a work environment where I have a local VM hosting laravel on Ubun...

0 Likes
4 Replies
Solved

Advanced query using Eloquent

Given this model: I have defined all relationships properly using Eloquent ¿How can I get just ge...

0 Likes
4 Replies
Solved

Bootstrap Modals and popups - Using parameters and data

I have a page showing a list of records, when you click a delete button a modal box appears to confi...

0 Likes
7 Replies
Solved

Using Auth::attempt with other field as "or"

Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...

0 Likes
2 Replies
Solved

Class 'Artisan' not found

Hello, I am currently following this Laracast: https://laracasts.com/lessons/test-databases-in-memor...

0 Likes
3 Replies

[Package] Laravel Custom Migrations

What is it Have you ever wished to create more than one type of migration? Did you ever want to run...

0 Likes
0 Replies
posted 10 years ago

'Command "serve" is not defined.' - Error after creating brand new laravel 5 app

Hi All, not sure what I'm doing wrong here, still new to laravel and already built a number of sampl...

0 Likes
3 Replies
Solved

Adding a "reference table" to a pivot table

Hi guys at the moment I'm hardcoding in the 'unit' column on the 'ingredient_recipe' table. I want t...

0 Likes
3 Replies

Sessions not saving when choose Memcached

I done: sudo apt-get install memcached sudo apt-get install php5-memcached sudo service apache2 res...

0 Likes
8 Replies

Problem with laravel vagrant master

Hi all, Sorry for my english... :) I have a problem by work with my vagrant laravel project. If I ca...

0 Likes
0 Replies

MAMP mysql conflict with native MAC mysql

Hi all, i've a Mac and i'm running MAMP with virtualhost properly configured. the problem was mysql....

0 Likes
0 Replies

Laravel 4 - saving a hasMany relationship

I have the following relations: Discount: <?php class Discount extends Eloquent { pro...

0 Likes
2 Replies
posted 10 years ago

Obtain related object in many to many

I need to obtain the object that are check in "$user->services->contains($service)"....

0 Likes
1 Replies
Solved

URL is not what expected

I am following a Codebright Laravel book which teaches about routing in the Basic Routing chapter. I...

0 Likes
10 Replies
Solved

Querying a many-to-many relationship

Hello, being new to Laravel, I'm trying to perform a query in Laravel 4's query builder or Eloquent....

0 Likes
3 Replies
Solved

Need variables

Hi, i have a select: $roles = agegroup::all(); The select delivers an object with data. Now i need t...

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