-
Although advertised as MySql compatible, there are several gotchas and missing features from the typical Eloquent + MySql experience. These should be outlined in the docs somewhere.
An obvious one…
-
### What happened?
First of all, thanks for this excellent package. Also, I couldn't figure out how to request a feature, so this is coming through as a bug report. Sorry!
Laravel's model timestam…
-
When we ingest plugin/theme/whatever metadata, we should run it through a series of steps including validation (basic sanity checks, the Model can take care of the rest) and targeted filtering and rew…
-
**Describe the bug**
Already installed activity log into a laravel 11 new proyect, use the same estructure like i used in a laravel 10 proyect, bue get no errors in laravel log and not even using x-d…
-
I use LARAVEL 11 and would like to have my very own tcp_config.php file in my Laravel Config folder.
Nothing works with the definition of K_TCPDF_EXTERNAL_CONFIG.
So, how can I "turn off" the tcp_…
-
Hey Aaron, solo is great.
just realized that after several time quit and back run the `solo` command vite always create new port its mean the npm command before its still alive, is this a bug ?
…
-
- Laravel Version: 10.48.22
- Nova Version: 4.35.4
- PHP Version: 8.2.8
- Database Driver & Version: `mariadb` 10.8
- Operating System and Version: OSX 14.5 (23F79)
- Browser type and version: C…
-
Seems like the type should be string and not (null|string) based on laravel type, as it's interfering with with spatie/health
-
Hi folks,
Hope you can help me with this. I'm currenly upgrading a Laravel application from version 9 to version 11.
The app has functionality that allows to upload files to Dropbox, create folders,…
-
I'm trying to implement a serial number column in the Laravel GridView. I would like to know the best approach to achieve this.
**Here are my questions:**
1. Using SerialColumn:
- In Yii2,…