Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 8494bf1b authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

docs: minor `README` update

parent 82afde96
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ A CAS bundle for Laravel.
```php
'providers' => [
...
EcPhp\LaravelCas\Providers\AppServiceProvider::class,
],
```
......@@ -21,7 +20,6 @@ A CAS bundle for Laravel.
```php
'guards' => [
...
'laravel-cas' => [
'driver' => 'laravel-cas',
'provider' => 'laravel-cas',
......@@ -29,7 +27,6 @@ A CAS bundle for Laravel.
],
'providers' => [
...
'laravel-cas' => [
'driver' => 'laravel-cas',
],
......@@ -41,7 +38,6 @@ A CAS bundle for Laravel.
```php
protected $middlewareGroups = [
'web' => [
...
\EcPhp\LaravelCas\Middleware\CasAuthenticator::class
],
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment