Repository: z-song/laravel-admin
Branch: master
Commit: 67c441eb78ec
Files: 716
Total size: 2.0 MB
Directory structure:
gitextract_oak7w139/
├── .github/
│ ├── dependabot.yml
│ └── stale.yml
├── .gitignore
├── .travis.yml
├── CHANGELOG.md
├── CONTRIBUTING.md
├── FUNDING.yml
├── LICENSE
├── README.md
├── composer.json
├── config/
│ └── admin.php
├── database/
│ └── migrations/
│ └── 2016_01_04_173148_create_admin_tables.php
├── docs/
│ ├── en/
│ │ ├── LICENSE.md
│ │ ├── README.md
│ │ ├── _sidebar.md
│ │ ├── change-log.md
│ │ ├── content-layout.md
│ │ ├── custom-authentication.md
│ │ ├── custom-chart.md
│ │ ├── custom-navbar.md
│ │ ├── extension-api-tester.md
│ │ ├── extension-config.md
│ │ ├── extension-helpers.md
│ │ ├── extension-media-manager.md
│ │ ├── extension-scheduling.md
│ │ ├── installation.md
│ │ ├── model-form-callback.md
│ │ ├── model-form-field-management.md
│ │ ├── model-form-fields.md
│ │ ├── model-form-upload.md
│ │ ├── model-form-validation.md
│ │ ├── model-form.md
│ │ ├── model-grid-actions.md
│ │ ├── model-grid-column.md
│ │ ├── model-grid-custom-tools.md
│ │ ├── model-grid-export.md
│ │ ├── model-grid-filters.md
│ │ ├── model-grid.md
│ │ ├── model-tree.md
│ │ ├── permission.md
│ │ ├── quick-start.md
│ │ ├── upgrade.md
│ │ └── widgets.md
│ ├── issue_template.md
│ └── zh/
│ ├── LICENSE.md
│ ├── README.md
│ ├── _sidebar.md
│ ├── change-log.md
│ ├── content-layout.md
│ ├── custom-authentication.md
│ ├── custom-chart.md
│ ├── custom-navbar.md
│ ├── extension-api-tester.md
│ ├── extension-config.md
│ ├── extension-helpers.md
│ ├── extension-media-manager.md
│ ├── extension-scheduling.md
│ ├── installation.md
│ ├── model-form-callback.md
│ ├── model-form-field-management.md
│ ├── model-form-fields.md
│ ├── model-form-upload.md
│ ├── model-form-validation.md
│ ├── model-form.md
│ ├── model-grid-actions.md
│ ├── model-grid-column.md
│ ├── model-grid-custom-tools.md
│ ├── model-grid-data.md
│ ├── model-grid-export.md
│ ├── model-grid-exporter.md
│ ├── model-grid-filters.md
│ ├── model-grid.md
│ ├── model-tree.md
│ ├── permission.md
│ ├── qa.md
│ ├── quick-start.md
│ ├── upgrade.md
│ └── widgets.md
├── phpunit.xml.dist
├── resources/
│ ├── assets/
│ │ ├── AdminLTE/
│ │ │ └── plugins/
│ │ │ ├── bootstrap-slider/
│ │ │ │ ├── bootstrap-slider.js
│ │ │ │ └── slider.css
│ │ │ ├── iCheck/
│ │ │ │ ├── all.css
│ │ │ │ ├── flat/
│ │ │ │ │ ├── _all.css
│ │ │ │ │ ├── aero.css
│ │ │ │ │ ├── blue.css
│ │ │ │ │ ├── flat.css
│ │ │ │ │ ├── green.css
│ │ │ │ │ ├── grey.css
│ │ │ │ │ ├── orange.css
│ │ │ │ │ ├── pink.css
│ │ │ │ │ ├── purple.css
│ │ │ │ │ ├── red.css
│ │ │ │ │ └── yellow.css
│ │ │ │ ├── futurico/
│ │ │ │ │ └── futurico.css
│ │ │ │ ├── line/
│ │ │ │ │ ├── _all.css
│ │ │ │ │ ├── aero.css
│ │ │ │ │ ├── blue.css
│ │ │ │ │ ├── green.css
│ │ │ │ │ ├── grey.css
│ │ │ │ │ ├── line.css
│ │ │ │ │ ├── orange.css
│ │ │ │ │ ├── pink.css
│ │ │ │ │ ├── purple.css
│ │ │ │ │ ├── red.css
│ │ │ │ │ └── yellow.css
│ │ │ │ ├── minimal/
│ │ │ │ │ ├── _all.css
│ │ │ │ │ ├── aero.css
│ │ │ │ │ ├── blue.css
│ │ │ │ │ ├── green.css
│ │ │ │ │ ├── grey.css
│ │ │ │ │ ├── minimal.css
│ │ │ │ │ ├── orange.css
│ │ │ │ │ ├── pink.css
│ │ │ │ │ ├── purple.css
│ │ │ │ │ ├── red.css
│ │ │ │ │ └── yellow.css
│ │ │ │ ├── polaris/
│ │ │ │ │ └── polaris.css
│ │ │ │ └── square/
│ │ │ │ ├── _all.css
│ │ │ │ ├── aero.css
│ │ │ │ ├── blue.css
│ │ │ │ ├── green.css
│ │ │ │ ├── grey.css
│ │ │ │ ├── orange.css
│ │ │ │ ├── pink.css
│ │ │ │ ├── purple.css
│ │ │ │ ├── red.css
│ │ │ │ ├── square.css
│ │ │ │ └── yellow.css
│ │ │ ├── input-mask/
│ │ │ │ └── phone-codes/
│ │ │ │ ├── phone-be.json
│ │ │ │ ├── phone-codes.json
│ │ │ │ └── readme.txt
│ │ │ ├── ionslider/
│ │ │ │ ├── ion.rangeSlider.css
│ │ │ │ ├── ion.rangeSlider.skinFlat.css
│ │ │ │ └── ion.rangeSlider.skinNice.css
│ │ │ └── select2/
│ │ │ └── i18n/
│ │ │ ├── ar.js
│ │ │ ├── az.js
│ │ │ ├── bg.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en.js
│ │ │ ├── es.js
│ │ │ ├── et.js
│ │ │ ├── eu.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fr.js
│ │ │ ├── gl.js
│ │ │ ├── he.js
│ │ │ ├── hi.js
│ │ │ ├── hr.js
│ │ │ ├── hu.js
│ │ │ ├── id.js
│ │ │ ├── is.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── lt.js
│ │ │ ├── lv.js
│ │ │ ├── mk.js
│ │ │ ├── ms.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── pl.js
│ │ │ ├── pt-BR.js
│ │ │ ├── pt.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── sk.js
│ │ │ ├── sr-Cyrl.js
│ │ │ ├── sr.js
│ │ │ ├── sv.js
│ │ │ ├── th.js
│ │ │ ├── tr.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-CN.js
│ │ │ └── zh-TW.js
│ │ ├── bootstrap-fileinput/
│ │ │ └── js/
│ │ │ └── plugins/
│ │ │ ├── canvas-to-blob.js
│ │ │ ├── piexif.js
│ │ │ ├── purify.js
│ │ │ └── sortable.js
│ │ ├── bootstrap3-editable/
│ │ │ └── css/
│ │ │ └── bootstrap-editable.css
│ │ ├── flatpickr/
│ │ │ └── dist/
│ │ │ ├── flatpickr.js
│ │ │ └── l10n/
│ │ │ └── zh.js
│ │ ├── font-awesome/
│ │ │ └── fonts/
│ │ │ └── FontAwesome.otf
│ │ ├── google-fonts/
│ │ │ └── fonts.css
│ │ ├── jquery-pjax/
│ │ │ └── jquery.pjax.js
│ │ ├── laravel-admin/
│ │ │ ├── laravel-admin.css
│ │ │ └── laravel-admin.js
│ │ ├── nestable/
│ │ │ ├── jquery.nestable.js
│ │ │ └── nestable.css
│ │ ├── nprogress/
│ │ │ ├── nprogress.css
│ │ │ └── nprogress.js
│ │ ├── number-input/
│ │ │ └── bootstrap-number-input.js
│ │ └── sweetalert2/
│ │ └── dist/
│ │ └── sweetalert2.css
│ ├── lang/
│ │ ├── ar/
│ │ │ └── admin.php
│ │ ├── az/
│ │ │ └── admin.php
│ │ ├── bn/
│ │ │ └── admin.php
│ │ ├── de/
│ │ │ └── admin.php
│ │ ├── en/
│ │ │ └── admin.php
│ │ ├── es/
│ │ │ └── admin.php
│ │ ├── fa/
│ │ │ └── admin.php
│ │ ├── fr/
│ │ │ └── admin.php
│ │ ├── he/
│ │ │ └── admin.php
│ │ ├── id/
│ │ │ └── admin.php
│ │ ├── ja/
│ │ │ └── admin.php
│ │ ├── ko/
│ │ │ └── admin.php
│ │ ├── ms/
│ │ │ └── admin.php
│ │ ├── nl/
│ │ │ └── admin.php
│ │ ├── pl/
│ │ │ └── admin.php
│ │ ├── pt/
│ │ │ └── admin.php
│ │ ├── pt-BR/
│ │ │ └── admin.php
│ │ ├── ru/
│ │ │ └── admin.php
│ │ ├── tr/
│ │ │ └── admin.php
│ │ ├── uk/
│ │ │ └── admin.php
│ │ ├── ur/
│ │ │ └── admin.php
│ │ ├── zh-CN/
│ │ │ └── admin.php
│ │ └── zh-TW/
│ │ └── admin.php
│ └── views/
│ ├── actions/
│ │ └── form/
│ │ ├── checkbox.blade.php
│ │ ├── date.blade.php
│ │ ├── file.blade.php
│ │ ├── help-block.blade.php
│ │ ├── hidden.blade.php
│ │ ├── modal.blade.php
│ │ ├── muitplefile.blade.php
│ │ ├── multipleselect.blade.php
│ │ ├── radio.blade.php
│ │ ├── select.blade.php
│ │ ├── text.blade.php
│ │ └── textarea.blade.php
│ ├── components/
│ │ ├── column-expand.blade.php
│ │ ├── column-modal.blade.php
│ │ ├── filepicker.blade.php
│ │ ├── fullscreen.blade.php
│ │ ├── grid-column-selector.blade.php
│ │ └── refresh-btn.blade.php
│ ├── content.blade.php
│ ├── dashboard/
│ │ ├── dependencies.blade.php
│ │ ├── environment.blade.php
│ │ ├── extensions.blade.php
│ │ └── title.blade.php
│ ├── filter/
│ │ ├── between.blade.php
│ │ ├── betweenDatetime.blade.php
│ │ ├── button.blade.php
│ │ ├── checkbox.blade.php
│ │ ├── container.blade.php
│ │ ├── datetime.blade.php
│ │ ├── gt.blade.php
│ │ ├── lt.blade.php
│ │ ├── modal.blade.php
│ │ ├── multipleselect.blade.php
│ │ ├── radio.blade.php
│ │ ├── select.blade.php
│ │ ├── text.blade.php
│ │ └── where.blade.php
│ ├── form/
│ │ ├── belongsto.blade.php
│ │ ├── belongstomany.blade.php
│ │ ├── button.blade.php
│ │ ├── captcha.blade.php
│ │ ├── checkbox.blade.php
│ │ ├── checkboxbutton.blade.php
│ │ ├── checkboxcard.blade.php
│ │ ├── daterange.blade.php
│ │ ├── datetimerange.blade.php
│ │ ├── display.blade.php
│ │ ├── editor.blade.php
│ │ ├── embeds.blade.php
│ │ ├── error.blade.php
│ │ ├── file.blade.php
│ │ ├── filepicker.blade.php
│ │ ├── footer.blade.php
│ │ ├── hasmany.blade.php
│ │ ├── hasmanytab.blade.php
│ │ ├── hasmanytable.blade.php
│ │ ├── help-block.blade.php
│ │ ├── hidden.blade.php
│ │ ├── id.blade.php
│ │ ├── input.blade.php
│ │ ├── keyvalue.blade.php
│ │ ├── listbox.blade.php
│ │ ├── listfield.blade.php
│ │ ├── map.blade.php
│ │ ├── multiplefile.blade.php
│ │ ├── multipleselect.blade.php
│ │ ├── radio.blade.php
│ │ ├── radiobutton.blade.php
│ │ ├── radiocard.blade.php
│ │ ├── rate.blade.php
│ │ ├── row.blade.php
│ │ ├── select.blade.php
│ │ ├── slider.blade.php
│ │ ├── switchfield.blade.php
│ │ ├── tab.blade.php
│ │ ├── tags.blade.php
│ │ ├── textarea.blade.php
│ │ └── timerange.blade.php
│ ├── form.blade.php
│ ├── grid/
│ │ ├── actions/
│ │ │ ├── contextmenu.blade.php
│ │ │ └── dropdown.blade.php
│ │ ├── batch-actions.blade.php
│ │ ├── displayer/
│ │ │ └── table.blade.php
│ │ ├── empty-grid.blade.php
│ │ ├── fixed-table.blade.php
│ │ ├── image.blade.php
│ │ ├── inline-edit/
│ │ │ ├── belongsto.blade.php
│ │ │ ├── checkbox.blade.php
│ │ │ ├── comm.blade.php
│ │ │ ├── datetime.blade.php
│ │ │ ├── input.blade.php
│ │ │ ├── multiple-select.blade.php
│ │ │ ├── partials/
│ │ │ │ ├── popover.blade.php
│ │ │ │ └── submit.blade.php
│ │ │ ├── radio.blade.php
│ │ │ ├── select.blade.php
│ │ │ ├── switch-group.blade.php
│ │ │ ├── switch.blade.php
│ │ │ ├── textarea.blade.php
│ │ │ └── upload.blade.php
│ │ ├── quick-create/
│ │ │ ├── date.blade.php
│ │ │ ├── form.blade.php
│ │ │ ├── multipleselect.blade.php
│ │ │ ├── select.blade.php
│ │ │ └── text.blade.php
│ │ ├── quick-search.blade.php
│ │ ├── selector.blade.php
│ │ ├── table.blade.php
│ │ └── total-row.blade.php
│ ├── index.blade.php
│ ├── login.blade.php
│ ├── pagination.blade.php
│ ├── partials/
│ │ ├── alerts.blade.php
│ │ ├── css.blade.php
│ │ ├── exception.blade.php
│ │ ├── footer.blade.php
│ │ ├── header.blade.php
│ │ ├── html.blade.php
│ │ ├── js.blade.php
│ │ ├── menu.blade.php
│ │ ├── script.blade.php
│ │ ├── sidebar.blade.php
│ │ ├── style.blade.php
│ │ └── toastr.blade.php
│ ├── show/
│ │ ├── field.blade.php
│ │ └── panel.blade.php
│ ├── show.blade.php
│ ├── tree/
│ │ └── branch.blade.php
│ ├── tree.blade.php
│ └── widgets/
│ ├── alert.blade.php
│ ├── box.blade.php
│ ├── callout.blade.php
│ ├── carousel.blade.php
│ ├── collapse.blade.php
│ ├── form.blade.php
│ ├── info-box.blade.php
│ ├── tab.blade.php
│ └── table.blade.php
├── src/
│ ├── Actions/
│ │ ├── Action.php
│ │ ├── Authorizable.php
│ │ ├── BatchAction.php
│ │ ├── GridAction.php
│ │ ├── Interactor/
│ │ │ ├── Dialog.php
│ │ │ ├── Form.php
│ │ │ └── Interactor.php
│ │ ├── Response.php
│ │ ├── RowAction.php
│ │ ├── SweatAlert2.php
│ │ └── Toastr.php
│ ├── Admin.php
│ ├── AdminServiceProvider.php
│ ├── Auth/
│ │ ├── Database/
│ │ │ ├── AdminTablesSeeder.php
│ │ │ ├── Administrator.php
│ │ │ ├── HasPermissions.php
│ │ │ ├── Menu.php
│ │ │ ├── OperationLog.php
│ │ │ ├── Permission.php
│ │ │ └── Role.php
│ │ └── Permission.php
│ ├── Console/
│ │ ├── ActionCommand.php
│ │ ├── AdminCommand.php
│ │ ├── ConfigCommand.php
│ │ ├── ControllerCommand.php
│ │ ├── CreateUserCommand.php
│ │ ├── ExportSeedCommand.php
│ │ ├── ExtendCommand.php
│ │ ├── FormCommand.php
│ │ ├── GenerateMenuCommand.php
│ │ ├── ImportCommand.php
│ │ ├── InstallCommand.php
│ │ ├── MakeCommand.php
│ │ ├── MenuCommand.php
│ │ ├── MinifyCommand.php
│ │ ├── PermissionCommand.php
│ │ ├── PublishCommand.php
│ │ ├── ResetPasswordCommand.php
│ │ ├── ResourceGenerator.php
│ │ ├── UninstallCommand.php
│ │ └── stubs/
│ │ ├── AdminTablesSeeder.stub
│ │ ├── AuthController.stub
│ │ ├── ExampleController.stub
│ │ ├── HomeController.stub
│ │ ├── action.stub
│ │ ├── blank.stub
│ │ ├── bootstrap.stub
│ │ ├── controller.stub
│ │ ├── extension/
│ │ │ ├── .gitignore.stub
│ │ │ ├── LICENSE.stub
│ │ │ ├── README.md.stub
│ │ │ ├── composer.json.stub
│ │ │ ├── controller.stub
│ │ │ ├── extension.stub
│ │ │ ├── routes.stub
│ │ │ ├── service-provider.stub
│ │ │ └── view.stub
│ │ ├── form.stub
│ │ ├── grid-batch-action.stub
│ │ ├── grid-row-action.stub
│ │ ├── routes.stub
│ │ └── step-form.stub
│ ├── Controllers/
│ │ ├── AdminController.php
│ │ ├── AuthController.php
│ │ ├── Dashboard.php
│ │ ├── HandleController.php
│ │ ├── HasResourceActions.php
│ │ ├── LogController.php
│ │ ├── MenuController.php
│ │ ├── ModelForm.php
│ │ ├── PermissionController.php
│ │ ├── RoleController.php
│ │ └── UserController.php
│ ├── Exception/
│ │ └── Handler.php
│ ├── Extension.php
│ ├── Facades/
│ │ └── Admin.php
│ ├── Form/
│ │ ├── Builder.php
│ │ ├── Concerns/
│ │ │ ├── HandleCascadeFields.php
│ │ │ ├── HasFields.php
│ │ │ └── HasHooks.php
│ │ ├── EmbeddedForm.php
│ │ ├── Field/
│ │ │ ├── BelongsTo.php
│ │ │ ├── BelongsToMany.php
│ │ │ ├── BelongsToRelation.php
│ │ │ ├── Button.php
│ │ │ ├── CanCascadeFields.php
│ │ │ ├── Captcha.php
│ │ │ ├── CascadeGroup.php
│ │ │ ├── Checkbox.php
│ │ │ ├── CheckboxButton.php
│ │ │ ├── CheckboxCard.php
│ │ │ ├── Color.php
│ │ │ ├── Currency.php
│ │ │ ├── Date.php
│ │ │ ├── DateMultiple.php
│ │ │ ├── DateRange.php
│ │ │ ├── Datetime.php
│ │ │ ├── DatetimeRange.php
│ │ │ ├── Decimal.php
│ │ │ ├── Display.php
│ │ │ ├── Divider.php
│ │ │ ├── Editor.php
│ │ │ ├── Email.php
│ │ │ ├── Embeds.php
│ │ │ ├── Fieldset.php
│ │ │ ├── File.php
│ │ │ ├── HasMany.php
│ │ │ ├── HasValuePicker.php
│ │ │ ├── Hidden.php
│ │ │ ├── Html.php
│ │ │ ├── Icon.php
│ │ │ ├── Id.php
│ │ │ ├── Image.php
│ │ │ ├── ImageField.php
│ │ │ ├── Ip.php
│ │ │ ├── KeyValue.php
│ │ │ ├── ListField.php
│ │ │ ├── Listbox.php
│ │ │ ├── Map.php
│ │ │ ├── Mobile.php
│ │ │ ├── Month.php
│ │ │ ├── MultipleFile.php
│ │ │ ├── MultipleImage.php
│ │ │ ├── MultipleSelect.php
│ │ │ ├── Nullable.php
│ │ │ ├── Number.php
│ │ │ ├── Password.php
│ │ │ ├── PlainInput.php
│ │ │ ├── Radio.php
│ │ │ ├── RadioButton.php
│ │ │ ├── RadioCard.php
│ │ │ ├── Rate.php
│ │ │ ├── Select.php
│ │ │ ├── Slider.php
│ │ │ ├── SwitchField.php
│ │ │ ├── Table.php
│ │ │ ├── Tags.php
│ │ │ ├── Text.php
│ │ │ ├── Textarea.php
│ │ │ ├── Time.php
│ │ │ ├── TimeRange.php
│ │ │ ├── Timezone.php
│ │ │ ├── UploadField.php
│ │ │ ├── Url.php
│ │ │ ├── ValuePicker.php
│ │ │ └── Year.php
│ │ ├── Field.php
│ │ ├── Footer.php
│ │ ├── Layout/
│ │ │ ├── Column.php
│ │ │ └── Layout.php
│ │ ├── NestedForm.php
│ │ ├── Row.php
│ │ ├── Tab.php
│ │ └── Tools.php
│ ├── Form.php
│ ├── Grid/
│ │ ├── Actions/
│ │ │ ├── Delete.php
│ │ │ ├── Edit.php
│ │ │ └── Show.php
│ │ ├── Column/
│ │ │ ├── CheckFilter.php
│ │ │ ├── ExtendDisplay.php
│ │ │ ├── Filter.php
│ │ │ ├── HasHeader.php
│ │ │ ├── Help.php
│ │ │ ├── InlineEditing.php
│ │ │ ├── InputFilter.php
│ │ │ ├── RangeFilter.php
│ │ │ └── Sorter.php
│ │ ├── Column.php
│ │ ├── Concerns/
│ │ │ ├── CanDoubleClick.php
│ │ │ ├── CanExportGrid.php
│ │ │ ├── CanFixColumns.php
│ │ │ ├── CanFixHeader.php
│ │ │ ├── CanHidesColumns.php
│ │ │ ├── HasActions.php
│ │ │ ├── HasElementNames.php
│ │ │ ├── HasFilter.php
│ │ │ ├── HasFooter.php
│ │ │ ├── HasHeader.php
│ │ │ ├── HasHotKeys.php
│ │ │ ├── HasQuickCreate.php
│ │ │ ├── HasQuickSearch.php
│ │ │ ├── HasSelector.php
│ │ │ ├── HasTools.php
│ │ │ └── HasTotalRow.php
│ │ ├── Displayers/
│ │ │ ├── AbstractDisplayer.php
│ │ │ ├── Actions.php
│ │ │ ├── Badge.php
│ │ │ ├── BelongsTo.php
│ │ │ ├── BelongsToMany.php
│ │ │ ├── Button.php
│ │ │ ├── Carousel.php
│ │ │ ├── Checkbox.php
│ │ │ ├── ContextMenuActions.php
│ │ │ ├── Copyable.php
│ │ │ ├── Datetime.php
│ │ │ ├── Downloadable.php
│ │ │ ├── DropdownActions.php
│ │ │ ├── Editable.php
│ │ │ ├── Expand.php
│ │ │ ├── Image.php
│ │ │ ├── Input.php
│ │ │ ├── Label.php
│ │ │ ├── Limit.php
│ │ │ ├── Link.php
│ │ │ ├── Modal.php
│ │ │ ├── MultipleSelect.php
│ │ │ ├── Orderable.php
│ │ │ ├── Prefix.php
│ │ │ ├── ProgressBar.php
│ │ │ ├── QRCode.php
│ │ │ ├── Radio.php
│ │ │ ├── RowSelector.php
│ │ │ ├── Secret.php
│ │ │ ├── Select.php
│ │ │ ├── Suffix.php
│ │ │ ├── SwitchDisplay.php
│ │ │ ├── SwitchGroup.php
│ │ │ ├── Table.php
│ │ │ ├── Textarea.php
│ │ │ └── Upload.php
│ │ ├── Exporter.php
│ │ ├── Exporters/
│ │ │ ├── AbstractExporter.php
│ │ │ ├── CsvExporter.php
│ │ │ ├── ExcelExporter.php
│ │ │ └── ExporterInterface.php
│ │ ├── Filter/
│ │ │ ├── AbstractFilter.php
│ │ │ ├── Between.php
│ │ │ ├── Date.php
│ │ │ ├── Day.php
│ │ │ ├── EndsWith.php
│ │ │ ├── Equal.php
│ │ │ ├── Group.php
│ │ │ ├── Gt.php
│ │ │ ├── Hidden.php
│ │ │ ├── Ilike.php
│ │ │ ├── In.php
│ │ │ ├── Layout/
│ │ │ │ ├── Column.php
│ │ │ │ └── Layout.php
│ │ │ ├── Like.php
│ │ │ ├── Lt.php
│ │ │ ├── Month.php
│ │ │ ├── NotEqual.php
│ │ │ ├── NotIn.php
│ │ │ ├── Presenter/
│ │ │ │ ├── Checkbox.php
│ │ │ │ ├── DateTime.php
│ │ │ │ ├── MultipleSelect.php
│ │ │ │ ├── Presenter.php
│ │ │ │ ├── Radio.php
│ │ │ │ ├── Select.php
│ │ │ │ └── Text.php
│ │ │ ├── Scope.php
│ │ │ ├── StartsWith.php
│ │ │ ├── Where.php
│ │ │ └── Year.php
│ │ ├── Filter.php
│ │ ├── Model.php
│ │ ├── Row.php
│ │ ├── Selectable/
│ │ │ ├── BrowserBtn.php
│ │ │ ├── Checkbox.php
│ │ │ └── Radio.php
│ │ ├── Selectable.php
│ │ ├── Simple.php
│ │ ├── Tools/
│ │ │ ├── AbstractTool.php
│ │ │ ├── BatchAction.php
│ │ │ ├── BatchActions.php
│ │ │ ├── BatchDelete.php
│ │ │ ├── ColumnSelector.php
│ │ │ ├── CreateButton.php
│ │ │ ├── ExportButton.php
│ │ │ ├── FilterButton.php
│ │ │ ├── FixColumns.php
│ │ │ ├── Footer.php
│ │ │ ├── Header.php
│ │ │ ├── Paginator.php
│ │ │ ├── PerPageSelector.php
│ │ │ ├── QuickCreate.php
│ │ │ ├── QuickSearch.php
│ │ │ ├── Selector.php
│ │ │ └── TotalRow.php
│ │ └── Tools.php
│ ├── Grid.php
│ ├── Layout/
│ │ ├── Buildable.php
│ │ ├── Column.php
│ │ ├── Content.php
│ │ └── Row.php
│ ├── Middleware/
│ │ ├── Authenticate.php
│ │ ├── Bootstrap.php
│ │ ├── LogOperation.php
│ │ ├── Permission.php
│ │ ├── Pjax.php
│ │ └── Session.php
│ ├── Show/
│ │ ├── AbstractField.php
│ │ ├── Divider.php
│ │ ├── Field.php
│ │ ├── Panel.php
│ │ ├── Relation.php
│ │ └── Tools.php
│ ├── Show.php
│ ├── Traits/
│ │ ├── AdminBuilder.php
│ │ ├── DefaultDatetimeFormat.php
│ │ ├── HasAssets.php
│ │ ├── ModelTree.php
│ │ ├── Resizable.php
│ │ └── ShouldSnakeAttributes.php
│ ├── Tree/
│ │ └── Tools.php
│ ├── Tree.php
│ ├── Widgets/
│ │ ├── Alert.php
│ │ ├── Box.php
│ │ ├── Callout.php
│ │ ├── Carousel.php
│ │ ├── Collapse.php
│ │ ├── ContainsForms.php
│ │ ├── Form.php
│ │ ├── InfoBox.php
│ │ ├── MultipleSteps.php
│ │ ├── Navbar/
│ │ │ ├── Fullscreen.php
│ │ │ └── RefreshButton.php
│ │ ├── Navbar.php
│ │ ├── StepForm.php
│ │ ├── Tab.php
│ │ ├── Table.php
│ │ └── Widget.php
│ └── helpers.php
└── tests/
├── AuthTest.php
├── FileUploadTest.php
├── ImageUploadTest.php
├── IndexTest.php
├── InstallTest.php
├── LaravelTest.php
├── MenuTest.php
├── ModelTreeTest.php
├── OperationLogTest.php
├── PermissionsTest.php
├── RolesTest.php
├── TestCase.php
├── UserFormTest.php
├── UserGridTest.php
├── UserSettingTest.php
├── UsersTest.php
├── config/
│ ├── admin.php
│ └── filesystems.php
├── controllers/
│ ├── FileController.php
│ ├── ImageController.php
│ ├── MultipleImageController.php
│ └── UserController.php
├── migrations/
│ └── 2016_11_22_093148_create_test_tables.php
├── models/
│ ├── File.php
│ ├── Image.php
│ ├── MultipleImage.php
│ ├── Profile.php
│ ├── Tag.php
│ ├── Tree.php
│ └── User.php
├── routes.php
└── seeds/
├── UserTableSeeder.php
└── factory.php
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/dependabot.yml
================================================
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
================================================
FILE: .github/stale.yml
================================================
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
================================================
FILE: .gitignore
================================================
.DS_Store
phpunit.phar
/vendor
composer.phar
composer.lock
*.project
.idea/
.php_cs.cache
.vscode/
================================================
FILE: .travis.yml
================================================
language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
matrix:
fast_finish: true
allow_failures:
- php: hhvm
sudo: false
services:
- mysql
before_script:
- mysql -e 'create database if not exists laravel_admin_test;'
- travis_retry composer self-update
- travis_retry composer install --no-interaction
script:
- composer test
================================================
FILE: CHANGELOG.md
================================================
# Changelog
See https://laravel-admin.org/docs/
================================================
FILE: CONTRIBUTING.md
================================================
# Contribute
## Introduction
First, thank you for considering contributing to laravel-admin! It's people like you that make the open source community such a great community! 😊
We welcome any type of contribution, not only code. You can help with
- **QA**: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
- **Marketing**: writing blog posts, howto's, printing stickers, ...
- **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
- **Code**: take a look at the [open issues](issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
- **Money**: we welcome financial contributions in full transparency on our [open collective](https://opencollective.com/laravel-admin).
## Your First Contribution
Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github).
## Submitting code
Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it. The pull request should also contain tests.
## Code review process
The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge.
It is also always helpful to have some context for your pull request. What was the purpose? Why does it matter to you?
## Financial contributions
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/laravel-admin).
Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
## Questions
If you have any questions, create an [issue](issue) (protip: do a quick search first to see if someone else didn't ask the same question before!).
You can also reach us at hello@laravel-admin.opencollective.com.
## Credits
### Contributors
Thank you to all the people who have already contributed to laravel-admin!
### Backers
Thank you to all our backers! [[Become a backer](https://opencollective.com/laravel-admin#backer)]
### Sponsors
Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/laravel-admin#sponsor))
================================================
FILE: FUNDING.yml
================================================
# These are supported funding model platforms
open_collective: laravel-admin
custom: http://laravel-admin.org/donate
================================================
FILE: LICENSE
================================================
The MIT License (MIT)
Copyright (c) 2015 Jens Segers
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
================================================
FILE: README.md
================================================
⛵laravel-admin is administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.
Documentation | 中文文档 | Demo | Demo source code | Extensions
Inspired by SleepingOwlAdmin and rapyd-laravel.
Sponsor ------------
Requirements
------------
- PHP >= 7.0.0
- Laravel >= 5.5.0
- Fileinfo PHP Extension
Installation
------------
> This package requires PHP 7+ and Laravel 5.5, for old versions please refer to [1.4](https://laravel-admin.org/docs/v1.4/#/)
First, install laravel 5.5, and make sure that the database connection settings are correct.
```
composer require encore/laravel-admin
```
Then run these commands to publish assets and config:
```
php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"
```
After run command you can find config file in `config/admin.php`, in this file you can change the install directory,db connection or table names.
At last run following command to finish install.
```
php artisan admin:install
```
Open `http://localhost/admin/` in browser,use username `admin` and password `admin` to login.
Configurations
------------
The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.
Right to left support
------------
just go to this path `{!! old($column, $value) !!}
| {{ $dependency }} | {{ $version }} |
| {{ $env['name'] }} | {{ $env['value'] }} |
{{ $group }}
@foreach($options as $option => $label)| {{ $header }} | @endforeach@if($options['allowDelete']) | @endif |
|---|---|---|
| {!! $field->setLabelClass(['hidden'])->setWidth(12, 0)->render() !!} | @endforeach{!! $hidden !!} | @if($options['allowDelete'])
{{ trans('admin.remove') }}
|
@endif
| {{ __('Key') }} | {{ __('Value') }} | |
|---|---|---|
|
@if($errors->has($keysErrorKey))
@foreach($errors->get($keysErrorKey) as $message)
@endforeach @endif |
@if($errors->has($valsErrorKey))
@foreach($errors->get($valsErrorKey) as $message)
@endforeach @endif |
{{ __('admin.remove') }}
|
|
{{ __('admin.new') }}
|
|
@if($errors->has($itemErrorKey))
@foreach($errors->get($itemErrorKey) as $message)
@endforeach @endif |
{{ __('admin.remove') }}
|
|
{{ __('admin.new') }}
|
| {{ $title }} | @endforeach
|---|
| {{ $value }} | @endforeach
| formatHtmlAttributes() !!}>{{$column->getLabel()}}{!! $column->renderHeader() !!} | @endforeach
|---|
| getColumnAttributes($name) !!} class="column-{!! $name !!}"> {!! $row->column($name) !!} | @endforeach
| formatHtmlAttributes() !!}>{{$column->getLabel()}}{!! $column->renderHeader() !!} | @endforeach
|---|
| getColumnAttributes($name) !!} class="column-{!! $name !!}"> {!! $row->column($name) !!} | @endforeach
| formatHtmlAttributes() !!}>{{$column->getLabel()}}{!! $column->renderHeader() !!} | @endforeach
|---|
| getColumnAttributes($name) !!} class="column-{!! $name !!}"> {!! $row->column($name) !!} | @endforeach
| formatHtmlAttributes() !!}>{!! $column->getLabel() !!}{!! $column->renderHeader() !!} | @endforeach
|---|
| getColumnAttributes($name) !!}> {!! $row->column($name) !!} | @endforeach
{{ trans('admin.login') }}
{!! \Illuminate\Support\Arr::get($error->get('message'), 0) !!}
{!! \Illuminate\Support\Arr::get($message, 0) !!}
@endforeach{!! \Illuminate\Support\Arr::get($success->get('message'), 0) !!}
{!! \Illuminate\Support\Arr::get($info->get('message'), 0) !!}
{!! \Illuminate\Support\Arr::get($warning->get('message'), 0) !!}
{!! $error->first('message') !!}
{!! nl2br($error->first('trace')) !!}
| {{ $header }} | @endforeach
|---|
| {!! $item !!} | @endforeach