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

Forum suggestions

I have a couple of suggestions for the forum that I thought I'd post about, and maybe others can pos...

0 Likes
3 Replies
posted 10 years ago

Assigning a new role - Entrust

As part of my 'approval' process, I want the admin to allocate users different roles, on demand. I w...

0 Likes
0 Replies
posted 10 years ago

How to copy entire table in database?

#I want to know how to copy existing table through PHP script.. I am new to Laravel. I am trying to...

0 Likes
4 Replies
Solved
posted 10 years ago

Select (drop-down) depending on choice in other select

Hello Laravel-Fans! I have a tricky issue :-) In my Form, I do have 2 select boxes. I'd like the sec...

0 Likes
2 Replies
posted 10 years ago

Laravel. Secure pages for logged in users

Hi; I set up the authentication page and it seems to be working fine, would u please check confirm I...

0 Likes
4 Replies

'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' after returning from Laravel password reminder

'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' after returning from Laravel pass...

0 Likes
0 Replies

URL naming

I'm a bit sad Laravel uses camelCase. Underscore makes so much more sense since it can be used in UR...

0 Likes
3 Replies

what is the correct way to create an Utility class?

Hi all, As the title tells, how can i create an Utility Class where the functions are visible from m...

0 Likes
2 Replies

Shopping Cart ID -> where to save for later?

I have a shopping cart ID that I'd like to save somewhere to pick up the cart later when the user co...

0 Likes
1 Replies
posted 10 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 10 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 10 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 10 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

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.