jdicdican / knowlaravel

Laravel project for experiments (The Blog/Article Project)
0 stars 0 forks source link

Feature/authentication module #12

Closed silverhero13 closed 6 years ago

silverhero13 commented 6 years ago

Implemented the authentication module using Laravel Authentication. Used php artisan make:auth for scaffolding.

Removed the old, raw authentication.

Related to Issue #3 and PR #11 .