This is my source code: public function up() { Schema::create('messa...
In my controller I have: public function index() { $comments = Comment::pagi...
I need to set id manually instead increments, but I have a problem. $user = User::create...
Hello, i want to select all users from table and check counts if they loggid in from facebook/google...
Users create projects, projects last 14, 30 or 45 days. An "endDay" is calculated using ja...
Here's my View Page <h1>{{$pageName}}</h1> <div class="lms_register_body"> {{For...
Hello, I have for example table with user, which can be owner of event or following event. So, there...
First, if anyone has a good tutorial on collections, I could use it. I have a collection coming from...
Hello all, I have a device table created using this Schema::create('devices', function(Blueprint $ta...
The following code, goes through the entire company database and cache's the lower level nested rela...
Hello guys,am new in Laravel,i have been interested to learn it,i found some thing bowwing when eve...
I have the tables Users Orders Order_Product But no Products table. In my case the products will b...
Here's my problem. I have two models with a pivot So say ModelA belongsToMany ModelB ModelB belongsT...
Hi guys.. i'm using the following code <?php use Illuminate\Database\Seeder; use Illuminate\Data...
I'm experiencing an issue where Binding a model to a route works in routes.php when using Route::mod...
I have three tables namely users auctions bids bids table has foreign key to users table and auction...
I've read a ton on this, and I thought I understood. But now I'm not so sure. I have an 'album' and...
hi i am building an app with Laravel, and I have users which also have a profile. I am unsure about...
I have a page that has multiple tables with lots of data. These tables need to be on a single page....
Hello, I am trying to perform a search query with particular tag names in bookmarks for a particular...
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