Hello guys, I know this question sounds kind of silly, but let me explain. I (mostly frontend-dev) a...
I have a method for a scheduled system cleanup that goes through all the files in the "storage&...
How can I validate it? If I use: $res = DB::table('estacaohs') ->whereRaw($sql) -...
lately, I deeply read article related about "web scale" topic, there are several very nice...
Hello This is my first time I use laravel, i´m trying to manage to insertGetId and send mail to spec...
hi all, i have this query: $marche = DB::table('articolo') ->join('marca', 'articolo.id_marca',...
Hello, community. Can anybody help me with the count query? I have the pivot table with two fields →...
I'm trying to add an attribute to a model but can't access the model attributes when I call it. Deta...
I saw this format of datetime on a Json file recently. Having issues to convert this into a timestam...
Hi guys. I have model 'Element'. Each element have some params (Param model). So there is relationsh...
HI, I am new to Laravel and was hoping someone could help. I have 3 tables, SupplierPO, Orders and C...
I have some code as follows: if($modconfig['needs_models']) { $models = explode(",",$...
HI , Ive got a question , Im rebuilding a application I built for a client about 6 years ago . At th...
I've created a Lumen project and copied .env.example to .env. After that I changed DB_DATABASE, DB_U...
Hi to all, i'm new in laravel :) and i have a doubt. I need, like the title says, do the both consul...
I am struggling. What I try to do is to create a message system where users can send messages to eac...
This is the error that I receive when running the command: php artisan migrate:refresh {"error&...
I have created multiple seed files and my main DatabaseSeeder file looks like this: <?php use Il...
hi! I have a Post and Tag model with a many to many pivot table, how do you write a query to find th...
Hi, I have created a migration file, one of the things I do is this Schema::create('project_document...
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