{"id":17776464,"url":"https://github.com/deepakthecoder1982/minicrm-with-laravel","last_synced_at":"2025-04-01T16:36:39.639Z","repository":{"id":236624341,"uuid":"697580339","full_name":"deepakthecoder1982/MiniCRM-with-Laravel","owner":"deepakthecoder1982","description":"A Laravle Project for custormer realation management.","archived":false,"fork":false,"pushed_at":"2023-09-28T05:40:39.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T10:46:27.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepakthecoder1982.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-28T03:18:24.000Z","updated_at":"2023-09-28T05:33:36.000Z","dependencies_parsed_at":"2024-04-28T04:27:02.756Z","dependency_job_id":"9c541630-d8b6-4ef5-9503-d4fb2f1c3cce","html_url":"https://github.com/deepakthecoder1982/MiniCRM-with-Laravel","commit_stats":null,"previous_names":["deepakthecoder1982/minicrm-with-laravel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakthecoder1982%2FMiniCRM-with-Laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakthecoder1982%2FMiniCRM-with-Laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakthecoder1982%2FMiniCRM-with-Laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakthecoder1982%2FMiniCRM-with-Laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepakthecoder1982","download_url":"https://codeload.github.com/deepakthecoder1982/MiniCRM-with-Laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246671569,"owners_count":20815206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-26T22:05:45.665Z","updated_at":"2025-04-01T16:36:39.619Z","avatar_url":"https://github.com/deepakthecoder1982.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"```markdown\n# Laravel CRM Application\n\nThis is a simple Customer Relationship Management (CRM) application built with Laravel. It allows you to manage companies and their employees.\n\n![Laravel CRM Logo](https://via.placeholder.com/150)\n\n## Features\n\n- User authentication with registration and login\n- Company management (Create, Read, Update, Delete)\n- Employee management (Create, Read, Update, Delete)\n- File upload for company logos\n- Proper validation and error handling\n- Pagination for company and employee lists\n- Secure storage for profile pictures\n\n## Getting Started\n\nThese instructions will help you set up and run the project on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- [PHP](https://php.net) (\u003e= 7.3)\n- [Composer](https://getcomposer.org)\n- [MySQL](https://mysql.com) or another supported database\n- [Web Server](https://www.nginx.com) or [Apache](https://httpd.apache.org)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/laravel-crm.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd laravel-crm\n   ```\n\n3. Install Composer dependencies:\n\n   ```bash\n   composer install\n   ```\n\n4. Create a copy of the `.env.example` file as `.env`:\n\n   ```bash\n   cp .env.example .env\n   ```\n\n5. Generate an application key:\n\n   ```bash\n   php artisan key:generate\n   ```\n\n6. Configure your `.env` file with your database and application settings.\n\n7. Run database migrations and seeders:\n\n   ```bash\n   php artisan migrate --seed\n   ```\n\n8. Start the development server:\n\n   ```bash\n   php artisan serve\n   ```\n\n9. Access the application in your browser at `http://localhost:8000`.\n\n## Usage\n\n- Register and log in as an administrator to manage companies and employees.\n- Use the provided sample administrator account with the following credentials:\n\n  - Email: admin@admin.com\n  - Password: password\n\n## Built With\n\n- [Laravel](https://laravel.com) - The PHP web framework used\n- [Bootstrap](https://getbootstrap.com) - For responsive web design\n\n## Contributing\n\nContributions are welcome! Please create a new issue or pull request for any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to the Laravel community for their excellent documentation and support.\n\n```\n\nIn 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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakthecoder1982%2Fminicrm-with-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepakthecoder1982%2Fminicrm-with-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakthecoder1982%2Fminicrm-with-laravel/lists"}