Kollox.com Affordable Web Design Services: Beneficial For Startups
For the past few years, there has been a global economic crisis, leading to an increase in prices for many types of goods and services. One of these is web design services, which cost far more than what it did before the crisis. Our Kollox.com…
Laravel 5 – How to add Flash messages
Today we are going to add flash messages to both our login and logout pages.
Here is what you need to do:
1 - Create a "Partials" folder in your views folder. In the partials folder create 2 files:
"errors.blade.php" and add this code…
Vue Js – How to setup roles in your application
If you have Vue.js and Vuex installed, you should see a router.js file in the main folder.
Open it and add this code in it(Modify the routes as required of course):
const router = new Router({
mode: 'history',
routes: [
//ADMIN
{
path:…