hypothetical/database/migrations
2018-04-25 23:27:45 -04:00
..
2014_10_12_000000_create_users_table.php Move the user api_token migration to its original migration, add website and social media columns to the original user migration, hook up user profile edit functionality on the dashboard settings page, name the user password function userPasswordUpdateInit to reflect its form name, clean up the dashboard settings layout and improve it on mobile, add a repeating pattern background to the dashboard so it's not so sparse, and sync the traditional-bootstrap routes/web.php with the main one 2018-04-25 23:27:45 -04:00
2014_10_12_100000_create_password_resets_table.php Update the password resets table to match upstream laravel 2017-09-26 13:13:42 -04:00
2015_12_14_200624_add_contact_table.php Update to laravel 5.3 base 2016-08-19 16:38:49 -04:00
2015_12_17_232249_add_subscription_table.php Move the subscription form to its own blade so it can be imported, remove the address/location as that's not standard, get things working correctly, add errors, and use name instead of id for the form fields so it can be used on any page 2017-09-26 15:35:30 -04:00
2018_04_17_222542_add_blog_table.php Reorganize the dashboard functionality such that everything can be configured in app/Models/Dashboard.php and a given model, add support for user-bound lists, improve security, fix some style issues, and update the readme 2018-04-18 00:38:11 -04:00