Skip to content

Commit

Permalink
added OneUI theme and added support for laravel/ui package and now it…
Browse files Browse the repository at this point in the history
… require laravel 7.0 and above ONLY
  • Loading branch information
iMokhles committed Apr 6, 2020
1 parent d46a0f5 commit 8059efd
Show file tree
Hide file tree
Showing 41 changed files with 2,025 additions and 808 deletions.
9 changes: 8 additions & 1 deletion .idea/MultiAuthCommand.iml

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

9 changes: 8 additions & 1 deletion .idea/php.xml

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

601 changes: 69 additions & 532 deletions .idea/workspace.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ PROJECT_DIR/public/start_ui/*css,js,img,fonts
* FREE [Tabler](https://preview.tabler.io/)
* PAID [StartUI](https://themeforest.net/item/startui-premium-bootstrap-4-admin-dashboard-template/15228250?ref=themesanytime)
* PAID [HighAdmin](https://themeforest.net/item/highdmin-responsive-bootstrap-4-admin-dashboard/21233941)
* PAID [OneUI](https://themeforest.net/item/oneui-bootstrap-admin-dashboard-template-ui-framework-angularjs/11820082)
* more comes later ( and you are welcome to send me a pull request for more themes )

## Theme folder structure
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"laravel multiple authentication"
],
"require": {
"php": ">=5.5.0",
"ext-zip": "*",
"illuminate/support": "~5.7",
"illuminate/support": "^7.0",
"prologue/alerts": "^0.4.1",
"illuminate/console": "~5.7",
"symfony/process": "^4.2",
"illuminate/database": "~5.7"
"illuminate/console": "^7.0",
"symfony/process": "^5.0",
"illuminate/database": "^7.0",
"laravel/ui": "^2.0"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit 8059efd

Please sign in to comment.