Skip to main content

Posts

Showing posts from July, 2020

Laravel and Angular Authentication with JWT

Before start this   Angular laravel  authentication project  let us give you some  information about project  in this  blog we are going to learn   angular  as a frontend working and  laravel as a   backend   and developers  who are going to read this just have a little knowledge of larvel and javascipt components    At the end of   Blog  there is a link where you can get the complete project repository  on  Github  Laravel+Angular step by step instructions ///////////////// 1st /////////////////////////  First install node.js and @angular/cli/9  Create a new folder in htdocs => Larave+Angular inside that folder  create new angular project i.e ng new frontend  create new laravel project i.e composer ... backend  LIKE    Larave+Angular                  ->frontend...