jorgehernandezch/Laravel-8-All ↗
Created Apr 22, 2022 · View the jorgehernandezch/Laravel-8-All repository page
Laravel 8 con template AdminLTE 3, Sistema de Roles y Permisos con Spatie, API con JWT Token y Docker Sail.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
296
From
Mar 24, 2021
To
Feb 4, 2022
About jorgehernandezch/Laravel-8-All
Laravel 8 All is a complete Laravel 8 project template that combines the AdminLTE 3 dashboard interface with a comprehensive authentication and permissions system. It includes role-based access control using the Spatie Laravel Permissions package, JWT token-based API authentication, email verification capabilities, and email sending functionality. The project is containerized with Docker Sail for simplified development environment setup.
The repository provides a fully functional starting point for developers building Laravel applications that require user management with granular permissions. It comes pre-configured with migrations and seeders, including a default root user account for immediate testing. The API is accessible via JWT token authentication, allowing clients to authenticate at dedicated endpoints and work with user data securely.
The project requires PHP 7.4, MySQL, Composer, and Node.js for local development. Setup involves cloning the repository, installing PHP and JavaScript dependencies via Composer and npm, configuring environment variables, running migrations, and launching the development server. This template targets developers familiar with Laravel who need a production-ready foundation with admin dashboard, user roles and permissions, and API authentication already implemented.