Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
fff14632bc2ac97d42ddce0e9f47df7e251de617
snipe-it
/
app
/
Providers
下载当前目录
S
snipe
Added breadcrumb to expiring
35bf0d02
创建于
2025年10月3日
历史提交
文件
最后提交记录
最后更新时间
AppServiceProvider.php
Added laravel telescope for dev environment Signed-off-by: snipe <snipe@snipe.net>
8 个月前
AuthServiceProvider.php
Additional criteria for the canEditAuthFields gate Signed-off-by: snipe <snipe@snipe.net>
9 个月前
BladeServiceProvider.php
Register anonymous blade component namespace
1 年前
BreadcrumbsServiceProvider.php
Added breadcrumb to expiring
7 个月前
EventServiceProvider.php
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.
4 年前
LivewireServiceProvider.php
Allow setting a prefix for Livewire's update and asset urls
1 年前
MacroServiceProvider.php
Adopt Laravel coding style Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
4 年前
RouteServiceProvider.php
Added comment Signed-off-by: snipe <snipe@snipe.net>
11 个月前
SamlServiceProvider.php
Moved SAML gui settings routes to web.php Signed-off-by: snipe <snipe@snipe.net>
1 年前
SettingsServiceProvider.php
Few more replcamenents Signed-off-by: snipe <snipe@snipe.net>
9 个月前
SnipeTranslationServiceProvider.php
Fixed pluralization bug due to dashed-locale names instead of underscored Our locale directories are named things like 'en-US'. But the pluralization code used by Laravel (through Symfony) requires locale names to be in the format en_US. This change introduces a new Translator, SnipeTranslator, which is a tiny set of changes against the built-in one. It additionally adds a SnipeTranslationServiceProvider, which loads up the new Translator.
2 年前
TelescopeServiceProvider.php
Small tweaks Signed-off-by: snipe <snipe@snipe.net>
8 个月前
ValidationServiceProvider.php
Fixed RB-19892 Check for location before trying to grab company property Signed-off-by: snipe <snipe@snipe.net>
10 个月前