Skip to content

Instantly share code, notes, and snippets.

@tisuchi
Created April 7, 2018 04:57
Show Gist options
  • Select an option

  • Save tisuchi/4fcd86d42c02efdaa50210b17aa8d7a4 to your computer and use it in GitHub Desktop.

Select an option

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