1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/database/factories
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
..
AccountFactory.php Fix for blank contact name 2020-06-09 07:55:31 +10:00
ClientContactFactory.php Adjust email quotas - Hosted plan. (#3663) 2020-04-30 21:45:47 +10:00
ClientFactory.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
ClientLocationFactory.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
CompanyFactory.php Set is_large to false in the company factories 2020-07-26 18:46:54 +10:00
CreditFactory.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
ExpenseFactory.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
GatewayFactory.php Fixes for tests 2020-08-15 20:44:05 +10:00
InvoiceFactory.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
InvoiceInvitationFactory.php Fixes for Invoice Preview route 2020-08-04 18:37:28 +10:00
PaymentFactory.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
ProductFactory.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
ProjectFactory.php Projects and Tasks factories. (#3234) 2020-01-21 20:22:10 +11:00
QuoteFactory.php Improvements to demo data 2020-07-20 08:04:52 +10:00
QuoteInvitationFactory.php Fixes for payment number creation for online payments 2020-08-19 11:06:19 +10:00
RecurringInvoiceFactory.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
RecurringQuoteFactory.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
TaskFactory.php Projects and Tasks factories. (#3234) 2020-01-21 20:22:10 +11:00
UserFactory.php Laravel V6 2019-09-26 23:00:51 +10:00
VendorContactFactory.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
VendorFactory.php Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00