https://github.com/sinan-aydogan/tailadmin-hr
https://github.com/sinan-aydogan/tailadmin-hr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinan-aydogan/tailadmin-hr
- Owner: sinan-aydogan
- Created: 2024-07-21T10:42:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-21T14:02:10.000Z (about 1 year ago)
- Last Synced: 2025-01-10T08:28:32.019Z (9 months ago)
- Language: PHP
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TailAdmin HR Sponsors
We would like to extend our thanks to the following sponsors for funding TailAdmin HR development. If you are interested in becoming a sponsor, please visit the [Buy me a coffee](https://buymeacoffee.com/sinanaydogan).
## Demo
- Demo Panel: [https://hr.tailadmin.dev](https://hr.tailadmin.dev)
- Username: `admin@tailadmin.dev`
- Password: `tailadmin`## Installation
- Clone the repository with `git clone https://github.com/sinan-aydogan/tailadmin-hr.git`
- Copy `.env.example` to `.env` and configure your environment
- Run `composer install`
- Run `php artisan key:generate`
- Run `php artisan migrate --seed`
- Run `php artisan storage:link`
- Run `php artisan serve`
- Visit `http://localhost:8000` in your browser
- Login with the following credentials:
- Username: `admin@tailadmin.dev`
- Password: `tailadmin`
- You can change the password from the profile settings.
- You can also create a new user from the user management panel.
- Enjoy!## Security Vulnerabilities
If you discover a security vulnerability within TailAdmin HR, please send an e-mail to Sinan AYDOĞAN via [sinan.aydogan@tailadmin.dev](mailto:sinan.aydogan@tailadmin.dev). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).