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

How to use correctly a presenter !

I try to use a presenter, to reduce my view. Indeed, i got different sensor types (RESISTIVITY, TEMP...

0 Likes
0 Replies

Proposal for documentation

Hi, I'm a beginner with laravel and i had two really big difficulty with the documentation and then...

0 Likes
0 Replies

Eloquent class all() function causing server error 500

So I have a table on my database, with an eloquent class allowing me to access it. So far everything...

0 Likes
0 Replies
posted 11 years ago

Is there eloquent model postLoad event?

Hi. I want to do something after table row loaded. Is there eloquent model postLoad event? Like doct...

0 Likes
0 Replies

whereIn error: Prepared statement contains too many placeholders

I have a simple query like this: $userIdLists = Users::whereIn('id', $idList)->select(array('id')...

0 Likes
2 Replies
Solved

Error while reading from array

I'm trying to make simple example of reading data from multiple sources, storing that data in associ...

0 Likes
1 Replies
Solved

Validator mp3 mimes

In validator sets mime: 'audio/mpeg,audio/mp3,mp3' File: $ file-> getMimeType () / / -> audio/...

0 Likes
1 Replies
posted 11 years ago

[Package] Laravel 4.1 - Asset Processor Package

Hello All, Since December, I have been working on and improving an asset processing plugin that I ha...

0 Likes
2 Replies

Laravel is crazy

Long story short. I created a migration named "create_music_table" which have following fi...

0 Likes
3 Replies

Oversight bug in Laravel Validation Rule?

I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...

0 Likes
1 Replies
Solved
posted 11 years ago

Passing user's ID on form submission

So I created a simple Authentication system for my Laravel 4 app following this tutorial: http://cod...

0 Likes
2 Replies

using groupby for display

I have the following tables set up widgets table: id, name, widget_types_id widget_types table: id n...

0 Likes
1 Replies
posted 11 years ago

check current content-type

how do you check the content type? when using the code below App::after(function($request, $response...

0 Likes
0 Replies

Laravel in subfolder results in wrong URLs

Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...

0 Likes
7 Replies
posted 11 years ago

Artisan commands are really slow?

Hi, When I use artisan on the command line, it takes around 20-30 secs to spit out a response, regar...

0 Likes
4 Replies

how to make Route::group case insensitive?

Hello, I have a group routing like following and want to make is case insensitive... Route::group(ar...

0 Likes
0 Replies
posted 11 years ago

Rendering controller action in layout

I'm trying to make an application where on every page I'll have some top rated news. So, in my blade...

0 Likes
2 Replies
Solved
posted 11 years ago

Is there a best or preferred authentication plugin for Laravel?

Hello, I'm totally new to Laravel. I've dabbled with frameworks a little bit in the past such as Cod...

0 Likes
3 Replies

best practice tip for Custom pagination - paginating items from 'unpaginated' location and appending and modfying link, .

For most pages, I would just need the standard bootstrapRender and paginator result but for some pag...

0 Likes
0 Replies

Many to many relation needs refresh after attaching new records?

I am writing an app that administers tests to students. I have a model that represents a prototype o...

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