8000 GitHub - jakubsacha/adminlte at 1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jakubsacha/adminlte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

http://www.zimagez.com/zimage/przechwycenieobrazuekranu-03052014-224612.php

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 --prefer-dist
Update your composer.json require file with:
"jakubsacha/adminlte": "dev-master"
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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0