Skip to content

Commit

Permalink
Merge pull request #87 from lara-zeus/fork-nav
Browse files Browse the repository at this point in the history
using the fork atmonshi/filament-navigation to support RTL
  • Loading branch information
atmonshi authored Apr 29, 2023
2 parents 0a29570 + 03d2200 commit e5c70d0
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 177 deletions.
174 changes: 90 additions & 84 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,93 @@
{
"name": "lara-zeus/sky",
"description": "simple packages to create and manage forms for your users",
"keywords": [
"laravel",
"lara-zeus",
"sky",
"cms",
"pages",
"posts",
"menu",
"news",
"wordpress laravel",
"wordpress alternative",
"laravel cms"
],
"homepage": "https://larazeus.com",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Ashraf Monshi",
"email": "[email protected]",
"role": "Owner"
}
],
"require": {
"php": "^8.0",
"ext-json": "*",
"doctrine/dbal": "^3.3",
"filament/spatie-laravel-media-library-plugin": "^2.0",
"filament/spatie-laravel-tags-plugin": "^2.0",
"filament/spatie-laravel-translatable-plugin": "^2.0",
"lara-zeus/core": "^2.4",
"mohamedsabil83/filament-forms-tinyeditor": "^1.5",
"ryangjchandler/filament-navigation": "^0.5",
"spatie/laravel-medialibrary": "^10.0.0",
"spatie/laravel-sluggable": "^3.3",
"spatie/laravel-tags": "^4.0"
},
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0",
"pestphp/pest": "^1.21 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"LaraZeus\\Sky\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"LaraZeus\\Sky\\Tests\\": "tests"
}
},
"scripts": {
"pint": "vendor/bin/pint",
"test:pest": "vendor/bin/pest --parallel",
"test:phpstan": "vendor/bin/phpstan analyse",
"test": [
"@test:pest",
"@test:phpstan"
"name": "lara-zeus/sky",
"description": "simple packages to create and manage forms for your users",
"keywords": [
"laravel",
"lara-zeus",
"sky",
"cms",
"pages",
"posts",
"menu",
"news",
"wordpress laravel",
"wordpress alternative",
"laravel cms"
],
"homepage": "https://larazeus.com",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Ashraf Monshi",
"email": "[email protected]",
"role": "Owner"
}
],
"require": {
"php": "^8.0",
"ext-json": "*",
"doctrine/dbal": "^3.3",
"filament/spatie-laravel-media-library-plugin": "^2.0",
"filament/spatie-laravel-tags-plugin": "^2.0",
"filament/spatie-laravel-translatable-plugin": "^2.0",
"lara-zeus/core": "^2.4",
"mohamedsabil83/filament-forms-tinyeditor": "^1.5",
"ryangjchandler/filament-navigation": "dev-with-rtl",
"spatie/laravel-medialibrary": "^10.0.0",
"spatie/laravel-sluggable": "^3.3",
"spatie/laravel-tags": "^4.0"
},
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0",
"pestphp/pest": "^1.21 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"LaraZeus\\Sky\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"LaraZeus\\Sky\\Tests\\": "tests"
}
},
"scripts": {
"pint": "vendor/bin/pint",
"test:pest": "vendor/bin/pest --parallel",
"test:phpstan": "vendor/bin/phpstan analyse",
"test": [
"@test:pest",
"@test:phpstan"
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
"providers": [
"LaraZeus\\Sky\\SkyServiceProvider"
]
}
},
"repositories": [
{
"type": "github",
"url": "https://github.com/atmonshi/filament-navigation"
}
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
"providers": [
"LaraZeus\\Sky\\SkyServiceProvider"
]
}
}
}
Loading

0 comments on commit e5c70d0

Please sign in to comment.