Laravel Api Admin Boilerplate

screenshot of Laravel Api Admin Boilerplate
vue

This is a simple boiler plate for laravel(5.5) API with Admin LTE theme.

Overview

The Laravel API (with admin panel) boilerplate is a simple starter template for building an API with Laravel 5.5. It includes an admin panel built with the Admin LTE theme and utilizes an API access token with BCrypt encryption. The template provides a basic setup for creating a Laravel API with user authentication and an admin module.

Features

  • API access token encapsulated with BCrypt encryption
  • Integration of the Admin LTE theme for the admin module
  • User authentication with required fields such as name, email, password, and is_admin

Summary

The Laravel API (with admin panel) boilerplate is a ready-to-use template for building an API with Laravel 5.5. It includes features such as API access token encryption, an admin module using the Admin LTE theme, and user authentication. By following the installation guide, users can quickly set up the boilerplate and start developing their API.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.