I'm having some issues with Homestead or better yet Vagrant and Virtualbox itself. The requests I'm...
What would my route::resource look like for a model that can be created off of others. I have 3 basi...
Hello, i followed this guide to deploy my application at a hostgator shared host: Guide Everything w...
I am unable to use Guzzle with external, publicly accessible websites (ie. Google.com) from my local...
i tried validate (following validator docs ) using regex but didnt' work...need i to do something mo...
Im developing an API (without auth) that returns JSON data. When I make GET request. It works fine b...
Hi i'm new to Laravel so I apologize for asking a easy questions, I'm just can't quite figure out my...
I have inserted laravel project in. http://domain.dd.dd/myproject/laravel and path to index looks li...
Hi i have a problem with my Ajax return response in Laravel 5. My form : <form id="frm"...
$request->file('image')->move('images/products/', $imageName); $request->file('image')->...
I have a console command that defers to a model. The model has Log::info("blah blah"); Whe...
I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...
Hello everyone, I am making a custom cms but I cannot get my routes to work. Here is a gist to my ro...
If I have Route::get('user/{id}', 'Admin\UserController@show'); Route::get('user/create', 'Admin\Use...
I am trying to upload a photo with Request::file('file')->move('location/file.type'); But it does...
Hi, I have this on every method on my controller: if(Auth::user()->cannot('see_all')) $post=...
Hi, I have a trouble with resource controller how to naming resource routes [PATCH] ? routes.php...
Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...
Heya, i'm a newbie with Laravel,i'm trying to show some specific informations from my database, but...
Hello everyone! I am getting an error when I use post request. Here is the code: http://laravel.io/b...
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