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

Where is convinient? Where is elegant?

In laravel, you even can not use md5+salt instead of bcrypt hash. I tried ,but I found it's very har...

0 Likes
3 Replies

How lists a ::with relation model one to many?

$users=Tlc\Employee::with('users')->get(); => Illuminate\Database\Eloquent\Collection {#822...

0 Likes
0 Replies

Laravel Admin Panel

I'm using stevemo/cpanel https://github.com/stevemo/cpanel for the admin panel. In the view I want t...

0 Likes
5 Replies
Solved
posted 10 years ago

vagrant: command not found

I installed vagrant 1.7.2 on my windows 8 computer. Then wanted to install laravel/homestead. I keep...

0 Likes
0 Replies

Central authorization/abilities for several applications?

Hi, I am just about to start writing my first Laravel application. This will be part of a suite of a...

0 Likes
0 Replies
posted 10 years ago

PHP Programmers Community

Hello, Today i'm happy to announce that our php community phpfire.com is now online feel free to cre...

0 Likes
0 Replies

External script (vBulletin) inside Laravel application, using Blade

Hello. I recently finished my website's transition to Laravel and all that is left is the current fo...

0 Likes
0 Replies

Seeking developers for Bitcoin-related L4 project

We have a wonderful team of skilled developers, but we need your help, too! Due to the sensitive nat...

0 Likes
3 Replies

response()->json differs on OS

So I have this odd problem with json. It will return different jsons depending on my underlying syst...

0 Likes
0 Replies
posted 10 years ago

ErrorException in Collection.php line 844: Undefined offset: 0

hello sir, am getting this error when am trying to creating an new user registration. everything is...

0 Likes
0 Replies
posted 10 years ago

laravel 5:- am getting an error of Undefined offset: 0

here is my code public function checkCourse() { $id = Auth::User()->id; //dd($id); //...

0 Likes
1 Replies
posted 10 years ago

Everything is not being shown in a @yield section

I am currently working on my first project in Laravel 5. However I am having issues with my views. I...

0 Likes
8 Replies
posted 10 years ago

Good way of including assets in package development?

I'm new to package development, Now trying to include my Bootstrap css file ( from bower ) Now I'm w...

0 Likes
0 Replies

Laravel eloquent - how to use DB raw inside custom relationship

I have laravel models : Post and Comment. As normal, post will have many comment tables as bellow: P...

0 Likes
1 Replies

Forgot password fucntion

By using this Password reminders and reset in Laravel 4 tutorial I tried to add "forgot passwor...

0 Likes
1 Replies
Solved

Codeception Auth::check() fails

Hello everyone, I'm going through Larabook series and have problem with codeception test. Here is my...

0 Likes
4 Replies

"$zip = new ZipArchive()" gives me an error in the Artisan/Console class

"$zip = new ZipArchive()" gives me an error in the Artisan/Console class of ZipArchive not...

0 Likes
1 Replies

Homestead configuration via GUI

I've installed homestead, and it runs good, no errors, but i decided to work with it not via ssh but...

0 Likes
1 Replies
Solved

L5: Custom validation and authentication over multiple fields (email, phone)

I have a login form that accepts either an email or a phone number (or maybe more in the future) in...

0 Likes
2 Replies
posted 10 years ago

Developing L5 with Yo - git

I have been learning grunt, git ect and want to build with Laravel. Previously I have just hacked aw...

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