Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
84bea37
Fix delete button
nbolender Dec 1, 2023
d51c0bf
compile
nbolender Dec 1, 2023
8262858
- changed rtrim to str_replace during "media_collection_suffix" removal
Dec 20, 2023
824225b
Merge pull request #493 from Perzonallica/determineDiskName-fix
voidgraphics Jan 15, 2024
dfcc22d
Add missing method
mabdullahsari Jan 15, 2024
bcb9b96
Merge pull request #499 from mabdullahsari/master
voidgraphics Feb 14, 2024
0f7bd39
Update README.md
voidgraphics Feb 14, 2024
ddfb5b7
Merge pull request #490 from nbolender/bugfix/fix-delete-button
voidgraphics Feb 21, 2024
ebd9c09
get Underlying Media Model function
LTKort Feb 26, 2024
da0a5d6
Merge branch 'hotfix/get-media-function' into l11-compatibility
LTKort Mar 12, 2024
c437c81
L11 Support
LTKort Mar 12, 2024
88ab3d5
Revert danger-button & fix indent
LTKort Mar 12, 2024
566bb97
build JS
LTKort Mar 12, 2024
87c68e4
Group Key loop fix
LTKort Mar 12, 2024
e28bd3d
Merge pull request #509 from LTKort/l11-compatibility
voidgraphics Mar 13, 2024
ae8f81f
Fixed delete button
voidgraphics Apr 9, 2024
a887ddb
Merge pull request #514 from whitecube/fix-confirm-delete-button
voidgraphics Apr 9, 2024
ba6c387
wip
bashgeek Dec 16, 2024
d62e50e
wip
bashgeek Dec 16, 2024
559c86e
wip
bashgeek Dec 18, 2024
6598875
Update resources/js/components/FormGroup.vue
bashgeek Dec 23, 2024
d23b88a
Update package.json
bashgeek Dec 23, 2024
76a55ae
Update package.json
bashgeek Dec 23, 2024
395ef21
Update package.json
bashgeek Dec 23, 2024
3cf5a57
Update composer.json
bashgeek Dec 23, 2024
d9c8ba3
wip
bashgeek Dec 23, 2024
9eef389
Merge branch 'master' of github.com:blendbyte/nova-flexible-content
bashgeek Dec 23, 2024
95537de
wip
bashgeek Dec 24, 2024
d0dc0c4
wip
crynobone Dec 24, 2024
275b737
wip
bashgeek Dec 24, 2024
f1356f1
wip
crynobone Dec 24, 2024
ce75b07
Merge branch 'master' into workbench
crynobone Dec 24, 2024
f9c650e
wip
crynobone Dec 24, 2024
c932e45
Merge remote-tracking branch 'origin/workbench' into workbench
crynobone Dec 24, 2024
ddf2254
Merge pull request #1 from crynobone/workbench
bashgeek Dec 24, 2024
b0ce520
Merge branch 'master' of github.com:blendbyte/nova-flexible-content
bashgeek Dec 24, 2024
9816ba6
wip
bashgeek Dec 24, 2024
8393ddd
Merge pull request #530 from blendbyte/master
voidgraphics Jan 18, 2025
5399b9c
Removed conflicting dependency
voidgraphics Jan 18, 2025
b093def
UI fixes
voidgraphics Jan 18, 2025
cc68a8e
Fixed CI + tests
voidgraphics Jan 18, 2025
68230ed
Re-add phpunit
voidgraphics Jan 18, 2025
c6bb15b
fix: ensure duplicateAndHydrate works with Fields using static closures
fritz-c Feb 7, 2025
d48d607
Merge pull request #535 from fritz-c/master
voidgraphics Feb 11, 2025
c2a3a19
Merge remote-tracking branch 'upstream/master' into feature/php-8plus…
shabbir-bharmal Oct 9, 2025
bd12a23
Replace deprecated Nova::mix() with Nova::script() and Nova::style() …
shabbir-bharmal Oct 13, 2025
b47c76c
Adjust resolve() and resolveForDisplay() signature to match for PHP 8…
shabbir-bharmal Oct 13, 2025
a21f714
correct js and css file name
faijul-ast Oct 13, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [8.1, 8.2, 8.3, 8.4]
prefer: ['--prefer-lowest', '--prefer-stable']

steps:
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/.idea
/vendor
/node_modules
package-lock.json
composer.phar
composer.lock
phpunit.xml
.phpunit.result.cache
.DS_Store
Thumbs.db
yarn-error.log
webpack.mix.js
yarn.lock
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ An easy & complete Flexible Field for Laravel Nova, perfect for repeated and fle

![Laravel Nova Flexible Content in action](https://user-images.githubusercontent.com/9298484/164532562-6e4e4179-8a53-470c-97c8-237e9a2c2ebb.gif)

## We are looking for someone to help us maintain this package!

We'd love to accept someone who uses this package a lot to help us review and merge incoming PRs. Shoot us a message at [email protected] if you're willing to help!

## Quick start

Here's a very condensed guide to get you started asap.
Expand Down
40 changes: 32 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.1",
"ext-json": "*",
"laravel/framework": "^8.0|^9.0|^10.0",
"laravel/nova": "^4.0",
"nova-kit/nova-packages-tool": "^1.3.1"
"laravel/nova": "^4.0|^5.0"
},
"require-dev": {
"laravel/nova-devtool": "^1.1.5",
"laravel/pint": "^1.2",
"phpunit/phpunit": "^9.6",
"psalm/plugin-laravel": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +35,10 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
"Tests\\": "tests/",
"Workbench\\App\\": "workbench/app/",
"Workbench\\Database\\Factories\\": "workbench/database/factories/",
"Workbench\\Database\\Seeders\\": "workbench/database/seeders/"
}
},
"repositories": [
Expand All @@ -52,8 +59,25 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^9.5",
"psalm/plugin-laravel": "^1.6.2"
"scripts": {
"psalm": "psalm --find-unused-psalm-suppress --output-format=phpstorm",
"psalm-update-baseline": "psalm --set-baseline=psalm-baseline.xml",
"test": "phpunit --colors=always tests",
"fix-style": "./vendor/bin/pint",
"post-autoload-dump": [
"@clear",
"@prepare"
],
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": "@php vendor/bin/testbench workbench:build --ansi",
"serve": [
"Composer\\Config::disableProcessTimeout",
"@build",
"@php vendor/bin/testbench serve --ansi"
],
"lint": [
"@php vendor/bin/pint --ansi"
]
}
}
2 changes: 1 addition & 1 deletion dist/css/field.css

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

2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* Sortable 1.15.0
* Sortable 1.15.6
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
Expand Down
Loading
Loading