Skip to content

d35k/laravel-bootstrap-admin-template

Repository files navigation

Laravel And Bootstrap 4 Admin Panel Template

Screenshot of application

The special thanks goes to StartBootstrap SB Admin 2

Download

First of all, you can clone the repository using ssh,

git clone [email protected]:d35k/laravel-bootstrap-admin-blank.git

or using https,

git clone https://github.com/d35k/laravel-bootstrap-admin-blank.git

After that, type composer install command into you terminal for installing vendor requirements, and start to create your amazing projects, just type npm install and npm run dev commands for compile your amazing codes.

Writing your own SASS and JS

All you have to do is writing your code into non-compiled files. You can find the files in Resources/js and Resources/sass folder. Your admin panel SCSS files located in resources/sass/admin and JS files are located in resources/js/admin.

After compiling the whole code with npm run dev, all of your codes goes into public/panel directory.

Happy Coding!

About

Laravel Bootstrap Admin Theme based on SB Admin 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published