Support the ongoing development of Laravel.io →
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
posted 8 years ago

Shorten Request

Is there a way to shorten these two lines into one line? $book->load('notes.user')->publishers...

0 Likes
1 Replies

Issues with belongsToMany() only returning data for one column on pivot table.

So I'm kind of following the Laracasts Many To Many tutorial in Laravel5 Fundamentals and have the M...

0 Likes
2 Replies
Solved

Discussion: sentinel vs Laravel 5.3 authorization

I wanted to understand that why should I really use sentinel while Laravel 5.3 has similar authoriza...

0 Likes
0 Replies
posted 8 years ago

unable to access message and action of notifications

I followed the documentation to try the notification system of Laravel 5.3, but I just cannot displa...

0 Likes
0 Replies

Phpstorm Error: [InvalidArgumentException] No hint path defined for [ide-helper]

I want PhpStorm to have code completion support and syntax highlighting for many of Laravel’s facade...

0 Likes
0 Replies
posted 8 years ago

installing microweber

Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable...

0 Likes
4 Replies
Solved
posted 8 years ago

Using Mail::Send() to send Email to a Small number of Fixed Recipients - Not Consistently Working

#Problem I have an application that sends notification emails from the controller when certain model...

0 Likes
1 Replies
Solved

Why does copy of site to new host not work?

I realize this is not the best practice but for practicality reasons I may need to distribute (rathe...

0 Likes
1 Replies
Solved
posted 8 years ago

Need a file browser (plugin to ckeditor)

Hi, I setup an admin section for our website with laravel 5.1.24 and added bestmomo/filemanager. It...

0 Likes
2 Replies
posted 8 years ago

Basic sections in template not rendering.

Hi all, I just started with Laravel and I've run into an issue where when I yield a section, it does...

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.