Skip to content

Commit 3edd2fa

Browse files
authored
refactor: remove fortify & nova integration (#626)
1 parent f99558d commit 3edd2fa

File tree

149 files changed

+162
-9574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+162
-9574
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Require with composer: `composer require arkecosystem/foundation`
2525

2626
- [CommonMark](/usage/commonmark.md)
2727
- [Documentation](/usage/documentation.md)
28-
- [Fortify](/usage/fortify.md)
2928
- [Hermes](/usage/hermes.md)
3029
- [Stan](/usage/stan.md)
3130
- [UI](/usage/ui.md)
@@ -34,7 +33,6 @@ Require with composer: `composer require arkecosystem/foundation`
3433
## Examples
3534

3635
- [CommonMark](/examples/commonmark.md)
37-
- [Fortify](/examples/fortify.md)
3836
- [Hermes](/examples/hermes.md)
3937
- [UI](/examples/ui.md)
4038

composer.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
]
8686
}
8787
},
88-
"repositories": [
89-
{
90-
"type": "composer",
91-
"url": "https://nova.laravel.com"
92-
}
93-
],
9488
"scripts": {
9589
"format": [
9690
"vendor/bin/php-cs-fixer fix"
@@ -114,15 +108,7 @@
114108
}
115109
},
116110
"require-dev": {
117-
"laravel/nova": "^4.13",
118111
"orchestra/testbench": "^8.22",
119-
"spatie/laravel-permission": "^5.10",
120-
"spatie/mailcoach-sdk-php": "^1.4",
121-
"vyuldashev/nova-permission": "^3.2"
122-
},
123-
"suggest": {
124-
"laravel/nova": "Needed for backend management of data",
125-
"spatie/laravel-permission": "Needed for nova permissions & roles",
126-
"vyuldashev/nova-permission": "Needed for nova permissions & roles"
112+
"spatie/mailcoach-sdk-php": "^1.4"
127113
}
128114
}

0 commit comments

Comments
 (0)