So I have a view where I loop through then display a company's employees into a table. We are implem...
So, I have a situation where users can add posts to a forum and then comment on those posts. What I...
No worries, defining a unique index is supported in Schema in several different ways, be it my way o...
Hmm, Let's try this here: Route::filter('department', function($route, $request) { //remember,...
small tweak: Schema::table('manufacturers', function($table) { $table->string('name')->uni...
Why would you need two primary keys in your users table? You could just keep the incrementing id fie...
It seems my memory failed me looking at the source... In this case it may be wise to store the data...
The Laravel portal for problem solving, knowledge sharing and community building.