Laravel 9.x Vue.js SPA Bootstrap Admin Starter Kit

Introduction
Laravel is the most popular PHP framework since since its inception. Vue.js is new but its gaining lots of attention from all over the world since last 2 ye...
Fri, 25 Mar, 2022 at 12:42 PM
Features
Components are very important in Vue.js. The script provides you 6 components which you can use in your application and can easily reduce your development t...
Mon, 11 Mar, 2019 at 8:14 PM
Pre Requisites
Read this article carefully before installing this application. If you miss this article, you might not get the application working. You must have compo...
Fri, 25 Mar, 2022 at 12:42 PM
Installation
Always make sure that you are accessing the application with root domain (http://example.com), sub domain (http://subdomain.example.com) or virtual host (ht...
Fri, 25 Mar, 2022 at 12:43 PM
Structure
The script follows conventional Laravel+Vue.js folder structure. The folders & files are grouped and placed in desired location. Here is the folder stru...
Tue, 30 Mar, 2021 at 3:27 PM
Compiling Assets
You might be familiar with npm run command which performs a series of tasks define in package.json file. Package.json file is available in the root of the s...
Mon, 11 Mar, 2019 at 8:14 PM
Configuration - First thing First!
If you are able to get login page when you access the script from your browser, it means you have successfully installed the application. Now its time to co...
Wed, 2 May, 2018 at 4:59 PM
Social Login
The script comes with Laravel Socialite package which provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, Linke...
Wed, 2 May, 2018 at 5:09 PM