Skip to content

Commit 1f19ca7

Browse files
committed
remove passport vue integration and added core table functionalities
1 parent 9153e96 commit 1f19ca7

File tree

24 files changed

+4
-1464
lines changed

24 files changed

+4
-1464
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Quality Score](https://img.shields.io/scrutinizer/g/Codexshaper/laravel-database-manager.svg?style=flat-square)](https://scrutinizer-ci.com/g/Codexshaper/laravel-database-manager)
44

55
# Description
6-
Make your database simple and easyer
6+
Make your database simple and easier.
77

88
[Documentation](https://codexshaper.github.io/docs/laravel-database-manager/)
99

publishable/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/js/app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ import _ from 'lodash'
1616
import Multiselect from 'vue-multiselect';
1717
Vue.component('multiselect', Multiselect);
1818

19-
// import hljs from 'highlight.js/lib/highlight';
20-
// import php from 'highlight.js/lib/languages/php';
21-
// hljs.registerLanguage('php', php);
22-
2319
import 'v-markdown-editor/dist/index.css';
2420

2521
import Editor from 'v-markdown-editor'
@@ -44,7 +40,6 @@ Vue.use(VueProgressBar, {
4440
})
4541
// Root Component
4642
Vue.component('database-app', require('./views/App.vue').default);
47-
Vue.component('database-api', require('./views/Api.vue').default);
4843
Vue.component('pagination', require('laravel-vue-pagination'));
4944
// Mixins
5045
import mixin from './mixin.js'

resources/assets/js/components/passport/AuthorizedClients.vue

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)