Support the ongoing development of Laravel.io →

2,392 Threads

Parameters in RESTful controllers

Hi, I am using RESTful controllers in my app, in my routes.php file, I have declared this ...Route::...

0 Likes
1 Replies

Can't write image data to path

Hi all, This is the error when i upload the file :Intervention \ Image \ Exception \ NotWritableExce...

0 Likes
2 Replies
Solved
posted 10 years ago

Scheduler/Dispatcher on a Controller Method

Can I use a dispatcher (indatus/dispatcher) to schedule and run a Controller's method? Eg. I want to...

0 Likes
0 Replies

Custom fields with JSON

Hi, I would like to customize the JSON which is returned by the index and show functions of the cont...

0 Likes
4 Replies
posted 10 years ago

Laravel 4 RESTful Controller PUT Request not working

Hi, I'm using laravel 4 with backbone and it has been working fine up till now. I'm trying to update...

0 Likes
3 Replies

Laravel controllers functions ?

Hello every one. I am trying to make a function in my controller public function new(){ return View:...

0 Likes
1 Replies
posted 10 years ago

Adding #comment after the URL when redirecting

Hey, I'm making a comment form and I'd like to send the user directly to the form after submitting t...

0 Likes
1 Replies

Route::current() equivalent for the page i came from?

Well, the title may sound a bit weird, but what I am trying to do can be simplified to: I am adding...

0 Likes
3 Replies
Solved
posted 10 years ago

Multiple language files at custom locations

Hello, Is there a way to have multiple language files for the same language? I know that it would wo...

0 Likes
0 Replies

Model Can't Catch PUT Request

Hi guys, As seen on the subject below, my Model Can't Catch the PUT Request,.. Here is the example o...

0 Likes
3 Replies
Solved
posted 10 years ago

Route /{username} but searching by ID

Hey, Not entirely sure if I'm overthinking this, but on my site there are user profiles, and I want...

0 Likes
4 Replies
posted 10 years ago

createFromTimeStamp language

Hey, to generate "time ago" text, i use the following code: {{ \Carbon\Carbon::createFrom...

0 Likes
0 Replies
posted 10 years ago

Multi Domain rounting

I have an installation with 2 basics groups admin app another group that handle all the other domai...

0 Likes
2 Replies
posted 10 years ago

View does not take variable

Hey, i have this code public function viewfind($nick) { //check if the user inputted exists $che...

0 Likes
1 Replies
Solved
posted 10 years ago

Missing argument 1

Hey, i have this route Route::get('/map/{type?}/{id?}', array('as' => 'map', 'uses' => 'HomeC...

0 Likes
1 Replies
Solved
posted 10 years ago

Redirect::back() empty value not allowed

Hi guys, I wanne redirect back to the previous page without input. How can i do that cause de functi...

0 Likes
1 Replies

Moltin Cart - Drag and Drop with JQuery UI

Any here can teach me how can i use JQuery UI drag and drop to laravel moltin cart? i just confuse o...

0 Likes
0 Replies

Change rows for login

Hey, when logging in i get this error Illuminate \ Database \ QueryException SQLSTATE[42S22]: Colu...

0 Likes
3 Replies

sending HTTP headers as part of request

Hi, I am writing a PHPUnit test that checks if a userId exists in the header and asserts accordingly...

0 Likes
0 Replies

[Solved] How I can accept image url as a parameter on HTTP POST method?

Hello i'm trying to make a REST API that will accept as a parameter on a HTTP POST method an image u...

0 Likes
0 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.