I'm trying to use the model create option and this is my array: $result = array( 'match...
During vagrant up command I saw that it is generating settler_default_xxxxx folder in my virtual mac...
The problem is with the default auth.basic functionality. A users' credentials pass when checking wi...
Hi Guys first of all i'm a complete newbie in frameworks, i started reading about that a few days ag...
'I'm trying to install the anahkiasen/former package once again but it won't work. The funny thing i...
I have googled around and came up with nothing useful... How do people test their Errors? Here is me...
I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...
I previously asked this question on the Laracasts forums at https://laracasts.com/discuss/channels/e...
I wasn't sure what exactly to title this, but basically here is what I am working: I have an applica...
public function store(Request $request) { $image = new Image(); $this->validate($request,...
I tried uploading a file with the following code in ubuntu $file = $request->file('file_upload');...
Now this is a something really strange: I am running Apache with 2 websites on it. The sites are exa...
Hi, I wonder if it's possible to use non incremental ID on Laravel? What method shoul I overwrite? T...
I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...
I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...
MY CLASS : namespace App\Http\Middleware; use Closure; use Illuminate\Routing\Redirector; use Ill...
Hi all We've used the config() helper to allow application developers to configure our predefined ro...
Hello, I'm trying to use Laravel pagination, no matter what I tried I'm always getting the first pag...
How I can use the Mail class in Lumen 5.2. It was working fine in 5.1 lumen. I have installed illumi...
Hello, I was receiving a 500 Internal Server Error for all routes other than '/'. After looking at t...
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