After loading the view with the columns, there are three opciones: add data, edit or remove current...
Hi, I have the following models and relations: Ads has many-to-many with Cities Ads has many-to-many...
Hello, i am stuck on an eloquent query. I am rewriting an old app based in symfony 1.4 for Laravel 5...
Hi All, I have below mentioned relationship in my L5 App. 1.Quiz -----one to many-----...
Hello everybody, i have this very huge existing database. Is there any way in laravel that I could a...
I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...
I have database outpu like [{"lessonTypeId":"1"},{"lessonTypeId":"...
I'm curious as to what conventions I should use/follow. Specifically when it comes to naming tables...
I have in controller : $lista = Lesson::where('id', $id_less) ->with(['user' => function ($q)...
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...
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...
Illuminate\View\Engines\CompilerEngine handleViewException …/vendor/laravel/framework/src/Illu...
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...
I'm redoing a site in Laravel. I've had to rename columns to align better with Laravel's syntax. Tha...
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....
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