remove ui scaffolding

This commit is contained in:
Taylor Otwell
2019-06-27 19:57:39 -05:00
parent 61a0829f43
commit fc39b073f3
8 changed files with 2 additions and 108 deletions

View File

@@ -1,18 +1,5 @@
window._ = require('lodash');
/**
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
* for JavaScript based Bootstrap features such as modals and tabs. This
* code may be modified to fit the specific needs of your application.
*/
try {
window.Popper = require('popper.js').default;
window.$ = window.jQuery = require('jquery');
require('bootstrap');
} catch (e) {}
/**
* We'll load the axios HTTP library which allows us to easily issue requests
* to our Laravel back-end. This library automatically handles sending the