I am building a application for a computer repair company. I have a images table: Schema::create('i...
Hi people of laravel.io, I would like a messaging system on the app I am developing but I am very ne...
Thank you for the reply, this is very helpful. Yes maybe I should do bit more research before postin...
So now my schema looks like: Schema::table('messages', function(Blueprint $table) { $table->i...
I have gave it more thought and I have come up with a new approach, why couldn't I just have two tab...
The Laravel portal for problem solving, knowledge sharing and community building.
The community