Harish Kumar @harishkumar
Activities
Take a look at this line:
server_name phpmyadmin.wpflori;
Your phpmyadmin is accessible at this domain phpmyadmin.wpflori
.
The error is in the /etc/nginx/conf.d/phpmyadmin.conf
file at line number 23. I think that is include snippets/fastcgi-php.conf;
. Remove this line and try again.
It is going to take time to review the GitHub repository you have shared. I will see this in my free time.
First you must learn about Laravel Echo. And you should also watch videos in this playlist: https://www.youtube.com/playlist?list=PL1TrjkMQ8UbWfFUCimQ50CdrR_J7QvEFW
From this (...)
I guess, you are getting this error in crontab. Follow this steps to fix this:
Step 1:
find the location of mysqldump
bin file. You can find it by executing following command (...)
Open terminal -> Edit -> Preferences
and in line "Custom command" write /usr/bin/bash
Hopefully, it will solve this issue.
Vuex Tutorial: Learn State management in Vue.js using Vuex

You can use bootstrap-vue/bootstrap-vue package in your Vue project.
If you don't want to use (...)
What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example?

How To Install NVM (Node Version Manager) on Ubuntu System?
