Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.07 #73

Merged
merged 12 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ phpstan.neon
testbench.yaml
vendor
node_modules
lib/dist
lib/types
plugin/dist
plugin/types
.DS_Store
.env
.env.testing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to use some helpers with [Inertia](https://inertiajs.com/), you can
>
> - [`kiwilan/typescriptable-laravel`](https://packagist.org/packages/kiwilan/typescriptable-laravel): current PHP package for [Laravel](https://laravel.com/).
> - [`@kiwilan/typescriptable-laravel`](https://www.npmjs.com/package/@kiwilan/typescriptable-laravel): optional NPM package to use with [Vite](https://vitejs.dev/) and [Inertia](https://inertiajs.com/) to have some helpers, if you want to know more about, [check documentation](https://github.com/kiwilan/typescriptable-laravel/blob/main/lib/README.md).
> - [`ziggy`](https://github.com/tighten/ziggy) is **NOT REQUIRED**
> - [`ziggy`](https://github.com/tighten/ziggy) is required **only** for [`@kiwilan/typescriptable-laravel`](https://www.npmjs.com/package/@kiwilan/typescriptable-laravel)

## Features

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/typescriptable-laravel",
"description": "PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.",
"version": "2.0.06",
"version": "2.0.07",
"keywords": [
"kiwilan",
"laravel",
Expand Down Expand Up @@ -32,15 +32,16 @@
"spatie/laravel-package-tools": "^1.16.3"
},
"require-dev": {
"larastan/larastan": "^2.8.0",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.0",
"larastan/larastan": "^2.8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.8.1",
"pestphp/pest-plugin-laravel": "*",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-medialibrary": "^11.6",
"spatie/laravel-ray": "^1.26",
"vlucas/phpdotenv": "^5.5"
},
Expand Down
96 changes: 0 additions & 96 deletions lib/src/composables/useSearch.ts

This file was deleted.

119 changes: 0 additions & 119 deletions lib/src/composables/useTypescriptable.ts

This file was deleted.

30 changes: 0 additions & 30 deletions lib/src/index.ts

This file was deleted.

90 changes: 0 additions & 90 deletions lib/src/methods/LaravelRoute.ts

This file was deleted.

Loading