My website is for two people at the same time. They need to be able to login together or separately....
public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...
Hi I have stored my images in database using implode function images are in database like array ima...
Hi All, I am working on one web application that needs the functionality to open some files or open...
Hi, This is my first post on this site as well as a question about my first project built with larav...
Hi I've a path registered Route::patch('addressbook/edit', [ 'as' => 'addressbook.edit',...
If a user has articles and forum posts and comments, is the relationship polymorphic?? I want to let...
Im work test enviroment with laravel 5.2.*, mysql, homstead and having trouble with a MassAssignmen...
Where can i put the resize in this code thanks. $this->validate($request, [ 'email' =...
I am using Fluent Query builder. I am having two issues: I want to do union of two statements and af...
Hi, I'm currently using a union to jointly select search results from two tables. However, I'm strug...
Hello guys, I'm making a school system for my school and I have this problem in which I'm stuck for...
this code controller public function cart() { if (Request::isMethod('post')) { $id_product = Request...
Hi, I downloaded barryvdh/laravel-snapy i configure it as the follow: snappy.php return array(...
Hi all, I'm looking for somebody who can create a Laravel 4 package which includes Moxiemanager, the...
Hi Guys, I am getting laravel issue NotFoundHttpException while shifting our site to secure domain....
Hey what can i code if i don't want to have a image. i get error: Call to a member function getClien...
Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...
Hello everyone, kindly as I can set in .htaccess redirect 301 "manually"? For example to g...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community