An open API service indexing awesome lists of open source software.

https://github.com/ntamvl/laravel5-auth-template

Laravel 5.1 Auth Template
https://github.com/ntamvl/laravel5-auth-template

Last synced: about 2 months ago
JSON representation

Laravel 5.1 Auth Template

Awesome Lists containing this project

README

        

# Laravel 5.1 Auth Template

Copy views folder to views Laravel App

```
app/resources/views
```

Add route code to file

```
app\Http\routes.php
```

With code:
```
Route::controllers([
'auth' => 'Auth\AuthController',
'password' => 'Auth\PasswordController',
]);
```