Support the ongoing development of Laravel.io →

899 Threads

REST API - Struggling to decide on best approach to send Multiple JSON Requests in one payload.

I am sending JSON to an API that I am building. For this particular instance, I am create a "co...

0 Likes
0 Replies

Allow member to reset password (from profile -without using the reset password)

I have a form where a user can update several profile fields such as username, email, location, etc....

0 Likes
2 Replies

How to add headers to internal requests?

Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...

0 Likes
0 Replies

Planning my first project: Migrating a text-based log file to a Laravel Application

I would like to create an application that logs GET data directly to the DB through Laravel from URL...

0 Likes
1 Replies

before:(Date) validation

try to ensure that the arrival date is before the departure date field, however it prompts error whe...

0 Likes
0 Replies

Chrome request

Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...

0 Likes
0 Replies

How to make search with pagination?

I want create a gallery. How can I do?

0 Likes
1 Replies

Value objects validation

Hello, so i am creating value Money( 500, Currency('EUR') ). What would be the best approach to vali...

0 Likes
0 Replies
posted 9 years ago

ADDING DOCUMENTS TO DATABASE

i want to save the attached document to database here is my code on adding to database code $data =...

0 Likes
2 Replies

How can I grab this this thing (I couldn't able to name it)?

Here's is my case. Let's assume I have web page foo.com. If user already logged in, I need to grab e...

0 Likes
1 Replies

API using barryvdh/laravel-cors package can't accept posts when using XDomainRequest (IE9)

I am using the barryvdh/laravel-cors package for doing my Cross Domain stuff. However, we have cust...

0 Likes
0 Replies

Optionality: `sometimes` we need a little bit more

Hello, Given I have a model with an optional 'email' attribute. When specified, it has to link to a...

0 Likes
0 Replies

File Upload stop working all of a sudden

My file uploading script was working previously, with the same validation rules, it has stopped work...

0 Likes
1 Replies

Eloquent set random not duplicate id when creating records

This is the code of my Eloquent model: protected static function boot() { parent::boot(); s...

0 Likes
2 Replies

Pagination "per page" query var

Hi there, in my application I want to return a paginated list of users. I would also like the number...

0 Likes
1 Replies

Whats the opposite of ->associate() ?

I'm trying to figure out the easiest and most effective way up updating hasMany() and belongsTo() re...

0 Likes
2 Replies

docx mime file upload extension laravel-4.2

Salam, We are using Laravel-4.2, and we are developping on linux machines, the problem is that we ha...

0 Likes
0 Replies

how to get a single input value in an array of input form using Input::get

i have a form input like this <input type="text" name="user[username]" /> <input type="text...

0 Likes
1 Replies

Looking to Build A Commenting System for a Blog

Hi guys, I currently have a laravel blog, and I want to add a custom commenting system. What would b...

0 Likes
0 Replies

Laravel Commenting System not Retrieving Correct ID of its Post

Hi guys, I created a commenting system for a blog. Comments belongTo a Post, and they BelongTo a use...

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