Support the ongoing development of Laravel.io →

1,185 Threads

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

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

Hello, I'm having issues with uploading files. It worked before. Now I don't know why it is not work...

0 Likes
1 Replies

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

Creating of regular cookies

Hi, I'm starting to learn Laravel framework. I was reading documentation about laravel and also, I w...

0 Likes
1 Replies

Call to undefined method TrainingFacade::save()

I'm building a Laravel 4.2 app and I'm using Creolab's Modules package. It's an app for managing com...

0 Likes
0 Replies

Laravel 4 Authentication: Remember me is not working

both login and logout is working except remember me is not working. When it log out and it was the c...

0 Likes
0 Replies

Creating a good file uploader that only accepts specific files and add the path as a string.

Hello everyone reading this. Ive been into laravel for 3 months right now. Im right now a little stu...

0 Likes
1 Replies

Laravel Forge - Digital Ocean PHP.INI

Hello, I have set up server with forge and digital ocean, everithing is ok, but i want to edit max_u...

0 Likes
3 Replies

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

Creating a Route to a non existing Controller Method

Hi While messing around into a project I was still doing the old fashion way of routing, by placing...

0 Likes
2 Replies

Save image in a folder

Hello everyone. I'm trying to save a picture in a public folder. I have this code: $file = Input::fi...

0 Likes
1 Replies

Model create problem

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

0 Likes
2 Replies
Solved

Laravel 5.0 - validating uniqueness in HTTP Requests

Hi! In my app, I have a Signup Model. A signup belongs to a single club, and I want the name of that...

0 Likes
1 Replies

Dynamic form fields, save to db

Hey guys, I'm trying to save some form fields to my DB that I am creating dynamically with a button...

0 Likes
3 Replies

Is there a better way to display selected option in select list n the view.

Hi, In my application I have a system to manage with system users (the employees). I am using Cartal...

0 Likes
2 Replies

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

Why do my image fields get cleared when I click to edit a post?

Hi, I have got a simple post setup where I have 2 image fields in the post and then some other input...

0 Likes
2 Replies

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

Laravel 5, "middleware" class error or not?

Where class "CsrfTokenIsValid" in "App\Http\Middleware"? There are only "V...

0 Likes
2 Replies

AJAX show results on page.

I'm have a form that i'm trying to get to search my database and shows the results in a hidden div b...

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