Pascal Baljet

Results 133 comments of Pascal Baljet

I'm repeating myself, but we definitely want a solution for this, let me be clear about that :) It's a shame that some PRs/issues are opened for a long time....

Btw, there is still an open issue for this (#707) where we can discuss alternative solutions.

> I'm sorry, but this has already happened once: Close all issues and PRs in hopes people don't take the effort to invest time to recreate the issue / PR....

Opened PR #2413 for this.

This was fixed in the Starter Kits with these PRs: **React** * https://github.com/laravel/react-starter-kit/pull/53 **Vue** * https://github.com/laravel/vue-starter-kit/pull/74 * https://github.com/laravel/vue-starter-kit/pull/127 ```ts import { ZiggyVue } from 'ziggy-js'; createServer((page) => createInertiaApp({ // ......

I have to investigate a little bit further, but perhaps it's fine to remove `_ide_helpers.php` from the repository at all. Other Laravel packages that provide macros also don't come with...

I think it's safe to say we can remove the file. If you want this behavior, you can either use the [IDE Helper package](https://github.com/barryvdh/laravel-ide-helper) (works both in PhpStorm and VS...

> @pascalbaljet I have removed the file. Could you review this PR and PR #740 from 1.x ? Yes, I saw that, thanks! I've updated the 1.x branch so that...

I've tested this with both Svelte and Vue, and tree-shaking appears to work fine with the current release. Dependencies like `axios` and `lodash-es` are externalized and not included in the...

Closing this one as in the meantime, Axios has been bumped to `^1.8.2` in PR #2269.