Support the ongoing development of Laravel.io →

542 Threads

What am I doning worng?

So I'm trying to make a new company in a CompanyContoroller includes and public function store() is...

0 Likes
1 Replies
Solved

Route Parameters Not Resolving

Hi, I'm using laravel 5.2 on nginx 1.81 I'm new to this and working through the basic tutorial, my r...

0 Likes
2 Replies
Solved

How to get text attribut of form control in blade

in blade template of page I have form controls <input type="radio" value="clear&...

0 Likes
1 Replies
Solved

Intervention / Image Upload Error {{ Image source not readable }}

I am trying to add a profile image upload in Laravel 5.1. I used the Intervention/Image Package but...

0 Likes
1 Replies
Solved

Hardcoding controller arguments in routes

I'd like to pass a predefined value from my route as an argument to controller. Assuming this is my...

0 Likes
2 Replies
Solved
posted 9 years ago

Routing: Passing parameters to controller

Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...

0 Likes
7 Replies
Solved
posted 10 years ago

Displaying Images Inline -> Text and broken images when content-type set

I need to be able to return an inline-image to the browser. The images are pulled from outside /publ...

0 Likes
8 Replies
Solved

CRUD, Having Problem with Update and delete data

Hi can someone help me??please, I'm having problem with updating and deleting data when I'm trying t...

0 Likes
4 Replies
Solved
posted 8 years ago

Application serves 404 page when apache serves another request

Now this is a something really strange: I am running Apache with 2 websites on it. The sites are exa...

0 Likes
1 Replies
Solved

Connect to remote mysql database while working locally

I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...

0 Likes
5 Replies
Solved

Mass Assignment from Request data

Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...

0 Likes
3 Replies
Solved

[SOLVED] Lumen Return image without saving file

I'm developing an API to generate QRCodes using Endroid/QrCode package. I want to generate the QrCod...

0 Likes
1 Replies
Solved

Lumen return timestamps in response instead of date time.

Hi I've been searching around a little bit but cannot seem to find it. I have a a column in my datab...

0 Likes
1 Replies
Solved

update from Lumen 5.1 to 5.2: flashing data on a per request basis

I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...

0 Likes
4 Replies
Solved

Include big piece of HTML in Ajax callback

I'll try my best to explain what i want to. I showing a page with some "product" on the pa...

0 Likes
2 Replies
Solved

Setup different frontend & backend application endpoints

I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...

0 Likes
1 Replies
Solved

Laravel update password errors

Hi i'm trying to update user password using ajax but i keep getting 500 error.What i've done wrong #...

0 Likes
1 Replies
Solved

Adding DB-column "on the fly"

Hey guys, currently I'm looking for a way to add a column within a controller with a name, that's ba...

0 Likes
3 Replies
Solved

Ajax Autocomplete input

Hello guys! I am trying to implement an Ajax Autocomplete field in my form. I am using the following...

0 Likes
7 Replies
Solved

What is the different between Route::model() and Route::resource()

In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...

0 Likes
2 Replies
Solved

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.