My model: class Boxstyle extends Eloquent { protected $fillable = array('BoxStyle'); my table...
I have a controller: $boxstyles = boxstyles::lists('boxstyle', 'id'); Model: protected $fillable = a...
I have script: $("#consigneeBtn").on('click', function() { var id = document.getElementByI...
Running apache. Created view named mainmenu project is at C:/imgweb2. When I run localhost:8000/im...
I'm just learning Laravel so this question may seem simple but not to me. Example: I have a view wit...
To help understand I'm taking user input for my view and passing it to a route. Then I will take it...
"{{ URL::to('home/otherpage', $params) }}". This action is asking for parameter. I'm tryin...
did anybody get an answer. I also have the same issue. Got some data back but it's all the records a...
Asetss said: I also wonder. waiting for an answer
The Laravel portal for problem solving, knowledge sharing and community building.