Laradmin is a Admin Dashboard Template that can help you develop faster. We bring SB Admin 2 with Laravel starter project. It's completely free and you can use it in your projects.
If you want to check the original template in StartBootstrap, click here to open template repository.
- PHP 8
- Composer
- MySQL
- Laravel 9
- Admin Midleware
- Web Login / Logout
- API Login / Logout
-
Clone this project
git clone https://github.com/gonexwind/laradmin cd laradmin
-
Install dependencies
composer install composer fund
-
Set up Laravel configurations
cp .env.example .env php artisan key:generate
-
Set your database in .env
-
Migrate database
php artisan migrate --seed
-
Serve the application
php artisan serve
-
Login credentials
Username: admin
Password: password
Feel free to contribute and make a pull request.