Commit Graph

14 Commits (02228a211ccc362696dbde14d87a7e76bbdb704d)

Author SHA1 Message Date
Daniel Supernault d8303e7de5 Add hashtag model/migration and pivot table
Daniel Supernault 92c0ef8a74 Update migrations to use bigInts for profile, status, user
Daniel Supernault 594576185b Add unique index to likes migration
Daniel Supernault d641f2b453 Update status migration
Daniel Supernault c3868cf7be Add federation fields to profile migration
Daniel Supernault b3540f189d Add Comment model, migration and controller
Daniel Supernault df45744dae Add follower model, migration, controller
Daniel Supernault 5d710d5574 Add like model, migration and controller
Daniel Supernault 6982e8672a Add media model, migration, controller
Daniel Supernault 7221f44e4a Add status model, migration, controller
Daniel Supernault 9dd58c5abd Add profile model, migration and controller
Also added User model observer to create a profile when a new user is
created.
Daniel Supernault 40c2053314 Update User migration
Daniel Supernault 53153660c5 Add session table migration
Daniel Supernault a034358c98 Add Laravel Framework