I'm having an issue using the Form::image() and Input::all() {{ Form::image(url('assets/images/next....
Hello, I'm having issues with uploading files. It worked before. Now I don't know why it is not work...
Is there any way I can show a placeholder in a password form? I'm talking about this: {{Form::passwo...
Hi, I'm starting to learn Laravel framework. I was reading documentation about laravel and also, I w...
I'm building a Laravel 4.2 app and I'm using Creolab's Modules package. It's an app for managing com...
both login and logout is working except remember me is not working. When it log out and it was the c...
Hello everyone reading this. Ive been into laravel for 3 months right now. Im right now a little stu...
Hello, I have set up server with forge and digital ocean, everithing is ok, but i want to edit max_u...
Please see attached StackOverflow link. http://stackoverflow.com/questions/26720555/how-can-i-update...
Hi While messing around into a project I was still doing the old fashion way of routing, by placing...
Hello everyone. I'm trying to save a picture in a public folder. I have this code: $file = Input::fi...
$users = Users::create( (Input::only('nickname', 'info', 'age')) ); $insert = Users::create(...
Hi! In my app, I have a Signup Model. A signup belongs to a single club, and I want the name of that...
Hey guys, I'm trying to save some form fields to my DB that I am creating dynamically with a button...
Hi, In my application I have a system to manage with system users (the employees). I am using Cartal...
I have a array(username => 'blalba', ...) and I want to create checkboxes with the username value...
Hi, I have got a simple post setup where I have 2 image fields in the post and then some other input...
I created this quick snippet of code to display the Output: $dates = []; for ($i=1; $i <= 12;...
Where class "CsrfTokenIsValid" in "App\Http\Middleware"? There are only "V...
I'm have a form that i'm trying to get to search my database and shows the results in a hidden div b...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community