Skip to content

oiramalli/sb-admin-laravel-5

 
 

Repository files navigation

A fork from SB Admin v2.0 rewritten in Laravel 5.5

This project is a fork from the famous Free Admin Bootstrap Theme SB Admin v2.0 to Laravel Theme. Reutilized as a school project.

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

Installation

  1. Clone this project or Download that ZIP file
  2. Make sure you have bower and npm installed globally
  3. On the command prompt run the following commands
  • cd project-directory
  • Check the Laravel Installation page to configure your local installation (e.g. environment variables, directory permissions, etc.)
  • composer install
  • npm install
  • bower install
  • npm run watch
  • php artisan cache:clear
  • cp .env.example .env
  • php artisan key:generate
  • chmod -R 777 storage/
  • php artisan serve & open [http://localhost:8000] in your browser

About

Starter template / theme for Laravel 5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 62.6%
  • PHP 37.3%
  • CSS 0.1%