Laravel AdminLTE Starter
An simple starter admin dashboard with Laravel and AdminLTE.
Report Bug
·
Request Feature
Table of Contents
About The Project
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.
Built With
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
npm run dev
to compile assetsphp artisan key:generate
php artisan storage:link
php artisan migrate:fresh
php artisan db:seed
php artisan serve
or just using laravel-valet
Authentication
- URL
http://localhost:8000/login
or configurated URL. - Admin:
- Email:
superadmin@example.com
- Password:
password
- Email:
Debug
- Different PHP version. If failed to running (serve) the project try running
composer update
before runningphp artisan serve
. - 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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Raja Azian - @iniezzy - rajaazian08@gmail.com
Project Link: https://github.com/aziyan99/laravel-adminlte-starter