Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

A modern Employee Management System built with Laravel 13, Vue 3, Inertia.js, TypeScript, and Tailwind CSS. This project serves as a learning and portfolio application that demonstrates modern Laravel development practices, including authentication, role-based authorization, employee CRUD operations, pagination, validation, flash messages, and a responsive user interface.

Requirements

  • PHP 8.5+
  • Composer
  • Node.js & npm
  • MySQL (or another supported database)

Installation

Clone the repository:

git clone https://github.com/mi-prakash/employee-management.git

Navigate to the project directory:

cd <repository-name>

Install PHP dependencies:

composer install

Install JavaScript dependencies:

npm install

Copy the environment file:

cp .env.example .env

Generate the application key:

php artisan key:generate

Configure your database credentials in the .env file, then run the migrations and seeders:

php artisan migrate --seed

Start the Laravel development server:

php artisan serve

Start the Vite development server:

npm run dev

The application will now be available at:

http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages