https://github.com/sbthdr/winterlte
Admin Boilerplate SPA using Laravel and Vue.
https://github.com/sbthdr/winterlte
bootstrap jquery laravel php vue
Last synced: 3 months ago
JSON representation
Admin Boilerplate SPA using Laravel and Vue.
- Host: GitHub
- URL: https://github.com/sbthdr/winterlte
- Owner: SBTHDR
- Created: 2020-08-24T19:37:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T15:58:37.000Z (over 5 years ago)
- Last Synced: 2025-01-06T20:30:00.831Z (over 1 year ago)
- Topics: bootstrap, jquery, laravel, php, vue
- Language: PHP
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinterLte Crud Starter SPA
## About Repository
Winter LTE is a simple admin boilerplate SPA. This Curd Starter template is built with Laravel + Vue + AdminLTE 3
## Tech
- Laravel 7
- Vue 2 + VueRouter + sweetalert2
- Admin LTE 3 + Bootstrap 4 + Font Awesome 5
- Laravel Passport
## Features
- Modal based CRUD, Pagination, Sweetalert
- Login, Register, Forget and Reset Password using default auth
- Product Management
- User Management
## Installation
- `git clone https://github.com/SBTHDR/winterlte.git`
- `cd winterlte/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `php artisan db:seed`
- `php artisan passport:install`
- `npm install`
- `npm run dev`
- `php artisan serve`
## License
[MIT license](https://opensource.org/licenses/MIT).