This repository was archived by the owner on Feb 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # SB Admin modified for Laravel 5.4
2+
3+ > By: Sagar Chamling
4+
5+ This project is a modification of Free Admin Bootstrap Theme SB Admin to Laravel 5.4 Theme.
6+
7+ ## Installation
8+
9+ 1 . ` git clone ` this repository and ` cd ` inside the project root, then enter the following commands
10+ 2 . Make sure you have installed npm and yarn globally
11+ 3 . On the command prompt run the following commands
12+ - cd `directory`
13+ - `composer install --prefer-dist -vvv` (might take a while to complete)
14+ - `cp .env.example .env`
15+ - `php artisan key:generate`
16+ - `php artisan serve`
17+ - Open the browser and go to `http://localhost:8000`
18+
19+ ### Requirements
20+
21+ This software uses the [ Laravel] ( https://laravel.com/ " Laravel ") framework.
22+
23+ Currently, [ Laravel 5.4] ( https://laravel.com/docs/5.4 " Laravel 5.4 ") is being used.
24+
25+ If you are getting any error, it is most probably due to
26+ unfulfilled [ requirements] ( https://laravel.com/docs/5.4#server-requirements " Server Requirements ")
27+ of the framework itself.
28+
29+ #### Tools
30+ - [ Node.js and NPM] ( https://docs.npmjs.com/getting-started/installing-node )
31+ - [ Yarn] ( https://yarnpkg.com/en/docs/install )
32+
33+ ### References
34+
35+ - https://github.com/start-laravel/sb-admin-laravel-5
You can’t perform that action at this time.
0 commit comments