gufransoftengg / Classimax-Directory-Laravel-Vue

Simple adminpanel example on Vue+Laravel. Generated with our QuickAdminPanel

Home Page:https://vue.quickadminpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Vue.js+Laravel adminpanel to manage directory of companies and their categories/cities. It is a Vue version of the project that we had done before in Laravel-only way: directory based on Classimax Bootstrap theme.

It is a demo project for demonstrating what can be generated with Vue.js QuickAdminPanel tool.

Vue Classimax screenshot 01

Vue Classimax screenshot 02

How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • Run php artisan passport:install (for API authentication)
  • Run npm install
  • Run npm run dev
  • That's it: launch the main URL and login with default credentials admin@admin.com - password

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team

About

Simple adminpanel example on Vue+Laravel. Generated with our QuickAdminPanel

https://vue.quickadminpanel.com


Languages

Language:HTML 88.4%Language:PHP 6.6%Language:Vue 5.0%