This is laravel based admin interface via AdminLte with Employees and Positions items
How to install on Ubuntu, follow the next steps:
-
cd abz-task
-
./vendor/bin/sail build --no-cache
-
./vendor/bin/sail up -d
-
./vendor/bin/sail shell
-
composer install
-
php artisan migrate --seed
(!!! this item needs long time, in my case it took 15 mins!!!)
-
php artisan storage:link
-
npm install
-
npm run build
visit http://localhost
make the registration on site and test the admin part