-
Hy!
I have anew laravel 11 project and I have an issue with this package installation.
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"descripti…
-
Steps to replicate:
1. Create a Laravel app, use Vite & tailwind css.
2. Install the package `composer require sertxudeveloper/livewire-combobox`
3. Create a combobox `php artisan combobox:make App…
-
### What happened?
Cannot restrict resource to just admin panel
### How to reproduce the bug
add a minimal role user .
can still see the Webhook resource.
### Package Version
1.0.1
### PHP V…
-
Hi,
I have updated this excellent app to Laravel 10 and it works fine, for those who are interrested; you need to use laravel-filemanager so I have updated it too this package to Laravel 10 and it'…
-
### What happened?
```php
Calling static trait method LaraZeus\Bolt\Concerns\Designer::ui is deprecated, it should only be called on a class using the traitvendor/lara-zeus/bolt/src/Livewire/FillFor…
-
### Description
Using teams feature, the docs says that I can set the team_id from anywhere but better from the middleware, I did set up the middleware to set the team id, but in some areas of my cod…
-
**Describe the bug**
Unable to install when running PHPStan 2.x.
**Versions**
Ray version (you can see this in "About Ray"): 1.x
PHP version:
Laravel version: N/A
**To Reproduce**
Steps to reproduc…
-
### The Setup
When developing a package, I require in a laravel app and use this in the root composer.json
```
{
...
"require": {
...
"my-company/my-package": "dev-main",
},
…
-
Package development documentation [[source]](https://devdocs.krayincrm.com/1.x/packages/create-package.html#by-manually-setting-up-all-files) highlights a structure detailed in the URL shared.
It t…
-
# Bug report
### What I did
After deleting a record, the modal window (dtr-modal) does not close and does not redirect to the list.
### What I expected to happen
Close the window or redire…