-
Hi,
How to redirect to login page?
I was trying with this code in my routes.php file, but not working (Pratt Landing page showing).
```
`
Route::get('/', function () {
return view('auth.login'…
-
Is there any way I can adapt this package to work on my Metronic Admin Theme, it would help me so much.
-
As far as I known Xdebug is installed at previous versions of Laravel Homestead. I don't know if this is a bug or anything else because I haven't found any docs about this.
For whom it may concern I …
-
I didn't know if I should ask 2 questions or just combine them, so I am combining them.
Here is sample code: http://jsfiddle.net/djlerman/xz95ps9b/1/
1) When I add with loadBranch the node is initi…
-
```
php artisan migrate
**************************************
* Application In Production! *
**************************************
```
-
Hello,
Maybe I'm wrong but in my opinion it seems more logical:
- Default layout have two links to same place (/). As I proposed in https://github.com/laravel/framework/pull/11579 it seems better to …
-
Hi,
First of all, thanks for the great work you put together!
I did a basic install for Laravel 5.2 as described.
The php file home.blade.php is NOT showing it's content.
From app.blade.php I see: …
-
Hello,
Just tried to spin up a new project with adminlte-laravel and the latest Laravel 5.2.
Seems like there might be some problems with the way that this package registers its routes as with the 5…
-
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.*"`
- Added to config.php:
```
// Adm…
-
I am learning a lot in laravel using these tutorials, I cant say am guru enough but I do know am headed there. why did I make this issue? I figured learning laravel is easier when you use a template o…