Hi, I'm having a problem right now. Please help me. I have 2 main page. The Homepage(index.blade.php...
I've been using Eloquent in a project outside of Laravel, and I needed pagination, so I built my own...
If you ever created complex global scope constraint, you must have faced a challenge with defining r...
Fairly new to Laravel having been away from PHP, and coding in general, for about 6 years. I've got...
I am new to laravel framework. I am using Homestead as my development environment and everything wor...
Hello, im having a logic problem, sorry if this is not the place to put this. Im working on an app f...
So I changed the users table to members in a laravel 5 application. I also changed the config/Auth f...
I am using laravel 5.1. Now I have to move a data of row from table A to table B using primary key.H...
Let's say that I want to cache some query based on some condition ( dependency ). For example, I hav...
I would like to be able to locate a record by scrolling to the "page" it is on. Obviously...
I am able to search any column in one table at a time using the following code <?php namespace A...
I am having a hard time searching for the cause of a discrepancy between my local dev environment (H...
I am constructing this query in my Laravel controller; $payments = DB::table('payments')->leftJoi...
so my table structure is this: users: id,........ user_favourites: id, user_id, favourite_id Both...
hi.! I develop a project in laravel <?php public function test() { return $this->test2(\App\...
Hi, I'm using Confide&Entrust package for user managment and now I'm storing additional user inf...
I've been fighting this for a few hours now, but don't seem to be able to solve it. I have a stored...
I have getName Function shown below: public function getName($id) { $visit = DB::table('tm_Child') -...
Ok, so I've been working with my laravel code base locally via homestead and decided to push a test...
I'm trying to get only Products where they are in the selected 'category' and the selected 'range' P...
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