Hi, i have two table: LECTURES id name 1 Lesson 1 2 Lesson 2 3 Lesson 3 LECT...
All in the interest of learning Laravel and better coding. This is my controller: public function in...
We're building a restful api which in this case is consumed via an Angular frontend. All works well,...
Hi, I have trouble with a transaction. I want to improve a dashboard view in my applicaton. To do so...
I want to build a menu where the data comes from database but i don't know where to start. the menu...
Hello, I am new here but I am not new to Laravel, however I am still learning and I want to improve....
Hi friends, help me please, how I can do for save InventorEntry model and get the id for attach a pr...
I am trying to use MyModel::restored event inside MyModel::boot method but Laravel says restored fun...
Is it possible to add a restored_at timestamp for restoring soft deleted records?
Hey Guys, I have been doing some Timezone work on my app. I need the database to be 100% UTC based....
hi, here is my code snippet [code] $data = [ 'categoryId' => 3,...
Hi there, Laravel newbie here. I'm working on some auto CRUD add-on functionality for an already bui...
Hi, I'm trying to get some data with Eloquent but I'm having some trouble doing so. Allow me to expl...
Hi, I am creating migrations for my project and as usual defining string fields and their length als...
I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...
OK so i have a partial that i have been using in several places.. so far it has worked perfectly bec...
So I am using laravel 5 form testing for my register pages which are split into 3 stages doing somet...
Short version I have a basic polymorphic relation between a Note model and many things, including a...
$products=Product::where('product_name',$request->product_name)->first(); if($products->...
How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...
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