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

Serializing Eloquent Model

Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...

0 Likes
2 Replies

Database Design Question

I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...

0 Likes
0 Replies
posted 9 years ago

How to set different binding in a testing environment

Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...

0 Likes
1 Replies

Retrieving LDAP User List

I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...

0 Likes
1 Replies
posted 9 years ago

One to Many driving me crazy!

Hi I’ve followed all the Laravel documentation on relationships but am still having a problem. I hav...

0 Likes
1 Replies

Route group for any domain

Hi there, I would like to be able to use different routes within my application for different domain...

0 Likes
3 Replies

Form Input Datepicker - Only Month and Year?

I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...

0 Likes
2 Replies
Solved

Laravel - Cashier: Resume a single payment

Hello, is it possible to retrieve a single payment by the stripe id and so get all the data from the...

0 Likes
0 Replies

retrieve data from two foreign tables referenced in items table attached to user by pivot table

Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...

0 Likes
5 Replies
posted 9 years ago

Start developing in 5.1 or wait for 5.2?

Hi, I'm starting a new project and I'd like to know whether I should start in Laravel 5.1 and then u...

0 Likes
3 Replies

Eloquent ORM randomly returning incorrect relationship

I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...

0 Likes
0 Replies
posted 11 years ago

Documentation for a REST API

Hi, I'm developping a REST API with Laravel 4 and I was wondering what were the best practices to ge...

0 Likes
13 Replies

hierarchy relation with same table and display as tree in blade

Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...

0 Likes
3 Replies

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

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.