An open API service indexing awesome lists of open source software.

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.

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).