joginder89 / adminlte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Here you can see AdminLTE theme preview: http://almsaeedstudio.com/preview/

Installation

Install new Laravel4 project using composer:
composer create-project laravel/laravel project_name 
Update your composer.json require file with:
"jakubsacha/adminlte": "dev-master"

and change minimum stability from stable to:

"minimum-stability": "dev"
Hit composer update
Configure your database

In app/config/database.php

Add ServiceProviders

You have to add

'Cartalyst\Sentry\SentryServiceProvider',
'Mrjuliuss\Syntara\SyntaraServiceProvider',
"Jakubsacha\Adminlte\AdminlteServiceProvider"

into app/config/app.php service providers array and

'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry'

into aliases (on the bottom)

Install Syntara
php artisan syntara:install
php artisan create:user user email password Admin
Publish assets
php artisan asset:publish
Done!

Now visit the

yourdomainname.com/dashboard/login

LICENCE

MIT

About


Languages

Language:JavaScript 74.7%Language:CSS 22.2%Language:PHP 3.1%