Skip to content

kimvincent09/laravel-sb-admin-2

 
 

Repository files navigation

Laravel SB Admin 2

SB Admin 2 for Laravel.

Laravel Version Branch
7.0 master
6.0 v6.0
5.8 v5.8

Requirements

  • PHP >= 7.2.5
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installation

  • Clone the repo and cd into it
  • Run composer install
  • Rename or copy .env.example file to .env
  • Run php artisan key:generate
  • Set your database credentials in your .env file

Note

Recommend to install this preset on a project that you are starting from scratch, otherwise your project's design might break.

Credits

Laravel SB Admin 2 uses some open-source third-party libraries/packages, many thanks to the web community.

  • Laravel - Open source framework.
  • LaravelEasyNav - Making managing navigation in Laravel easy.
  • SB Admin 2 - Thanks to Start Bootstrap.

Preview

login


register


dashboard


profile


logout

License

Licensed under the MIT license.

About

Laravel 5.8 - 6 - 7 + SB Admin 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.7%
  • HTML 41.9%
  • Vue 0.4%