Skip to content

Commit

Permalink
refactor: remove fortify & nova integration (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Sep 27, 2024
1 parent f99558d commit 3edd2fa
Show file tree
Hide file tree
Showing 149 changed files with 162 additions and 9,574 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Require with composer: `composer require arkecosystem/foundation`

- [CommonMark](/usage/commonmark.md)
- [Documentation](/usage/documentation.md)
- [Fortify](/usage/fortify.md)
- [Hermes](/usage/hermes.md)
- [Stan](/usage/stan.md)
- [UI](/usage/ui.md)
Expand All @@ -34,7 +33,6 @@ Require with composer: `composer require arkecosystem/foundation`
## Examples

- [CommonMark](/examples/commonmark.md)
- [Fortify](/examples/fortify.md)
- [Hermes](/examples/hermes.md)
- [UI](/examples/ui.md)

Expand Down
16 changes: 1 addition & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://nova.laravel.com"
}
],
"scripts": {
"format": [
"vendor/bin/php-cs-fixer fix"
Expand All @@ -114,15 +108,7 @@
}
},
"require-dev": {
"laravel/nova": "^4.13",
"orchestra/testbench": "^8.22",
"spatie/laravel-permission": "^5.10",
"spatie/mailcoach-sdk-php": "^1.4",
"vyuldashev/nova-permission": "^3.2"
},
"suggest": {
"laravel/nova": "Needed for backend management of data",
"spatie/laravel-permission": "Needed for nova permissions & roles",
"vyuldashev/nova-permission": "Needed for nova permissions & roles"
"spatie/mailcoach-sdk-php": "^1.4"
}
}
Loading

0 comments on commit 3edd2fa

Please sign in to comment.