I would like to use this library for alerts in my app built with Laravel 5.2 version. I have installed it and created a component like this: <script> import Simplert from 'vue2-simplert' export default { data () { return {...
Hi i m trying to make To do list application with laravel and ajax the probleme is if i tr to add,edit, delete a Task i get a Failed to load resource: the server responded with a status of 500 But when i click on the link with the error the returne...
How can I use a interceptor in vue.js? So before every request/response it should first go to the interceptor. I already searched a lot but can't find a good documentation about that. I would like to use JWTAuth like this: (function (define) {...
Is there a package where can I save my work using file manager in TinyMCE? I watch several videos but they only have a tutorial on image upload. I cannot find any package that I can my work in any format available like pdf etc. I read the documentati...
I am using react with redux and axios for async actions. And laravel 5.2 api for backend. React is in actual domain and api is in subdomain. When I try to call async get request to the api I am getting 200 Ok from network but getting error on console...
I am using laravel 5.2, and implementing real time notification when a task is completed. I have one event and one listeners. My end goal is to show a javascript alert on the page when the event gets pushed. App\Events\User\App\Trigger\MarkTopicComp...
I want to use mailgun email validation API in my form but its not giving any kind of status. I am implementing in laravel 5.2 project. form: http://laravel.io/bin/42YyX...
Well, I am able to display the images properly but it is still giving me javascript errors in console for no reason. Here is my code: Fetching categories: fetchCategory: function(){ this.$http.get('get_category').then(function(...
I have a time in mins for each one user in his profile, the user should automatically be logged out after that time. Example: User 1: Auto logout time => 60 Mins User 2: Auto logout time => 120 Mins User 3: Auto logout time => 150 Mins...
I'm working on a Laravel project and I have a "bug" when I attempt to delete a city from the database. When I press the Delete button, the first thing what needs to happen is opening a modal where I need to confirm the delete or cancel...
©2020 All rights reserved.