Skip to content

Commit

Permalink
implemented sweet alert on admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Aug 15, 2018
1 parent 30a9bb6 commit 97764cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion avored.admin.webpack.mix.js
Expand Up @@ -15,6 +15,6 @@ mix.config.fileLoaderDirs.fonts = 'vendor/avored-admin/fonts';
mix.config.fileLoaderDirs.images = 'vendor/avored-admin/images';


//mix.js('packages/framework/resources/assets/js/app.js', 'public/vendor/avored-admin/js');
mix.js('vendor/avored/framework/resources/assets/js/app.js', 'public/vendor/avored-admin/js');
mix.sass('vendor/avored/framework/resources/assets/sass/app.scss', 'public/vendor/avored-admin/css');

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -34,7 +34,8 @@
"bulma": "^0.7.1"
},
"dependencies": {
"opencollective": "^1.0.3"
"opencollective": "^1.0.3",
"sweetalert": "^2.1.0"
},
"collective": {
"type": "opencollective",
Expand Down

3 comments on commit 97764cf

@ghermans
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@indpurvesh i think you forgot to add it to the view , your commit only contains the dependency.

@indpurvesh
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghermansI have fixed the bug.

Actually, I was passing a Logged in user into show.blade.php

@indpurvesh
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screen shot 2018-08-16 at 12 23 18 pm

Please sign in to comment.