Skip to content

xgenem/sb-admin-laravel

 
 

Repository files navigation

SB Admin in Laravel 5.7

This project is a part of the famous Free Admin Bootstrap Theme SB Admin v2.0 to Laravel Theme.

Find out more Free Laravel Themes at StartLaravel.com..

Installation

  1. Clone this project or Download that ZIP file
  2. On your terminal/command prompt do the following commands.

$ cd <project-directory> Navigate to the project directory

$ cp .env.example .env

$ composer install Install required packages

$ npm install Install additional depencies

$ npm run watch Optional

$ php artisan cache:clear Optional

$ php artisan key:generate Generate key since this is a cloned project

$ php artisan serve

  1. Open http://localhost:8000 in your browser

About

Starter template / theme for Laravel 5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Blade 66.2%
  • PHP 33.5%
  • Other 0.3%