Support the ongoing development of Laravel.io →

Complex validation logic

I have a disclosure form that I only need to validate 2 fields out of six based on if the required q...

0 Likes
2 Replies
posted 5 years ago

How to get which page the user is trying to visit?

I have a server maintaining who has the permission to visit which page file. Each time someone visit...

0 Likes
0 Replies

Normal PHP application session,cookies handling in Laravel

Hello I am new to Laravel framework. My application is implemented on core PHP.We are planning to i...

0 Likes
0 Replies
posted 5 years ago

Authentication of download file

I have been trying to add a pay access before a file can be downloaded in laravel but I don't know h...

0 Likes
0 Replies

Multi language with Laravel 6

So I have creted my group in web.php `Route::redirect('/', '/it'); Route::group(['prefix' => '{lo...

0 Likes
1 Replies
Solved
posted 5 years ago

vapor deployment fail

Hi! I'm using vapor to deploy laravel applications to AWS. The build step succeeds, but after it fai...

0 Likes
0 Replies

Laravel, Vuejs, axios get tasks for logged in user

I am trying to get the tasks of the logged in user into a vuejs component via axios but I keep getti...

0 Likes
1 Replies

How to Set Cookies During Unit Test? (new solution)

I had the same problem working with laravel in version 5.5 presented in the thread erkanarslan, howe...

websterl3o liked this thread

1 Likes
1 Replies
Solved

error package composer

[hello thank you for explaining if there is a solution, already try several things like composer upd...

0 Likes
1 Replies

migrate error

Hello, I have started my first Laravel 7 project. If I want to start a database with it I get an err...

1anto liked this thread

1 Likes
2 Replies

Laravel resetPassword Mail notification not working

Hello, I am facing a stranger issue which is recover password email is not working in Application bu...

0 Likes
0 Replies
posted 5 years ago

How fix error to instal auctglobal

How fix error lluminate \ Database \ QueryException (42S02) SQLSTATE[42S02]: Base table or view not...

0 Likes
0 Replies
posted 5 years ago

Laravel 6 proc_open fix

Laravel Version: 6 PHP Version: 7.3 Description: After installing Laravel 6, i get the following e...

0 Likes
1 Replies
posted 5 years ago

Laravel Sanctum Bearer token after authorization

I have created the middleware to add the authorization header (Bearer token) for every API request....

0 Likes
0 Replies
posted 5 years ago

After update to Laravel 7 php artisan not working

Hello, after upgrading Laravel according to the docs to v7 I ran composer update. Then I'm getting t...

0 Likes
1 Replies
Solved

Cors doesn't work laravel 7

Hello, I made the huge mistake of ugprading my app to laravel 7 and since then I haven't be able to...

0 Likes
0 Replies
posted 5 years ago

AJAX post route error 404 on https

Hello guys, i cant figure out the problem. All routes work fine, except for when i want to post some...

0 Likes
1 Replies

Avoid global scope for cookies

I'm currently working on a website with a main domain and sub-domains like this: mywebsite.com dev....

0 Likes
0 Replies

Dashboard Template Integration

Hi There, I want a little help from you guys. The method i use to integrate an admin panel Dashboard...

0 Likes
1 Replies

Strange behavior while testing

`$ad = Ad::create([ 'title' => 'This is first ad', 'body' => '', ]); dump($ad->title);...

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.