just wondering how to format this output for a better view? (second picture). as you can see in the first picture the output from pluck('name') was li ...
just wondering how to format this output for a better view? (second picture). as you can see in the first picture the output from pluck('name') was li ...
maybe someone know how to insert pivot table in Laravel 8 automatically every i insert counselings table? I have Model Counseling n to n Problem, In ...
I have the code shown below. Cycle the clinics; for each response, if the clinic id corresponds to the clinic id present in the response and if the g ...
Creating a "laravel/laravel" project at "./store" Info from https://repo.packagist.org: #StandWithUkraine Installing laravel/laravel (v9.5.1) Fail ...
I tried to pass data from controller to ajax but data didnt come to my modal This My Controller : This My Route : Button : This My Form Moda ...
I need a little help.. In case of validation errors, when the page is reloaded I lose the information entered previously. This is my code: Controll ...
Basically i want to assign different different APP_KEY to different different user i have stored generated app_key in "users table" so, my question is ...
There is a multi-tenant laravel application that is implemented in a single database. There are models User and Role with the following relation in Us ...
First of all I'm 90% sure this is me not knowing some basic stuff about how php static methods work, so please forgive my ignorance. I also could not ...
I am new to Laravel and I am trying to edit and delete user transactions, but I am stuck with this error: The update_transaction method is not sup ...
i have a problem in showing error for users this is my Auth Login Controller : This is the LoginController from the default app in laravel i don't ...
I have a database with 3 tables. A separate model is connected to each table, and there is a controller that accepts values from all models. On the si ...
I have to read data from google sheets using google api and save to laravel database. I am beginner in laravel, so their is a request to elaborate it ...
I need to export data with Laravel Export, but the code return ErrorException: Attempt to read property "second_key" on null. My code: <?php name ...
I have a Laravel 8 project. I want to change magic auth error message. And I did updated my code like this. 'This code has already been used' I repla ...
it's been a while since I stuck in this problem. So I want to make a dynamic selection, when I select a nis (student_id) then the column nama (name) i ...
I'm trying to display a data by month and displays the product with the highest value or bought quantity. But I don't know how I should do it. This i ...
I am having an endpoint that submits a user's rating for a salon. I want to validate that one user can only have one rating for a salon. In which lay ...
I have one page which has two tabs, each one has it's pagination. It works correctly only when I click on tab, but when I click on previous or back pa ...
Laravel Version: 8.0 PHP Version: 7.3.0 Database Driver & Version: MySQL 5.7.34 Describe the Bug When I use paginate for pagination the ...