Skip to content

Instantly share code, notes, and snippets.

@fana605
Created January 3, 2015 03:00
Show Gist options
  • Save fana605/85e4da394105ede0200c to your computer and use it in GitHub Desktop.
Save fana605/85e4da394105ede0200c to your computer and use it in GitHub Desktop.
Table Pages
| id | title | slug | page_type |
| ------ | ------------- | ------------- | --------- |
| 1 | Home | home | page |
| 2 | Latest News | latest-news | news |
| 3 | About Us | about-us | page |
Table Page Types
| id | title | slug | route |
| ------ | ------------- | ------------- | -------------------- |
| 1 | Page | page | PagesController |
| 2 | News | news | NewsController |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment