I read everywhere that in model validation is best practice, but I don't know how to handle a failed...
Hello guys, how can I get last 10 used posts tags? http://help.laravel.io/bd1f15c318d5358b745f27afe3...
Hello! Is it possible to know which seeds ar allready seeded and which are new automatically with ar...
Hello, I have some data displayed in table...lets asume like this: 1 - Title1 - Edit, Delete 2 - Tit...
Hi, I want to create a javascript app that will use a json created by laravel. As there will be a lo...
Is possibile to use inheritance in laravel model? I explain: is possible to exend a model, which ext...
Greetings Laravel Community! As you can tell, I'm new- that is, I've so far not caused many visible...
I need to display data like so: July 2014: A...
$this->model->find($id)->tags()->get()->toJson(); Not return columns the table tags I...
Hello everyone I'm trying to add some products to my db and I have to upload photo of this product....
I'm using migrate to add foreign key constraints to my tables and I want to link two columns that ar...
Hi, I have controller filters like those: <?php $stats = Stats::all(); $stats_today = $stats-...
I'm getting an error when I wanna insert a lot of items. How can I prevent this of being thrown? It...
i have two tables abc and def. i have models of these two tables named respectively Abc and Def. i A...
I'm trying make a function that returns false if there is no inventory available. I need it to searc...
This is my controller: public function prontuario_index(){ $Prontuarios = Prontuarios::get(15);...
I'm building a REST API for a large data set, and running into a performance issue I'm not sure how...
Hi, i call this somewhere in the CustomerController(): $results = CustomerModel::getCustomers(); Th...
I am new to laravel, please guide me in fetching data from database, i am able to show the data on t...
Hello, I'm hoping I can get help with a dilema I ran into. I hope it's something simple. I have a me...
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