Closed Sogl closed 9 years ago
Which version of Laravel are you using?
Did you added routes as proposed in section "Laravel 5.1 notes" of README file https://github.com/acacha/adminlte-laravel/blob/master/README.md ?
Or you can try new version 1.0 . Now README file is updated for this version
Which version of Laravel are you using?
5.1
Did you added routes as proposed in section "Laravel 5.1 notes" of README file
Yep.
Or you can try new version 1.0 . Now README file is updated for this version
How to update from previous version? with composer update
?
Change version in composer.json to 1.0 and then run composer update. Then there's no need of routes in routes.php
Thx! It works now.
But my routes.php
file not changed:
<?php
Route::get('/', function () {
return view('welcome');
});
Where I can find new routes?
Also some icons missing: Screen from template preview:
Now if I go to my http://adminlte.lar/
then see standard Laravel 5 welcome page. How to route it to http://adminlte.lar/home
by default? Also sign out
button move to root http://adminlte.lar/
.
And what about multilanguage support?
I added two issues for your requests. I close this one:
Hi!
Sorry, I'm new in Laravel... I already did these steps (using vagrant):
laravel new laravel.app
composer require "acacha/admin-lte-template-laravel:0.*"
php artisan vendor:publish --force --provider="Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider"
/home/vagrant/Code/
folder mapped toC:\projects\Laravels\
. This app lines:http://laravel.app
and see messageLaravel 5 with AdminLTE
.But what next? How to see AdminLTE login form? I tried to add routes in
routes.php
, but urlhttp://laravel.app/home
give me error: