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...
I'm trying to store the manipulations of image intervention in a database, but I'm unable to do so....
Hi my laravel buddies, i have implemented the e-shop, i have an product categories and products, the...
I can see this isn't the first time that this issue has come up. I have not been able to make it wor...
I'm trying to put together a project for a repository. I'm trying to work with my project locally th...
Hii how to insert data from multiple select to database ?? I'm using this code
Hi, I am creating migrations for my project and as usual defining string fields and their length als...
Hi, I want to create a login which is implemented in a website on a server. On this server there is...
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...
Short version I have a basic polymorphic relation between a Note model and many things, including a...
Hi All, I'm at a loss for what's happening. I'm running two queries on a table as part of my migrati...
Hi friends, I have a form, with selectbox for employees, so select the id, well on my table users I...
I would like to populate a field string(50) with one out of 3 possibilities, what can I write there?...
Tell me please. Why on the local server this query: $pricelists = PriceList:: all ()-> where ('ca...
<?php use Faker\Factory as Faker; use Illuminate\Database\Seeder; use Illuminate\Database\Eloque...
My Db schema looks like this.. (omitting some info) users (id, first_name,.....) messages (id, user_...
Hi, i create an social-messaging system, where people can and friends and write messages like in Fac...
Thanks folks for your attention! Employee model with select a column: public function departments()...
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