Eloquent is great, but in big projects it's common for extended functionality to dig into models. I'...
Hello is there any ackage in Laravel via which we can import export CSV/Excel file in mysql database...
Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...
How do you set defaults for timestamp column? $table->timestamp('row_modified')->default(DB::r...
Hi all, Can anyone give me a hand? I am trying to use system enviroment variables to log into my lar...
Hi everybody, First of all, I'm a newbie on Laravel Framwork. I love this framework, therefore I cho...
I have declared some hidden fields in model to prevent them from getting included in json output. El...
For each day i have start and end time with hours and minutes. Can someone help me with that kind of...
I have 2 tabels in my database: First tabel all the users with there information Second tabel the re...
I'm wont to create database table by phpmyadmin, there is any convenience to create database table b...
Hello everyone, the problem is that im developing an bodybuilding workout app to track my progress,...
Hi everyone, my problem is: i build a query like " DB::select( DB::raw("SELECT cont_timest...
I've been looking around and have read some of the documentation on the laravel website. I have a us...
Hi all, Fairly new to Laravel, and OOP in general, but have been using it fine for the past few week...
So I'm doing something like this: $ImageCategory = ImageCategory::where('styles.id', '=', $categ...
Hi, I have a ManyToMany relationship with Listings an Categories class Category extends \Eloquent {...
I am working with another developer on my application. He is using raw php and I am using Laravel. H...
Hello Community, Here is my model query : return $this->where('mac_address', $id) ->join($thi...
Please forgive any ignorance on my part. Has anyone devised of a more reliable way (in my mind) to...
I would like to call php artisan command from route or controller, i do like this (test on backup/re...
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