I successfully deployed a laravel app on Heroku but when I run 'heroku run php artisan db:seed' I go...
I have a column in database table Category called 'no_category' by default is 1 but if user choose '...
I wanna and the index for the { $table->timestamps(); } . For quick query the some time's recor...
Hi there, I have a table called Users, and two tables called firstnames and lastnames, respectively....
I am retrieving a list of articles that belong to each blog of the current user like this: return $c...
Hi all, I've got 5.1.6 running in Homestead with postgres set as the DB in my .env file. The entire...
Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
Hi Gaes I encountered a problem where I want to show data by year If the variable $ year I return th...
I have a method that returns all the current user's blogs. User hasMany Blogs and Blog belongsTo Use...
Hello, could somebody kick me into right direction how to build this kind of query in eloquent: SET...
I'm creating a sort of SQL web client and would like to know if it's possible to connect to a user-s...
Hi, im building this SaaS application where the users are billed every month on their join dates. bu...
In native PHP it takes about 2 minutes to link each product on the page to its product_details page...
I got Maximum execution time of 60 seconds exceeded even if I have only 1 record(username, email) in...
I would like to insert a large number of rows into my database using chunks, but I am not sure I am...
Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...
Hi Guys...i need some help...i need to implement something like this... select * FROM matchscore_pr...
I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...
hi, I'm started to use Laravel and have a question about the underscore convention when creating tab...
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