Support the ongoing development of Laravel.io →

Is there any laravel application using closure-table package?

I am interested in how to create that closure-table model?

0 Likes
0 Replies

Apache2 - Whoops there was an error

Hi, I need some help. I've been trying to get to my Laravel app without success. I'm seeing the NotF...

0 Likes
0 Replies

Pivot Model with Polymorphic Relationship to another Pivot Model

Here's an overview of my schema. Pardon the rotation. I'm trying to establish a Polymorphic Relatio...

0 Likes
1 Replies
Solved

What is [PDOException] ?

I create a model and a migration in Laravel 4 and add some variables in the migrations and in the mo...

0 Likes
1 Replies
Solved

Which packages has used Baum package

Or any package has used closure table package?

0 Likes
0 Replies

Eloquent model with multiple 1-to-many relationships to the same table

I've just asked this over on StackOverflow http://stackoverflow.com/q/24490324/15531 but I might get...

0 Likes
1 Replies
posted 9 years ago

Custom Layout Folder

Due to some reason i have to keep my layouts at some specific folder. For example, if i have a follo...

0 Likes
1 Replies

Bug with sync()?

Hi! I have a form where you edit data, submit to save it, and then return to the same edit view agai...

0 Likes
3 Replies

Comments for multiple models

Hello, I know this question is a little bit vague, but I need to implement the ability to add commen...

0 Likes
2 Replies

DB design & Eloquent: two models related to one category

Hi guys! I'm building a website for a client where there is a catalogue/e-commerce section and I've...

0 Likes
0 Replies

función jQuery para dar formato a los datos retornados por el controlador

$('#form-param-parciales').submit(function(e) { var materia = $("#asignatura").val(); var...

0 Likes
0 Replies

Ajax (JQuery) request-response with controllers

/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...

0 Likes
0 Replies
posted 9 years ago

Homestead "hanging/stalls" every x minute

Well as the topic says, when all is done and running it just hangs for say 10 seconds every x minute...

0 Likes
0 Replies
posted 9 years ago

L4.1 Route Group Prefix Parameter => Constrain.

With a route I can put a constraint: For instance to allow only a-z letter in the book url. Route::g...

0 Likes
1 Replies
Solved

Laravel 4 Auth::attempt fails

This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...

0 Likes
2 Replies
Solved

Is this proper design?

Hi guys, I am new to Laravel and system architecture etc. I was wondering if you could comment on th...

0 Likes
2 Replies

Two way friendship

I have created model so that users can be friends. I have table user_friends where user_id and frien...

0 Likes
0 Replies

unittest migrate vendor package with SQLite

Hi, I'm using the Sentry package how can manage this setup public function setUpDb() { A...

0 Likes
1 Replies

Raw statement in Laravel's Eloquent whereIn method

I would simply like to run such query: select * from `users` where SUBSTRING_INDEX(`email`, '@' ,-1)...

0 Likes
0 Replies

Insert values to config files at run time

Hi guys, Is there a way to insert values to the database config file at the run time ? I am developi...

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.

© 2024 Laravel.io - All rights reserved.