#Creating Restful APIs using Laravel ~5.3
- PHP 7
- Redis
- Laravel 5.* (directory structore is 5.3)
- add User (just email, password, added_on)
- Signin & Fetch User info
- Attempts Check
- Password encryption (to play around ive created mine enc method, but you should use laravel's own encryption instead)
- Fields validation
- config\app.php
- routes\api.php
- app\Http\Helpers*
- app\Http\Controller\api_\userCOntroller.php