Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tisuchi
Created April 7, 2018 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tisuchi/4fcd86d42c02efdaa50210b17aa8d7a4 to your computer and use it in GitHub Desktop.
Save tisuchi/4fcd86d42c02efdaa50210b17aa8d7a4 to your computer and use it in GitHub Desktop.
How to set laravel custom primary key
<?php
class Product extends Eloquent {
protected $primaryKey = 'product_id';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment