Question: How to destroy users' session or logout user when the user closed the browser? There are s...
Hi, we using Laravel provided Redis tagged cache to cache query results for models in this way: cach...
Please help me, i have a table with this record & query. SELECT DISTINCT aa.id, aa.id_user, a...
I’ve got a master table called Product with the following columns: id product_id product_type name...
Hi guy. I have a backend built with laravel, but now i need a wordpress shop. And i need to share th...
Is there a way to override the method of the pagination for SQL Server in Illuminate\Database\Query\...
Hi all please bare with me I am still learning Laravel/Lumen. I have created a Lumen API and created...
I have some problem with my code for select shift_id with just give time, looks my records $waktu =...
I need to dispatch a bunch of jobs at a specific "release" date/time. I thought about just...
Hello, how can I use ->pluck('fieldB') in following Laravel code? $Result = TableA::with('tableB'...
I have been using this app for over 2 yrs, all the sudden its giving me this error. Not sure what to...
Context I have 3 migrations: Members table: class CreateMembersTable extends Migration { public...
Hi, $item->categories()->attach([4,1,2,3]); This insert record order by 1 2 3 4 I want it ins...
Well I'm new to laravel, & still learning it. Basically when i use php artisan migrate, it migra...
I have 3 tables called country,city,university the country and city value displayed as dependent wit...
I'm trying to find all rows in c table (see DB schema) associated with one row in a table. Connected...
DB::beginTransaction(); //SQL Statement DB::commit(); Anything inside the SQL Statement does not lo...
Hey all, I need to build an invoicing app which will have around 50.000 new entries per day. I don't...
Hello everyone, I programmed a Laravel API. Now I would like to deploy these on my VM. Now I get the...
I've an issue with a laravel site which was working perfectly but all of a sudden isn't. Seems to be...
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