jeeteshnariya / pro_manager_api

project management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export PATH=${PATH}:/usr/local/mysql/bin
export PATH=${PATH}:/usr/local/mysql

#mysql_path

21-06-21

1./database/factories/UserFactory.php change password value https://laravel.com/docs/8.x/hashing lib use lib when login function run

  1. add profiles function in User Model - using hasone relation ship (in profile table user_id field must be present )
  2. retrive data all user data with profile table in json response using User::with('profile)-> method

About

project management system


Languages

Language:PHP 84.8%Language:Blade 14.1%Language:Shell 0.6%Language:JavaScript 0.5%