-
First: I have seen Issue #3 but I'm using Laravel 5 and the latest version of laravel-lock, 0.2.1.
When trying dependency injection on the Controller (like suggested in the documentation)
``` php
pu…
-
I am using your Laravel daily for backend and it's wonderful. Recently I am working with ajax datatables and facing issue like https://github.com/yajra/laravel-datatables/issues/963. To resolve this i…
-
- Corcel Version: 3.0
- Framework Name & Version: Laravel 6
- PHP Version: 7.3
- Database Driver & Version: Mysql
### Description:
Using this with no real issues, but one thing is getting me st…
-
**Describe the bug**
When using "Format document using Laravel Pint", "Format Document", or "Format On Save", PHP files are no longer formatted using the extension. Running ./vendor/bin/pint manual…
-
I've recently upgraded to Laravel 11, and now I can't use FlexFields anymore.
Whenever I'm updating a model with any Flexfield, I get an Exception like this:
```
SQLSTATE[HY093]: Invalid parame…
-
### Winter CMS Build
1.1
### PHP Version
7.4
### Database engine
SQLite
### Plugins installed
_No response_
### Issue description
If you have an error in a component, the er…
-
Hi,
I'd like to know if this package works in Laravel 5.3.
Thank you.
-
# Feature Request
Larastan Version: `v2.9.6`
`--level` used: 9
Would it be possible to add wildcard support to config option `databaseMigrationsPath`, please?
I would be happy if i don't have …
-
StatusRequest
` public function rules()
{
return [
'status' => 'in:No Show,Completed',
];
}
public function attributes()
{
return [
…
-
Is there a way to put constraint on Eagerly Loaded relationships?
I would really appreatice if there was a some way to do this as it is in Laravel/Eloquent:
```PHP
$users = App\User::with(['po…