35bf0d02创建于 2025年10月3日历史提交
文件最后提交记录最后更新时间
Added laravel telescope for dev environment Signed-off-by: snipe <snipe@snipe.net> 8 个月前
Additional criteria for the canEditAuthFields gate Signed-off-by: snipe <snipe@snipe.net> 9 个月前
Register anonymous blade component namespace 1 年前
Added breadcrumb to expiring 7 个月前
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 年前
Allow setting a prefix for Livewire's update and asset urls 1 年前
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 年前
Added comment Signed-off-by: snipe <snipe@snipe.net> 11 个月前
Moved SAML gui settings routes to web.php Signed-off-by: snipe <snipe@snipe.net> 1 年前
Few more replcamenents Signed-off-by: snipe <snipe@snipe.net> 9 个月前
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 年前
Small tweaks Signed-off-by: snipe <snipe@snipe.net> 8 个月前
Fixed RB-19892 Check for location before trying to grab company property Signed-off-by: snipe <snipe@snipe.net> 10 个月前