Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...
How would I store <option > 's in a mulitple select like so <select name="options" multiple...
I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...
Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...
I'm curious as to how much escaping and input sanitizing Laravel does behind the scenes. For instanc...
Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...
Hi, I'm a newcomer to Laravel. I tried to create custom error pages for the application. I did follo...
My app allows users to dynamically add input fields in a form via some simple javascript. I construc...
Hi everyone, so what i want to happen is when the form is submitted, an image is uploaded and the mo...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
Good night, In this code, i got an error that says that the variable userId doesn't exists when its...
Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...
I have database insert for login, But when login correct username & passwors then show it ErrorE...
Hello to everybody. I've an ask for you. i've this link in my HTML: {{link_to_action('ResearchContro...
How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...
https://github.com/keevitaja/rulez-laravel Rulez provides easy way for setting up input validation r...
Hi, I use a controller function to insert datas in database and get some others datas : public funct...
Hi, lot of people create sepparate classes for each set of rules and then inject them into the contr...