Giter Club home page Giter Club logo

minicrm-with-laravel's Introduction

# Laravel CRM Application

This is a simple Customer Relationship Management (CRM) application built with Laravel. It allows you to manage companies and their employees.

![Laravel CRM Logo](https://via.placeholder.com/150)

## Features

- User authentication with registration and login
- Company management (Create, Read, Update, Delete)
- Employee management (Create, Read, Update, Delete)
- File upload for company logos
- Proper validation and error handling
- Pagination for company and employee lists
- Secure storage for profile pictures

## Getting Started

These instructions will help you set up and run the project on your local machine for development and testing purposes.

### Prerequisites

- [PHP](https://php.net) (>= 7.3)
- [Composer](https://getcomposer.org)
- [MySQL](https://mysql.com) or another supported database
- [Web Server](https://www.nginx.com) or [Apache](https://httpd.apache.org)

### Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/your-username/laravel-crm.git
  1. Navigate to the project directory:

    cd laravel-crm
  2. Install Composer dependencies:

    composer install
  3. Create a copy of the .env.example file as .env:

    cp .env.example .env
  4. Generate an application key:

    php artisan key:generate
  5. Configure your .env file with your database and application settings.

  6. Run database migrations and seeders:

    php artisan migrate --seed
  7. Start the development server:

    php artisan serve
  8. Access the application in your browser at http://localhost:8000.

Usage

  • Register and log in as an administrator to manage companies and employees.

  • Use the provided sample administrator account with the following credentials:

Built With

Contributing

Contributions are welcome! Please create a new issue or pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the Laravel community for their excellent documentation and support.

In this updated README, I've added a placeholder image URL (https://via.placeholder.com/150) for the logo. You can replace it with the actual logo image URL of your Laravel CRM application.

minicrm-with-laravel's People

Contributors

deepakthecoder1982 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.