A web app to manage employee record in an organization, organizations can open a workspace on this platofrm and potential employess can sign up to the workspace by filling in the necessary credentials, Real time chat with other employess within your organization.
clone the Repository
git clone https://github.com/Akoh1/employee-system.gitSwitch to the repo folder
cd employee-systemInstall all the dependencies using composer
composer installCopy the example env file and make the required configuration changes in the .env file
cp .env.example .envGenerate a new application key
php artisan key:generateRun the database migrations (Set the database connection in config/database.php before migrating)
php artisan migrateStart the local development server
php artisan servePull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.