Support the ongoing development of Laravel.io →

Non incremental numeric ID on laravel?

Hi, I wonder if it's possible to use non incremental ID on Laravel? What method shoul I overwrite? T...

0 Likes
6 Replies

Connect to remote mysql database while working locally

I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...

0 Likes
5 Replies
Solved

Auth::guest() does not work for student (custom) guard

I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...

0 Likes
1 Replies
Solved

Laravel 5 | Type Error

MY CLASS : namespace App\Http\Middleware; use Closure; use Illuminate\Routing\Redirector; use Ill...

0 Likes
1 Replies
posted 9 years ago

Dynamic configuration in route group definition

Hi all We've used the config() helper to allow application developers to configure our predefined ro...

0 Likes
0 Replies

Pagination always returns the first page

Hello, I'm trying to use Laravel pagination, no matter what I tried I'm always getting the first pag...

0 Likes
2 Replies
Solved
posted 9 years ago

Lumen 5.2 Mail class

How I can use the Mail class in Lumen 5.2. It was working fine in 5.1 lumen. I have installed illumi...

0 Likes
2 Replies

500 Internal Server Error for all routes other than '/'

Hello, I was receiving a 500 Internal Server Error for all routes other than '/'. After looking at t...

0 Likes
16 Replies
posted 10 years ago

Does Laravel's Lumen handle JSON format input?

Can anyone tell me if this is possible please? If I post a JSON request to a Lumen app (with Content...

0 Likes
4 Replies
posted 9 years ago

Artisan Question/Issue

I have 2 Laravel 5.1 projects both with: config/app.php set to AES-256-CBC cipher .env.example file...

0 Likes
2 Replies
posted 9 years ago

Laravel 5.1 Intervention corrupted image

I am trying to make use of the intervention/image and intervention/imagecache libraries. In trying t...

0 Likes
1 Replies
Solved
posted 9 years ago

File not being uploaden online (offline/local works)

All, Case: Uploading profile picture. This is working offline on my localhost, but after putting it...

0 Likes
1 Replies
Solved

Laravel Spark install: Auth guard [] is not defined.

Hello wonderful Laravel community. I'm working on a laravel spark project and I'm not sure what I've...

0 Likes
2 Replies

I can't logged in user using my own controller.

This is my form <form method="POST"> <div class="table-responsive">...

0 Likes
2 Replies
posted 9 years ago

Need help with Eloquent

Hi devs, Can anyone help me with this I have four tables users id|name|email|password rooms id|user_...

0 Likes
2 Replies
Solved
posted 9 years ago

Use config file in App\Libraries

HI, i have one library at he App\Libraries and there i have file providers.php <?php return [...

0 Likes
3 Replies

Mass Assignment from Request data

Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...

0 Likes
3 Replies
Solved

Upgrade from 4.2 to5.2

Hello all, I have a project in laravel 4.2 and i wants to upgrade it to 5.2. How to do this? Is ther...

0 Likes
3 Replies
posted 9 years ago

Dynamic repositories

Hello, I have a lot of repetitive repository classes, like: class UserRepository extends Repository...

0 Likes
2 Replies

Laravel blade from ckeditor and database

How can i parse dynamic data from ckeditor or textarea. I need to put laravle blade into ckeditor li...

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.