- Laravel v9.x
- TALL Stack
- Employee Management
# Clone the repo
git clone https://github.com/devboyarif/employee-management-system.git
# Install composer dependency
composer install
# Install node modules
npm install / yarn
# Copy environment file
cp .env.example .env
# Set the Application key
php artisan key:generate
# setup the database credentials and migrate database with seeders
php artisan migrate --seed
Start the development server on http://localhost:8000
php artisan serve
npm run dev / yarn dev
- Admin URL - http://localhost:8000/admin
- Email - developer@mail.com
- Password - password