Support the ongoing development of Laravel.io →

286 Threads

Javascript Dynamic Dropdown Form

I'm trying to create a form with two dropdown forms. The second is dependent on the input of the fir...

0 Likes
6 Replies
Solved

Paginator appends array not working

Hi, I'm using a form send by GET method. This form contains some multiple checkbox. {{ Form::open(['...

0 Likes
6 Replies
Solved

laravel 4 authentication always returns false

I am using laravel and always fail to authenticate a user. Here is model code <?php use Illumi...

0 Likes
2 Replies
Solved

Handling dates with form models

I have table with users which includes their date of birth. I don't think i'm inserting the date the...

0 Likes
2 Replies
Solved

POST Error: Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException

Hi all, I am new to laravel and I don't know how to solve this error: Symfony \ Component \ HttpKern...

0 Likes
2 Replies
Solved

Querying based on Input. If input is empty, get all.

Hi ya, I have a calnedar (FullCalnedar) where the user can filter down results based on a few params...

0 Likes
1 Replies
Solved

Passing Variables via Url, making view read them

I used to have a URL like the following. localhost/details?page=photos Which would then get a sectio...

0 Likes
8 Replies
Solved

'image upload' not writing to MySql database or public folder with Laravel 4.1 (with Croppa) on Fortrabbit

newbie alert! i’ve recently moved my Laravel site to Fortrabbit but when i post new images to the si...

0 Likes
4 Replies
Solved

Getting a checkbox to save

If the checkbox is checked it needs to save as a 1 in the database and if it isn't checked then it n...

0 Likes
3 Replies
Solved

short attributes - frontend

Hi, I have a variable with possible short values (e.g. foot => (l,r,b). Now i want to show the fu...

0 Likes
5 Replies
Solved

Form::image and submit

I'm having an issue using the Form::image() and Input::all() {{ Form::image(url('assets/images/next....

0 Likes
2 Replies
Solved

Placeholder in password form

Is there any way I can show a placeholder in a password form? I'm talking about this: {{Form::passwo...

0 Likes
4 Replies
Solved

How can I update a file upload?

Please see attached StackOverflow link. http://stackoverflow.com/questions/26720555/how-can-i-update...

0 Likes
5 Replies
Solved

Model create problem

$users = Users::create( (Input::only('nickname', 'info', 'age')) ); $insert = Users::create(...

0 Likes
2 Replies
Solved

Array to fill a checkbox

I have a array(username => 'blalba', ...) and I want to create checkboxes with the username value...

0 Likes
2 Replies
Solved

Carbon::createFromFormat suddenly broke?

I created this quick snippet of code to display the Output: $dates = []; for ($i=1; $i <= 12;...

0 Likes
3 Replies
Solved

How to allow not $fillable field to be mass-assigned in certain situations?

I have a general User model with general mass-assign white listing of fields as protected $fillable....

0 Likes
5 Replies
Solved

Empty label text in laravel Label

What I need is: (note that there is NOTHING between the label opening and closing tag) <label for...

0 Likes
1 Replies
Solved

Search function in API

I'm willing to implement a search function with a Integration of a school API. in other words. I'm w...

0 Likes
6 Replies
Solved

General Laravel/AJAX question

I apologize in advance if someone has addressed this on a separate thread and I just didn't see it....

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