Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

cham11ng/sbadmin-laravel

Repository files navigation

SB Admin for Laravel 5.6

This project is based on SB Admin Bootstrap Theme. Every structure of SB Admin design is divided into components and slots.

Requirements

This admin template uses the Laravel framework. Currently, Laravel 5.6 is being used.

If you are getting any error, it is most probably due to unfulfilled requirements of the framework itself.

Tools

Getting Started

$ git clone git@github.com:cham11ng/sbadmin-laravel.git <application-name>

$ cd <application-name>

$ composer install --prefer-dist -vvv # Might take a while to complete

$ cp .env.example .env # Update database credentials

$ php artisan key:generate

$ php artisan serve

Using laravel-mix

$ yarn production # For production

$ yarn watch or yarn dev # For development

Open the browser and go to http://localhost:8000

References

Contributors

cham11ng | 2017-18