Support the ongoing development of Laravel.io →

Different pagination styles for different views

As the title suggests, is it possible to have different pagination styles for for different views?...

0 Likes
1 Replies
posted 10 years ago

Is updating via the Model less effecient than updating via DB::table?

My question is in regards to doing this: $user = User::find(1); $user->email = '[email protected]'; $u...

0 Likes
4 Replies
posted 10 years ago

Forum packages

Does anyone know of any good forum packages for Laravel 4? I'm thinking about installing FluxBB. Per...

0 Likes
0 Replies
posted 10 years ago

Licensing question

Hi, I want to use laravel for my projects including open source ones, till now I have been a cakephp...

0 Likes
1 Replies

Eloquent error: Integrity constraint violation

Hi, this is my first thread so if I doing wrong some things please don't hate me :) I'm using Migrat...

0 Likes
2 Replies
posted 10 years ago

Activity stream approach?

How would you approach a user specific activity stream? It could include User activities such as: P...

0 Likes
0 Replies

How to validate uniqueness of 3 fields

Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...

0 Likes
0 Replies
posted 10 years ago

Multiple Email Account to send mail

Hi, How to I have multiple email accounts setup in the configuration to send emails using different...

0 Likes
1 Replies
Solved
posted 10 years ago

Join multiple tables, order by created_at problem

Can't get this to work properly. The results are not ordered by date and I get duplicates for each c...

0 Likes
0 Replies
posted 10 years ago

Create a model instance including its relationships

I'm trying the create a model instance including it's relations, but i can't seem to find a proper w...

0 Likes
1 Replies

White Page after installation

I followed the installation guide here and on dev-metal to install Laravel 4. Apache2 is running on...

0 Likes
3 Replies
posted 10 years ago

Queue failing documentation error?

The documentation says that handling queue failing should be: Queue::failing(function($connection, $...

0 Likes
0 Replies

Routing for a simple search

I want to know the best and simple way to setup routing for this: I have a form that posts to /prici...

0 Likes
3 Replies
posted 10 years ago

What am I doing wrong here?

This is driving me crazy! :) http://help.laravel.io/e32a1abbf88d0635b62798d1b9a3d539c2c03a3d

0 Likes
0 Replies

Creating Eloquent model with 2 columns?

tableA that contains 2 particular columns. idA, idB tableB has 1 column that those are mapped to. id...

0 Likes
2 Replies
posted 10 years ago

Multilangual website

Hi there, How can I add other language with Laravel ? Thanks.

0 Likes
2 Replies
Solved

Eloquent select from related table where...

Hi, I've read the eloquent docs, but can't seem to find the answer - am I missing something? I am tr...

0 Likes
2 Replies
Solved
posted 10 years ago

Route::resource how to use?

Hi! I am new to Laravel. I am trying to write my first application in Laravel. I faced a problem wit...

0 Likes
2 Replies

Using Ajax to retrieve data with user input

Hi all, I have an issue I can't seem to figure out..... I want to use Ajax/jQuery to get data from a...

0 Likes
8 Replies
posted 10 years ago

Access restriction in relationships

Hi folks, I've got customers, and projects which belongs to customers. There's a customers table, an...

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