I want to store multiple checkboxes from a form to database.  {!! Form::checkbox('expectatio...
I would like to make my own user registration using Ajax. I created form, on submit I call function...
Hi all! Recently was assigned to us an "old" project on L4 , the project has a very poor d...
I have suborder table and the primary key is string format e.g. "10001-01". Each suborder...
I'm having a confounding issue where each result from a query builder query (executed against a SQL...
I am trying to do a dynamic or dependent dropdown list but I don't know how to obtain data from the...
I would like to generate Audit Trail or User Action (add, edit and delete data). What the best way t...
Hi, I'm using Laravel 5.2 fresh install and use postgresql as the database. And I use "web"...
How to display last 2 month record without including display last month record.
Hi, I'm trying to make an uploader. Everything works fine, except the temporary filenames are saved...
Hi I am failing to insert multiple checkbox values to database. it returns the error: ErrorExceptio...
Hey guys, currently I'm looking for a way to add a column within a controller with a name, that's ba...
I have two models: Order and Item. There is a many-to-many relationship with a pivot table linking a...
I'm trying to run this query: $products = $this->product_model->where(function($query) use ($k...
In this example: Tables Person id firstname lastname Company id companyname Item id attachedto_...
Hey guys, am trying to implement into my app ability to populate a select drop base on a previous se...
let assume there is a list of customers with routing like this: <ul> <li><a href=...
I'm using Laravel 5.2.6 and going through the "Laravel 5 Fundamentals"->"7. Migrat...
I'm using the Laravel query builder to write a join statement and I find that I'm encountering a str...
I'm using query builder in Laravel 5.2 to make some similar to "SELECT value FROM table1 WHERE...
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