This is a example of my model relation code today: public function Discipline() //relation { ret...
I have three tables: Tournaments, Participants, Users. The structure is: Tournaments: -Id -D...
Good Morning They could help me, I'm new to laravel but I'm having the following problem. I have a t...
How to make a category section to choose from and display the selected options chosen. If someone kn...
Hi, I have a problem. I am trying to update the tables in the database from a CSV file, but I get th...
Hello Everybody, I would like to learn, if we could use a MySQLi driver with Laravel, reading throug...
Hello Everybody, I am a novice in Laravel and would like to know about editing the database structur...
After suffering through some slow, blocking migrations I've found pt-online-schema-change is a nice...
Hi, I generated a MySQL query which gives the correct output I require (tested on MySQL Workbench)....
I tried to validate data inserted into a form before storing into database. basically the model has...
i am creating a website where user will post a comment,i want to create a upvote and downvote syste...
Hello!! I am new in Laravel society. :) And I stuck with something. I made view in database and I do...
Hello, I want to build a eloquent query which builds this output SELECT * FROM `banners` WHERE (`val...
Comment mettre en place ce système ? alimenter une base distante et locale tout en synchronisant les...
public function searchresult (Request $request){ $keyword = $request->name; $search = Mosque::wh...
I have seen on tutorials people declaring the foreign key on one to many scenarios and others do not...
Hi All I am running a Laravel 5.7 (PHP 7.1) project that routes users to different sub-domains depen...
in previous thread iv posted my problem with update function, the problem is the database wont upda...
can anyone help me to solve this ? i've read some related thread in many forums and google, but i ca...
Question: How to destroy users' session or logout user when the user closed the browser? There are s...
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