Skip to content

aziyan99/laravel-adminlte-starter

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Starter

An simple admin dashboard starter with Laravel and AdminLTE.
Report Bug · Request Feature

About The Project

Product Name Screen Shot

This is a starter admin dashboard project built on top of Laravel and AdminLTE. The starter including Access Control Level based on permissions and roles.

Built With

Getting Started

To make the starter run on your machine just following below instructions.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Clone the respository
      git clone https://github.com/aziyan99/laravel-adminlte-starter
  • Compatible PHP version and configs for running Laravel 11.x
  • MySQL or MariaDB database
  • Configure .env file

Installation

  1. npm run build to build the assets
  2. php artisan key:generate
  3. php artisan migrate:fresh
  4. php artisan db:seed
  5. php artisan serve or another web server that able to run PHP based website

Authentication

  • URL http://<domain-local>/login or configurated URL.
  • Admin:

License

Distributed under the MIT License. See LICENSE.txt for more information.