-
- Themosis Version: 3.0.0
- WordPress Version: 6.1.1
- PHP Version: 8.1
### Description
I must be doing something wrong here, my Laravel experience is not all that high so I am perfectly willing…
-
### Snipe-IT Version
5.3.8
### Operating System
debian
### Web Server
Apache2
### PHP Version
7.4
### Is your feature request related to a problem? Please describe. A clear and concise descrip…
-
Hi,
Is there a way to generate all the resources from an existing database?
I know we can generate resources pertaining to individual tables using:
```php artisan resource-file:from-database […
-
- Laravel-mongodb Version: 3.6.7 (due to the affected application being built on Laravel 6.x)
- PHP Version: 7.4.12
- Database Driver & Version: 1.6.0 / 4.0.20
### Description
`Illuminate\Data…
-
Form tag is not being generated
```
{{ form:set is="meerkat" }} {{ meerkat:create }} {{ fields }}
{{ display }}
{{ /fields }} {{ /meerkat:create }} {{ /form:set }}
```
Results in
```
…
-
# 🐞 Bug report
## Description
I'm attempting to setup Webhint with a `.hintrc` file that can be committed to a project so the configuration can be shared by everyone on my team. I'm trying to ru…
-
Hi,
I am trying to integrate form builder in Laravel 5.4. But am getting error.
TokenMismatchException
-
## Bug Description
When creating a date field in a fieldset, it uses UTC by default and not the timezone set in `config/app.php`. In my case it is `'timezone' => 'Europe/Berlin'`. When setting the da…
-
### Thanks for taking the time to fill out this documentation request!"
- [X] I have searched the issue tracker for similar issues
- [X] I have searched the documentation of the relevant package(s…
-
Setting the `maxExceptions` property on a job has no effect. For instance, the following job will be tried 25 times even though it throws an exception every time:
```php
class ProcessPodcast imple…