Hi everyone, what am trying to achieve with the code below is to fetch data from mysql database, the...
I want to use mysql and mongoDB in my laravel project, I know I can define multiple connections arra...
I have three tables namely 1.Product 2.Category and 3.Attribute and each category have different att...
Hi Laravels, I have a sublet model that has its own table, but I have 2 more tables to store sublet...
Hello; I want to run a count() query on a blade view. Can someone help me? Thank You
So here is the picture: I have an app that creates tenant_db for each user registered. For doing tha...
Hello How can I define a default value on table schema(migrate)? Thank You
Hi there, I have the folloing Tables: Partner id int name varchar booking id int id_partner int bo...
i got some error like this : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tbl_user.id' in...
I'm creating role method in laravel, but when i start the page I have this error. If anyone has any...
Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users a...
Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...
Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...
http://stackoverflow.com/q/39963901/5863315
i want to show detail from database from 'Detail Button' like this but laravel show me error like o...
Hey folks. I tried to override find on a model like this namespace App; use Illuminate\Database\Eloq...
Hello, I've a problem with german umlauts like äöü and so on in Laravel 5.2. I'm saving some script...
Hello. I am trying to use the query builder as told in Laravel docs. when I pass the data to the vie...
I have one Controller eg. VendorContoller in index.blade.php i have display all details in table wit...
I want to set a slug for a user that I am saving. Should I use events? I tried this way whitout succ...
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