Support the ongoing development of Laravel.io →

Laravel utf-8 problem

Hello, I have created a new Laravel 5.3 application and I have a problem with utf-8 chars which are...

0 Likes
0 Replies

Store variable in session after login.

Hey, I'm Eduard. I'm new to Laravel framework and I need some help from you, guys! What I'm trying r...

0 Likes
0 Replies

Getting useless Exception message since composer update

Since running 'composer update' to go from Laravel 5.0 to 5.1 I'm getting useless info when my app t...

0 Likes
4 Replies
Solved

Forge: Restarting NodeJS daemon on deploy

Hi guys, I've setup my first Laravel Forge site that runs a VueJS 2.0 server side rendered app. I've...

0 Likes
0 Replies

Best practice to configure a master page for only one unique page on a site

I've created a master page for our site so that we maintain a similar layout throughout, but our hom...

0 Likes
1 Replies
posted 8 years ago

Mailable.php line 382: [] operator not supported for strings

Hello, I have a contact form, a contact mailable, and a contact mail view and a contact controller....

0 Likes
1 Replies
Solved

[Package] Laravel GAMP - Laravel Support for Google Analytics Measurement Protocol

Hey there! Yet another package I created since i had a requirement in one of my projects. Check it o...

0 Likes
2 Replies

group by created_at

Hi, how to select all records from table group by created_at? When I get all rows from table it retu...

0 Likes
0 Replies

Dingo Transformer does not filter output

I try to understand api, oauth2, ... Now i have a problem with transformers in dingo/api. I'm sure t...

0 Likes
1 Replies
Solved

multiple persons for one user / email address

hi, i've developed an android app with laravel api backend. currently i use default api guard and Au...

0 Likes
0 Replies
posted 8 years ago

Error Connecting to 3.22, 3.23 & 4.0 servers is not supported

Hi guys, i'm strugling with this error "SQLSTATE[HY000] [2054] Connecting to 3.22, 3.23 & 4...

0 Likes
0 Replies

Convert value password to md5 on MySQL and About database

it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...

0 Likes
2 Replies

No supported encrypter found

I just updated to 5.2 and am having a log of problems. I think that I got them all solved but this o...

0 Likes
8 Replies
Solved
posted 8 years ago

Global Scope + Auth

I'm trying to use Auth within a global scope which seems to be working fine and doesn't effect the a...

0 Likes
1 Replies

Custome Password Reset

HI, my application is build in a way that user can open account and inside the account he can create...

0 Likes
0 Replies

$appends does not include the fields

Hi, I need to pass some 'virtual' fields to my model when passing JSON. I've started with the very b...

0 Likes
2 Replies

Wanna Add some text before text insert to database

<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...

0 Likes
4 Replies
Solved

Laravel - Validate duplicate entity at bulk insertion.

Code Sample: $numberOfCode = 20; for ($i = 1; $i <= $numberOfCode; $i++) { $insArr[]...

0 Likes
0 Replies

About Form::textarea

<textarea rows="4", cols="54" id="keterangan" name="keterangan...

0 Likes
1 Replies
Solved
posted 8 years ago

My route not working well

Route::get('admin', 'AdminController@index'); Route::get('adduser', 'AdminController@adduser'); Rou...

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.

© 2025 Laravel.io - All rights reserved.