Basically, project to manage companies and their employees.
# environment
$ php artisan about --only=environment
Laravel Version 11.23.5
PHP Version 8.3.11
Composer Version 2.7.9
Timezone UTC
Locale en
# web server
$ nginx -V
nginx version: nginx/1.24.0
# mysql
$ mysql -V
mysql Ver 8.0.25 for Linux on x86_64 (MySQL Community Server - GPL)Before getting started, ensure that you have the following prerequisites installed on your system if you want start-up with Docker:
- Docker: Installation Guide
- Docker Compose: Installation Guide
Clone this repository to your local machine.
$ git clone https://github.com/zalkarz/test-skills.gitNavigate to the cloned repository
$ cd ~/test-skillsStart-up Docker containers
$ make initThis command will build the necessary images and run the containers in the background.
Stop Docker containers
$ make stop