invoiceninja/resources/views
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
..
auth Fixes for lang 2019-09-26 23:15:25 +10:00
client Remove breadcrumbs (#3699) 2020-05-14 11:02:23 +10:00
contact
dashboard Remove breadcrumbs (#3699) 2020-05-14 11:02:23 +10:00
email Add background to plain e-mail design 2020-08-18 16:34:49 +02:00
errors Laravel standard error pages 2019-09-25 07:18:41 +10:00
generic clean up 2019-08-08 21:18:02 +10:00
index Working on gateway fees across multiple invoices 2020-08-27 22:12:39 +10:00
layouts only send one notification per invoice 2020-07-14 19:55:28 +10:00
pdf Implement PhantomJS 2020-08-04 21:00:19 +10:00
pdf-designs Remove old designs 2020-09-04 13:18:17 +02:00
portal Refactor invoice-table for simple model bind & support for gateway-fees 2020-09-03 11:45:47 +02:00
settings/partial Fixes for lang 2019-09-26 23:15:25 +10:00
setup Fixes for payments with gateway fees 2020-09-01 09:28:37 +10:00
signup Fixes for lang 2019-09-26 23:15:25 +10:00
themes/ninja2020 Update labels 2020-06-26 14:22:29 +02:00
vendor Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
footer.blade.php
header.blade.php Fixes for lang 2019-09-26 23:15:25 +10:00
home.blade.php
sidebar.blade.php Fixes for lang 2019-09-26 23:15:25 +10:00