Commit Graph

27 Commits

Author SHA1 Message Date
David Bomba ba75a44eb8
Laravel 7.x Shift (#40)
* Adopt Laravel coding style

The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.

However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.

You may use [Shift's .php_cs][2] file as a base.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200

* Shift bindings

PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.

* Shift core files

* Shift to Throwable

* Add laravel/ui dependency

* Unindent vendor mail templates

* Shift config files

* Default config files

In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.

* Shift Laravel dependencies

* Shift cleanup

* Upgrade to Laravel 7

Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba 8defbd926d Changes for demo 2020-08-21 16:16:56 +10:00
David Bomba 1f4b699acf Fixes for demo modE 2020-08-21 15:47:34 +10:00
David Bomba 334c7e6111 Demo company_key 2020-08-03 20:01:27 +10:00
David Bomba 44894edb17 Enable shop api on demo account 2020-07-28 22:47:44 +10:00
David Bomba d91459b48f Set demo for company_key on demo account 2020-07-28 22:41:24 +10:00
David Bomba 91c40b0517 Update enabled_modules value 2020-07-21 21:26:58 +10:00
David Bomba 9075cf989a Flip what is_system means for company tokens 2020-07-21 15:03:04 +10:00
David Bomba 3a77f62b9d Configure releases in sentry, and add assigned_user_id to demo data 2020-07-21 11:54:49 +10:00
David Bomba 8420a4bac1 Remove redundant properties from account table and transformer 2020-07-21 09:00:59 +10:00
David Bomba 867ae6435f Improvements to demo data 2020-07-20 08:04:52 +10:00
David Bomba 439424b933 Fix for activity repo 2020-07-17 19:47:17 +10:00
David Bomba 2191716115 Fixes for demo data 2020-07-17 08:05:46 +10:00
David Bomba c0237474ef Fixes for demo data 2020-07-17 07:50:02 +10:00
David Bomba 41b85b3fb3 Ensure models are touched appropriately" 2020-07-16 21:01:39 +10:00
David Bomba e5a8b8af0a Fixes for dem 2020-07-16 15:50:02 +10:00
David Bomba 1d7ba6d1e6 Fixes for event parameters 2020-07-14 08:06:28 +10:00
David Bomba 5af23a4072 changes for Demo 2020-07-13 20:12:29 +10:00
David Bomba 583a92d5bc Tweak payment dates in demo data 2020-07-13 13:35:28 +10:00
David Bomba f3572a5d11 Refactor for events 2020-07-08 22:02:16 +10:00
David Bomba d236dd6ff6 Fixes for observers 2020-07-06 21:42:42 +10:00
David Bomba 4c321d41c3 Change subscriptions to webhooks 2020-07-06 21:22:36 +10:00
David Bomba 384fcd67b2 Fixes for test data 2020-07-02 10:36:04 +10:00
David Bomba 302c98e08b Fixes for demo data 2020-07-01 21:33:42 +10:00
David Bomba 27d2f18cc7 improve demo data 2020-06-30 08:19:43 +10:00
David Bomba 22c8304510 Improve test data 2020-06-29 09:38:37 +10:00
David Bomba 4fd51b958f Console command for demo mode 2020-06-29 08:02:56 +10:00