This is a simple boiler plate for laravel(5.5) API with Admin LTE theme.
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.
To start using the Laravel API (with admin panel) boilerplate, follow these steps:
git clone [repository-url] [folder-name].env.example file to .env.env file by creating a new database and specifying the database namephp artisan migrate to create the necessary tables (users and application)php artisan db:seed to populate the tables with a client entry in the application table and two users entries in the users table (one admin and one normal user).env file if neededphp artisan serveThe 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.