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

Generating a 8 character random key that support both alphabetic and numeric characters

Hi, pls i want to generate an 8 character random key that support both alphabetic and numeric charac...

0 Likes
1 Replies

Count of records as relationship's return in Laravel 5.0

I want to get a count of records in table 'opinions', which is the relationship for my query. At thi...

0 Likes
0 Replies

Define relationships of a pivot table with more than 2 foreign keys

I cannot get my head on how to define the tables relationships when using a pivot table having more...

0 Likes
5 Replies
posted 10 years ago

[package] Laravel HTTP Adapter

Laravel HTTP Adapter Laravel HTTP Adapter is an Ivory HTTP Adapter bridge, which integrates the abil...

0 Likes
0 Replies

Charset problem

Hi, i have a problem, i want use ISO-8859-1 charset, but laravel does not want. i show you the probl...

0 Likes
8 Replies

SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

I have designed a website with Laravel 4.2 , it runs correctly in my localhost (Xamp),but when I upl...

0 Likes
4 Replies

Query with relationship count operation

Hey, i'm doing a query in which i want to select all models with a column value smaller than their r...

0 Likes
1 Replies

Leak of memory when adding to database

Hello, My application import some large (7mb) csv files and parse them using "Maatwebsite/Larav...

0 Likes
5 Replies

Issue With Gulp Watch On L5.1

When I try and run 'gulp watch' I get this error: [09:34:18] Using gulpfile /var/www/resources/mym/g...

0 Likes
1 Replies
Solved
posted 10 years ago

Access to Url path

Hi, i have an url like: "www.myapp.com/other-param" and i need to print in my view "/...

0 Likes
1 Replies
posted 10 years ago

Baum, select specific category

Hi Guys, I'm busy testing baum for a few hours now. I want to find a category with a specific id and...

0 Likes
3 Replies

homestead on production (digital ocean)

I am not sure if it is possible to run/install vagrant (but why wouldnt it be.. i can ssh and do wha...

0 Likes
3 Replies
posted 10 years ago

Laravel 4 mail queue SQS implementation......

class UserController extends \BaseController { public function reminder(){ if(Auth::check()){...

0 Likes
0 Replies

Authentification

How to send reset password to email? This is my class... Whats wrong? Why it isnt working? namespace...

0 Likes
1 Replies

Does DB::raw affect when uploaded on server?

Currently using this code to fetch data on mysql and its working on my localhost but when I uploaded...

0 Likes
0 Replies
posted 10 years ago

Laravel/Lumen hierarchy based config system

Hello, everyone! I would like to have something similar what ZF2 config system has. I need hierarchy...

0 Likes
5 Replies
posted 10 years ago

How to keep session id on login?

Hello, how can i keep my session id on login. Seems Laravel 5 regenerates the session id When i get...

0 Likes
10 Replies

Manually created pagination always returning the full list

I couldn't use the paginate()-method anymore cause I needed to add an extra attribute to every eleme...

0 Likes
2 Replies
Solved

Bulk insert

Hello. Is it possible to insert bulk data of 1 million generated rows (by php) ?

0 Likes
4 Replies

Extending Illuminate\Auth\Passwords\PasswordBroker

Hi, I want to extend PasswordBroker to put the reset mails to the queue. I picture simply creating a...

0 Likes
1 Replies
Solved

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.