All Projects → SagarMaheshwary → Employee

SagarMaheshwary / Employee

Licence: MIT license
A Simple Employee Management System with Materializecss and Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to Employee

Laracrud
Laravel Code Generator based on MySQL Database
Stars: ✭ 238 (+190.24%)
Mutual labels:  laravel-framework
rest-api
Laravel restfull api boilerplate
Stars: ✭ 57 (-30.49%)
Mutual labels:  laravel-framework
core
The Laravel single page forum package (Vue + Tailwind CSS + Laravel)
Stars: ✭ 157 (+91.46%)
Mutual labels:  laravel-framework
Laravel User Activity
Monitor user activity easily!
Stars: ✭ 253 (+208.54%)
Mutual labels:  laravel-framework
Laravel-5.3-Repository
Simple repository setup for Laravel 5.3
Stars: ✭ 17 (-79.27%)
Mutual labels:  laravel-framework
starter-kit
📊 A complete dashboard built on laravel and quasar abstractions, ready to be used
Stars: ✭ 20 (-75.61%)
Mutual labels:  laravel-framework
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood u…
Stars: ✭ 2,692 (+3182.93%)
Mutual labels:  laravel-framework
laravel-lumen-docker
Laravel/Lumen Docker Scaffold
Stars: ✭ 72 (-12.2%)
Mutual labels:  laravel-framework
laravel-6-full-project
Laravel 6 full project with login, authentication, register, create | update | delete record through forms. Search and view the record. And implementation fo Laravel admin panel.
Stars: ✭ 31 (-62.2%)
Mutual labels:  laravel-framework
finance
💰 Free open-source personal finance tracking web application.
Stars: ✭ 156 (+90.24%)
Mutual labels:  laravel-framework
laravel-vue-i18n
Allows to connect your `Laravel` Framework translation files with `Vue`.
Stars: ✭ 430 (+424.39%)
Mutual labels:  laravel-framework
laravel-hmvc-sample
Sample project, building a HMVC structure for Laravel 5,6,7,8
Stars: ✭ 28 (-65.85%)
Mutual labels:  laravel-framework
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (-73.17%)
Mutual labels:  laravel-framework
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+3175.61%)
Mutual labels:  laravel-framework
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (-9.76%)
Mutual labels:  laravel-framework
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+180.49%)
Mutual labels:  laravel-framework
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (-46.34%)
Mutual labels:  laravel-framework
Eloquent-ORM-Laravel-8.5-Relationships-Advanced
Software of Application with Laravel and MySQL
Stars: ✭ 14 (-82.93%)
Mutual labels:  laravel-framework
LaravelTube
Open source project about sharing videos platform built on Laravel
Stars: ✭ 22 (-73.17%)
Mutual labels:  laravel-framework
laravel-monitoring
Monitor your Laravel servers
Stars: ✭ 118 (+43.9%)
Mutual labels:  laravel-framework

Employee Management System

This Application is using Laravel, Materialize-css version 1.0.0 alpha-4 , material icons.

Running this web application

  • make sure you already have xampp or wamp installed if you are on windows machine, mamp for mac , and lamp for linux.

  • clone this repository to your local machine or just download the zip.

  • install Composer first, then run this command in your command-line (you should be inside your project directory).

  composer install
  • rename .env.example to .env and add your database and mail driver credentials.

  • generate application key.

    php artisan key:generate
  • create database tables.
    php artisan migrate
  • create a default admin and genders.
    php artisan db:seed
  • clear config (only if you make changes to .env file and restart the server if you are using laravel dev server).
    php artisan config:clear
  • Link the storage folder for images.
    php artisan storage:link
  • Start the development server.
    php artisan serve

In Laravel, all the requests are directed to index.php in public directory so, please use a Virtual Host instead of opening it from http://localhost/your-laravel-project/public (It doesn't work that way).

Admin Credentials

ScreenShot

screen shot

Please star the project if you like it. Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].