Support the ongoing development of Laravel.io →

My website needs two passwords for the same username

My website is for two people at the same time. They need to be able to login together or separately....

0 Likes
1 Replies

Cant Login with Socialite !

public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...

0 Likes
1 Replies

fetch multiple images from Database

Hi I have stored my images in database using implode function images are in database like array ima...

0 Likes
4 Replies
posted 9 years ago

Perform some action in client system

Hi All, I am working on one web application that needs the functionality to open some files or open...

0 Likes
4 Replies

Injecting a child View into another View through Controller variable

Hi, This is my first post on this site as well as a question about my first project built with larav...

0 Likes
0 Replies

Second parameter missing for update method.

Hi I've a path registered Route::patch('addressbook/edit', [ 'as' => 'addressbook.edit',...

0 Likes
1 Replies
posted 9 years ago

whats this relationship??

If a user has articles and forum posts and comments, is the relationship polymorphic?? I want to let...

0 Likes
1 Replies
Solved

MassAssignmentException

Im work test enviroment with laravel 5.2.*, mysql, homstead and having trouble with a MassAssignmen...

0 Likes
1 Replies

Upload image Resize on Controller.

Where can i put the resize in this code thanks. $this->validate($request, [ 'email' =...

0 Likes
6 Replies
Solved
posted 11 years ago

Fluent Query Union Order by issue

I am using Fluent Query builder. I am having two issues: I want to do union of two statements and af...

0 Likes
1 Replies

Distinguishing Row Tables During Union Queries

Hi, I'm currently using a union to jointly select search results from two tables. However, I'm strug...

0 Likes
4 Replies
Solved

Getting information from one table and saving the returned information in new table

Hello guys, I'm making a school system for my school and I have this problem in which I'm stuck for...

0 Likes
1 Replies

i'm gatting .Trying to get property of non-object

this code controller public function cart() { if (Request::isMethod('post')) { $id_product = Request...

0 Likes
1 Replies
posted 9 years ago

Snappy PDF/Image Wrapper for Laravel 5 generate error

Hi, I downloaded barryvdh/laravel-snapy i configure it as the follow: snappy.php return array(...

0 Likes
2 Replies
posted 11 years ago

Who can create a MoxieManager Package for L4?

Hi all, I'm looking for somebody who can create a Laravel 4 package which includes Moxiemanager, the...

0 Likes
9 Replies
Solved

HTTPS issue with laravel

Hi Guys, I am getting laravel issue NotFoundHttpException while shifting our site to secure domain....

0 Likes
0 Replies

(Upload image or not)

Hey what can i code if i don't want to have a image. i get error: Call to a member function getClien...

0 Likes
2 Replies
Solved
posted 10 years ago

Routing: Passing parameters to controller

Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...

0 Likes
7 Replies
Solved

Redirect 301 manually on htaccess

Hello everyone, kindly as I can set in .htaccess redirect 301 "manually"? For example to g...

0 Likes
0 Replies

Mulyiple Image Upload is not going in correct into Database

####Like this image is going in DB ["image1","image2","image3"] but I...

0 Likes
2 Replies
Solved

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.