public function getLogin($provider = null) { try { $social_user = Socialize::with($provi...
We're currently looking to see how much interest there is for such a meetup and how big it'd be. Is...
i face a problem when i register a user through web service API project, and it was working but sudd...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
On this page: https://laravel.com/docs/5.4/mocking It states: You should not mock the Request facade...
I am looking at a way to strip those things from user input comments or posts in my project. I am us...
I am having trouble putting my first app together. The app is a web form it executes a controller an...
Windows 10, OpenServer, Laravel 4.2, Elasticsearch 1.0 Controller: public function searchUser()...
Wrapper namespace App\Services; use Elasticsearch\Client; class Elastic { protected $client;...
table struct is apply_forms id form_number name apply_form_devices id apply_for...
I have, $a = App\SomeModel::where('id', 1)->get()->last(); My model's table has 72 entries. $a...
In laravel 5.2 I have a route that I call in ajax (so I do a post to http://mysite.dev/save) in /sav...
in my controller: $order = Order::with('address','slot','products')->first(); Mail::to('abc@email...
Hello, I'm new to laravel and valet I tried to install laravel valet follow this instruction https:/...
What is Laralum? Laralum is an idea that came to our mind when we found no CMS that had the right ba...
Hi everybody I have written below code on resources/js/bootstrap.js but on output in app.js, custom....
I've suddenly started getting this error: PHP Fatal error: Class 'Route' not found The error messa...
0 down vote favorite i host a laravel application on a shared host but it saying view not find. so i...
Hi. I already done making this url but I want to know what is the best practice to handle multi leve...
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.