This project is created by using Laravel, AlphineJS and TailwindCSS following by CRUD functionality.
git clone https://github.com/mingtheanlay/employee-registration.git
cd employee-registrationcomposer installnpm installLaravel's default .env file contains some common configuration values that may differ based on whether your application is running locally or on a production web server. These values are then retrieved from various Laravel configuration files within the config directory using Laravel's env function. In this case, make sure you create the database and config your database in the .env file.
cp .env.example .envphp artisan key:generatephp artisan migratephp artisan db:seedPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.