Skip to content

Commit

Permalink
Merge pull request #82 from justdlabs/laravel-11.x
Browse files Browse the repository at this point in the history
Laravel 11.x
  • Loading branch information
irsyadadl authored Aug 4, 2024
2 parents ecafa72 + fbc125b commit 9f17de9
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


## [1.0.2](https://github.com/justdlabs/inertia.ts/compare/1.0.1...1.0.2) (2024-08-04)

## 1.0.1 (2024-08-04)


### Bug Fixes

* make all automate ([ac5b394](https://github.com/justdlabs/inertia.ts/commit/ac5b3945c2cb5576a908939a2b9420b9db05d411))


### Chores

* Update build command in readme ([7076e29](https://github.com/justdlabs/inertia.ts/commit/7076e29aed986a524adecce8b4176df531a6485d))
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
### tl;dr

```bash
git clone https://github.com/irsyadadl/inertia.ts.git project
cd project
composer install
cp .env.example .env
php artisan key:generate
bun i && bun run build
php artisan serve
composer create-project justd/laravel your-project-name
```

### Laravel Inertia React w/ Typescript
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "justd/laravel",
"version": "1.0.2",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
Expand Down
47 changes: 45 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,34 @@
"private": true,
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "tsc && vite build && vite build --ssr",
"format": "prettier --write ."
"format": "prettier --write .",
"release": "release-it"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@inertiajs/react": "^1.2.0",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.1",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^18.19.43",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.3",
"husky": "^9.1.4",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"release-it": "^17.6.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5",
Expand All @@ -37,5 +45,40 @@
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.4"
}
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chores"
}
]
}
},
"@release-it/bumper": {
"in": "composer.json",
"out": "composer.json"
}
}
},
"version": "1.0.2"
}
35 changes: 3 additions & 32 deletions resources/js/ziggy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f17de9

Please sign in to comment.