Here you can see AdminLTE theme preview: http://almsaeedstudio.com/preview/
composer create-project laravel/laravel project_name
"jakubsacha/adminlte": "dev-master"
and change minimum stability from stable to:
"minimum-stability": "dev"
In app/config/database.php
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)
php artisan syntara:install
php artisan create:user user email password Admin
php artisan asset:publish