aziyan99 / laravel-adminlte-starter

An starter adminlte dashboard with laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Laravel AdminLTE Starter

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

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Product Name Screen Shot

This is a starter project built on top of Laravel 8.x and AdminLTE. The starter including Role and Permisson from spatie-permission and laravolt for default avatar generator.

(back to top)

Built With

(back to top)

Getting Started

To make the starter run on your dev server 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
  • PHP 8.0 or above
  • MySQL or MariaDB database
  • Configure .env file

Installation

  1. npm run dev to compile assets
  2. php artisan key:generate
  3. php artisan storage:link
  4. php artisan migrate:fresh
  5. php artisan db:seed
  6. php artisan serve or just using laravel-valet

Authentication

  • URL http://localhost:8000/login or configurated URL.
  • Admin:
    • Email: superadmin@example.com
    • Password: password

(back to top)

Debug

  1. Different PHP version. If failed to running (serve) the project try running composer update before running php artisan serve.
  2. Branch php74 contain composer config that running on php7.4.x

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

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

(back to top)

Contact

Raja Azian - @iniezzy - rajaazian08@gmail.com

Project Link: https://github.com/aziyan99/laravel-adminlte-starter

(back to top)

Acknowledgments

(back to top)

About

An starter adminlte dashboard with laravel

License:MIT License


Languages

Language:CSS 87.8%Language:PHP 5.3%Language:JavaScript 4.9%Language:Blade 2.0%