Support the ongoing development of Laravel.io →

1,185 Threads

Extending Laravel

Hey there! I have read the documentation for core extension, however I can't figure out even where t...

0 Likes
1 Replies
Solved

Advice with stripe

SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...

0 Likes
1 Replies

What a way to repeat record and store

$number= Input::get('count'); //send number 4 $text = "hello"; fo...

0 Likes
0 Replies

Use select html tag and blade templating at same time

English isn't my first language, so please excuse me any mistakes, I'm brazilian. I'm trying to use,...

0 Likes
4 Replies

Form Checkbox after pagination always unchecked

Hi all, I just found something strange. I have an index page of some data with a pagination. In ever...

0 Likes
4 Replies

Getting search result + content

Hey guys, Hope the title is not too confusing, but here is what I am trying to do: The user enters a...

0 Likes
5 Replies
Solved

File upload location

I’m looking for best practices regarding file upload locations. I know I can use the public folder b...

0 Likes
1 Replies

Creatable fields

Hey, I'm new to laravel and still learning a lot every day :) But I have already my project in mind...

0 Likes
0 Replies

URL post and file upload

I would like to find out how do i received a text file that is being sent to my server using url pos...

0 Likes
0 Replies

Validation of array field

My question is the following. I have a system that the User will register the series of a note. How...

0 Likes
1 Replies
Solved
posted 10 years ago

Form Submit with Bootstrap Modal

Hi I have a form with the following fields in the displayed page fields inside a bootstrap modal...

0 Likes
1 Replies
Solved

Generate PDF

Hi. I got an users list shown in a table, so, i can see the user detail and a new page with the user...

0 Likes
3 Replies

Returning jQuery code via AJAX methods.

So I've just started playing with laravel a bit. I've been a heavy CodeIgniter user for years. Anywa...

0 Likes
1 Replies

possible to create dinamic sql query

Hello friends, you can create a dynamic sql query: there are 3 input and the user can enter a value...

0 Likes
1 Replies

how to mass delete users with array

Hi, I have an array of user id that need to send back to laravel route for deletion. How should I se...

0 Likes
2 Replies
Solved

Get Current Url Parameter

I want to get Current url parameter in vie. Let my url is mysite.com/public/user?page=2 Now I want g...

0 Likes
3 Replies

Many Text Inputs as array. Issue with formbuilder (htmlentities)

Hi all, I have a form like this: // testview.blade.php Form::open(); Form::text('someInput[]');...

0 Likes
1 Replies
posted 10 years ago

Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed

Hello guys. I'm having trouble with Image Upload. I have a form with unique field, the image upload....

0 Likes
3 Replies

How to stop Encypting/Decrypting saved data from losing everything after double quotes?

I have an app that is taking data from a form, encrypting it, writing the encrypted data to a field...

0 Likes
3 Replies
Solved

Input::old() with array of input

The problem I’ve a form with a few input text, and javacsript function that allow to user to add mor...

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.