Support the ongoing development of Laravel.io →

Authentication Problem in more than one controllers

Hey guys i am newly working on Laravel. I am facing a problem regarding authentication. Its that whe...

0 Likes
0 Replies

suggestions for multi-restaurant food ordering project

i want to develop website like foodpanda.in which has dynamic menues and multiple payment options. i...

0 Likes
3 Replies
posted 9 years ago

Render View Without Route, Outside of App. Can it be done?

I have some blades that generate dynamic JS based on some environment configuration variables. My g...

0 Likes
4 Replies
Solved
posted 9 years ago

How to Test with Repository Pattern and Mocks

I've used the Repository Pattern a few times now, but recently started trying to get better with my...

0 Likes
1 Replies
Solved

Inserting JSON to DB Using Model

I'm trying to use the model create option and this is my array: $result = array( 'match...

0 Likes
0 Replies

Homestead fails to start because of wrong disk attachments.

During vagrant up command I saw that it is generating settler_default_xxxxx folder in my virtual mac...

0 Likes
0 Replies

Auth.basic fails

The problem is with the default auth.basic functionality. A users' credentials pass when checking wi...

0 Likes
7 Replies

adldap2 and laravel 5.2

Hi Guys first of all i'm a complete newbie in frameworks, i started reading about that a few days ag...

0 Likes
3 Replies
Solved

Class 'Former\FormerServiceProvider' not found

'I'm trying to install the anahkiasen/former package once again but it won't work. The funny thing i...

0 Likes
3 Replies
posted 9 years ago

Testing/Phpunit and errors/exception testing

I have googled around and came up with nothing useful... How do people test their Errors? Here is me...

0 Likes
0 Replies

help with identifier and parameter

I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...

0 Likes
3 Replies
Solved

Seeding & Model Factories Between 3 Relations

I previously asked this question on the Laracasts forums at https://laracasts.com/discuss/channels/e...

0 Likes
1 Replies
posted 9 years ago

Laravel with Micro Services

I wasn't sure what exactly to title this, but basically here is what I am working: I have an applica...

0 Likes
2 Replies

FatalErrorException in Class 'App\Http\Controllers\Image' not found

public function store(Request $request) { $image = new Image(); $this->validate($request,...

0 Likes
1 Replies
posted 9 years ago

File upload permissions Laravel in Windows 10

I tried uploading a file with the following code in ubuntu $file = $request->file('file_upload');...

0 Likes
0 Replies
posted 9 years ago

Application serves 404 page when apache serves another request

Now this is a something really strange: I am running Apache with 2 websites on it. The sites are exa...

0 Likes
1 Replies
Solved

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

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.