-
First I want to thank you for creating this awesome theme. But I'm in little trouble that integrating it with laravel is little overwhelming.
I'm new in this field and I tried http://stackoverflow.…
-
# Bug report
### What I did
Created a CRUD::Field on an morphable relation, defining an ajax datasource for the results:
```
CRUD::field([
'name' => 'morphable',
'l…
-
after migrate from teepluss\theme to FaCuZ/laravel-theme, in script
```php
{!! Theme::asset()->container('footer')->usePath()->add('app', 'js/app.js') !!}
```
i get error:
```
"Object of class…
-
Type: Bug
I'm developing a software using react-native and when I used npm react-native start, the application crashes.
VS Code version: Code 1.92.0 (b1c0a14de1414fcdaa400695b4db1c0799bc3124, 2024-…
-
I installed and configured this package according to the docs on a fresh Laravel 7.18.0 installation. I then created a theme using `php artisan make:theme Bootstrap`.
The welcome view is not being…
-
# Bug report
### What I did
I have two ```dropzone``` fields, along with some other fields, within a ```repeatable```. I'm using the ```backpack/medialibrary-uploaders``` and ```spatie/laravel-…
-
hi.
When load the route admin/themes/options/sample-theme
return error "Call to undefined method stdClass::getTranslatedAttribute()"
Laravel 5.8.35
Voyager: 1.2.11 or 1.3.0
![error](https:/…
-
Subscribe to this issue and stay notified about new [daily trending repos in PHP](https://github.com/trending/php?since=daily)!
-
### What happened?
After upgrading from v3.2.6 to v3.4.22, when using a table component that is lazy loaded, the browser developer console shows warnings and errors, whereas before the upgrade, it di…
-
The styles for html emails sent by a default Laravel app is failing WCAG AA color contrast requirements for normal text.
Current contrast of `#718096` text on white background is ~`4:1` and on the …