Support the ongoing development of Laravel.io →

1,185 Threads

posted 10 years ago

Can't write image data to path

Error: Intervention \ Image \ Exception \ ImageNotWritableException Can't write image data to path [...

0 Likes
4 Replies
Solved

Socialite `socialite->driver('facebook')->user();` doesn't work

Hi, I'm using Laravel 5.1. public function redirectToProvider(AuthenticateUser $authenticateUser, Re...

0 Likes
0 Replies

Can we send data inside Get link to update fields in database?

I have button named Delegate and when user click on it, It must send user comment and selection to s...

0 Likes
0 Replies

Multiple image upload with delete option

Hello everyone I'm making CMS and I need to upload several images to product but I also need option...

0 Likes
1 Replies

How to Submit Forms with array fields [ Laravel 5 ]

Good day guys, base in my view function (create.blade.php). I displayed a table from my database and...

0 Likes
2 Replies

Routes error in Laravel 4 NotFoundHttpException Controller method not found.

I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...

0 Likes
2 Replies
Solved

Image compress and upload

I am really new at laravel and I am currently using version 4.2. I would just like to know how larav...

0 Likes
1 Replies

update view with ajax (jquery) in laravel 5.1

I can't seem to find a working example to solve this problem: I have a view with a form, I need to g...

0 Likes
1 Replies

problem with migration

hi i have problem with migration when i use php artisan migrate show below error : [Illuminate\Datab...

0 Likes
5 Replies

[RuntimeException] Session store not set on request.

I have the following Controller, this is just a snippet of the code. In the webbrowser this is fully...

0 Likes
3 Replies

$_GET is always empty

My application is working well on localhost, but now having moved my application to a production ser...

0 Likes
0 Replies

How to determine which Restful resource page is showing?

Hi, I am new to Laravel and I am trying to get my head around routing. I have set up a controller an...

0 Likes
2 Replies

how to gettting different queries (models) results with one statement?

Sorry if my title is confusing, not sure how to explain this within a line. Let's say I have a table...

0 Likes
0 Replies

what is the best way to let the user query DB and display results in the same view as the form (ajax? how?)

I have a form the user can use to retrieve data from the DB, then I want to update the same page to...

0 Likes
0 Replies

Laravel Video Upload

It's been now 2 days since I'm trying to upload videos in my Laravel 4 App, the problem I'm facing i...

0 Likes
6 Replies

How to get the data-* value of the selected option

Greetings! I don't know if it's possible or not, but I'd like to retrieve something from a selected...

0 Likes
3 Replies

Laravel Not Displaying Uploaded Images

Hi guys, I am trying to create a laravel site that allows one to upload an image, and then view the...

0 Likes
4 Replies

How to recieve json array in view with Ajax that has been sent from controller

Hello! I have a model that look like this: public function GetUserByname($input){ $this-&...

0 Likes
0 Replies

Optional route in middle of URL not being recognized

I have the following route: Route::get('/user/{name}/{key?}/post/{id}', array('as' => 'index'...

0 Likes
0 Replies

How to search eloquent models with relations

Pretty much every app needs decent search engine. Nowadays specialized engines like ElasticSearch ar...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.