Marvin Schröder
Marvin Schröder
Please add support for configuration files nested in directories like `config/modules/messages.php` Which could be requested with `$foo = config('modules.messages.foo');` Saw #169 but with Laravel 6.x and Laravel plugin 0.15.4 and...
There were currently two bugs with the Bootstrap 4 framework. Tested in Bootstrap v4.1.3 and v4.3.1 (latest) and used in Laravel 5.7.* ### Input Group with Append Problem: appended/prepended text...
Removes default font-size, because the header tag is configurable (h1-h5) and so the font-size should reflect this. # Pull Request ## Prerequisites * [ ] Changes have been tested on...
Adds position: relative to .carousel .carousel-indicators-navigation>li.active so that the absolute positioned element .carousel .carousel-indicators-navigation>li.active::before is shown correct. # Pull Request ## Prerequisites * [ ] Changes have been tested on...
### Ziggy version v1.4.6 ### Laravel version v8.38.16 ### Description We were using InertiaJS with Ziggy. In production environment the global Ziggy JS variable is rendered correctly with the Tightenco\Ziggy\Output\Script.php....
I have the following configuration: ``` 'site' => function($collection) { $directory = $collection->directory('assets/stylesheets', function($collection){ $collection->stylesheet('bootstrap-3.0.0/bootstrap.less'); $collection->stylesheet('bootstrap-3.0.0/theme.less'); $collection->stylesheet('layout.css'); }); $directory->apply('Less'); $directory->apply('UriRewriteFilter'); $directory->apply('CssMin'); } ``` The condition for the less filter looks...
Since the last update (or change in my configuration file), the files in the collections were not build to one single file. Instead they were several files with long paths:...
### Versions: - ide-helper Version: v3.0.0 - Laravel Version: v10.46.0 - PHP Version: 8.1.27 ### Description: We have a User model including a users table with a column email. On...