Hello, I'm creating an application and it will have user accounts. I have created a setAttributes fu...
I have a Registration Form, On Successful submission --- data's were inserted to the db and redirect...
I'm just learning Laravel so this question may seem simple but not to me. Example: I have a view wit...
I'm trying to create a form with two dropdown forms. The second is dependent on the input of the fir...
I have not done much in the way of creating PDFs and wanted to find out if it was possible to take a...
Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...
I'm new to Laravel so bear with me. How do I make a form using Laravel 5 with this syntax for array...
I am refactoring one our search endpoints in our application. Number of Input parameters that effect...
Greetings Pros, Can someone teach me on how to save multiple value of checkbox: foreach($data as $ke...
Hi Everyone, I'm having a problem with laravel 4 MIME types. Everytime I upload an image(it can be j...
Hello I'm trying to get an array of checked checkboxes but my way doesn't work. My view: @foreach($c...
Hello :) Can you help me, release last viewed news?)
Hi, I'm using a form send by GET method. This form contains some multiple checkbox. {{ Form::open(['...
Good day. Please help me with User :: create. Adds a database null values.
Someone on my team is implementing an omni search with a medium amount of data (around 10,000). It a...
I'm dealing with a legacy spaghetti code mess, and moving it over to Laravel 5. For now I have some...
I am using laravel and always fail to authenticate a user. Here is model code <?php use Illumi...
I drop an array into Validation::make. Sample likes below: $input = ['a_list' => [1,2,3,4]]; $va...
Hi I am having a problem getting a password to hash when a Model::update is used. I am using the sam...
I have a car table then if I submit informations it will save into the database. Now if user press 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