Ben
Ben
Please update inertiajs/inertia-laravel support: ```bash $ composer require hotmeteor/inertia-statamic Using version ^0.1.2 for hotmeteor/inertia-statamic ./composer.json has been updated Running composer update hotmeteor/inertia-statamic > Statamic\Console\Composer\Scripts::preUpdateCmd Loading composer repositories with package information...
Hello, the following is showing up in logs: ``` strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /[...]/kyslik/column-sortable/src/ColumnSortable/SortableLink.php on line 251 ```
Hi, my model has two MySQL `date` columns, `start_date` and `end_date` stored as "Y-m-d", in addition to Laravel's `created_at` and `updated_at`. In order for me to get them to display...
Hey there, I'm attempting to scrape IMDb, but the very first line of their site breaks the scraper: `` Saving the file locally and removing that one line fixes the...
The recommended route naming convention is snake_case with dot notation: https://github.com/alexeymezenin/laravel-best-practices#follow-laravel-naming-conventions However, Laravel itself follows the casing of the resource when generating multi-word route resource names, and kebab-case in its...
### Versions: - ide-helper Version: 2.6 - Laravel Version: 9.0 - PHP Version: 8.1.12 ### Question: Hi! Thanks for this package, I am wondering if I can get my custom...
### Describe the bug This issue is not present in `0.14.x` and affects both Chrome and Firefox. Any page with multiple `BModal` components (and others, but I've only tested with...
### Version: - `@inertiajs/vue3` version: `^1.0.11` ### Describe the problem: Browser/mouse button page navigation (forward/back) does not restore scroll position. Oddly, it does appear to work fine if the content...
Hey there, I am trying to build from source but am encountering an error: ``` ... .\ext\pcov/php_pcov.h(59): error C2061: syntax error: identifier 'pcre_cache_entry' (compiling source file main\internal_functions.c) .\ext\pcov/php_pcov.h(67): error C2059:...
PHP 8.3.11, this command: ```bash composer require --dev franzl/studio ``` Fails with: ```bash Your requirements could not be resolved to an installable set of packages. Problem 1 - franzl/studio[0.9.0, ...,...