Skip to content

Commit

Permalink
Merge pull request #73 from kiwilan/develop
Browse files Browse the repository at this point in the history
v2.0.07
  • Loading branch information
ewilan-riviere authored Jun 14, 2024
2 parents bc6f084 + bd80a83 commit 1e7447a
Show file tree
Hide file tree
Showing 65 changed files with 4,759 additions and 3,239 deletions.
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

0 comments on commit 1e7447a

Please sign in to comment.