Error: Intervention \ Image \ Exception \ ImageNotWritableException Can't write image data to path [...
Hi, I'm using Laravel 5.1. public function redirectToProvider(AuthenticateUser $authenticateUser, Re...
I have button named Delegate and when user click on it, It must send user comment and selection to s...
Hello everyone I'm making CMS and I need to upload several images to product but I also need option...
Good day guys, base in my view function (create.blade.php). I displayed a table from my database and...
I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...
I am really new at laravel and I am currently using version 4.2. I would just like to know how larav...
I can't seem to find a working example to solve this problem: I have a view with a form, I need to g...
hi i have problem with migration when i use php artisan migrate show below error : [Illuminate\Datab...
I have the following Controller, this is just a snippet of the code. In the webbrowser this is fully...
My application is working well on localhost, but now having moved my application to a production ser...
Hi, I am new to Laravel and I am trying to get my head around routing. I have set up a controller an...
Sorry if my title is confusing, not sure how to explain this within a line. Let's say I have a table...
I have a form the user can use to retrieve data from the DB, then I want to update the same page to...
It's been now 2 days since I'm trying to upload videos in my Laravel 4 App, the problem I'm facing i...
Greetings! I don't know if it's possible or not, but I'd like to retrieve something from a selected...
Hi guys, I am trying to create a laravel site that allows one to upload an image, and then view the...
Hello! I have a model that look like this: public function GetUserByname($input){ $this-&...
I have the following route: Route::get('/user/{name}/{key?}/post/{id}', array('as' => 'index'...
Pretty much every app needs decent search engine. Nowadays specialized engines like ElasticSearch ar...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community