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

Commit

Permalink
Add readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
cham11ng committed Apr 26, 2017
1 parent 9c32b53 commit 50557b8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# SB Admin modified for Laravel 5.4

> By: Sagar Chamling
This project is a modification of Free Admin Bootstrap Theme SB Admin to Laravel 5.4 Theme.

## Installation

1. `git clone` this repository and `cd` inside the project root, then enter the following commands
2. Make sure you have installed npm and yarn globally
3. On the command prompt run the following commands
- cd `directory`
- `composer install --prefer-dist -vvv` (might take a while to complete)
- `cp .env.example .env`
- `php artisan key:generate`
- `php artisan serve`
- Open the browser and go to `http://localhost:8000`

### Requirements

This software uses the [Laravel](https://laravel.com/ "Laravel") framework.

Currently, [Laravel 5.4](https://laravel.com/docs/5.4 "Laravel 5.4") is being used.

If you are getting any error, it is most probably due to
unfulfilled [requirements](https://laravel.com/docs/5.4#server-requirements "Server Requirements")
of the framework itself.

#### Tools
- [Node.js and NPM](https://docs.npmjs.com/getting-started/installing-node)
- [Yarn](https://yarnpkg.com/en/docs/install)

### References

- https://github.com/start-laravel/sb-admin-laravel-5

0 comments on commit 50557b8

Please # to comment.