{"id":20505915,"url":"https://github.com/asad-iftikhar/fms","last_synced_at":"2026-05-06T19:36:51.731Z","repository":{"id":121459522,"uuid":"585905385","full_name":"Asad-Iftikhar/fms","owner":"Asad-Iftikhar","description":"Fund management System, Its a small Laravel with MySQL application system, in which i created custom RBAC, Middleware, Pusher Notifications. This application is mainly have user management, fund management with chat module.","archived":false,"fork":false,"pushed_at":"2023-01-06T14:38:15.000Z","size":18267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T07:57:46.602Z","etag":null,"topics":["basic-authentication","laravel","mysql-database","php","pusher","rbac"],"latest_commit_sha":null,"homepage":"","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/Asad-Iftikhar.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-01-06T12:04:50.000Z","updated_at":"2024-05-21T09:53:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2a6c495-05e9-4db8-befe-bb64b0eddf18","html_url":"https://github.com/Asad-Iftikhar/fms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Iftikhar%2Ffms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Iftikhar%2Ffms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Iftikhar%2Ffms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Iftikhar%2Ffms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asad-Iftikhar","download_url":"https://codeload.github.com/Asad-Iftikhar/fms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242105509,"owners_count":20072503,"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":["basic-authentication","laravel","mysql-database","php","pusher","rbac"],"created_at":"2024-11-15T19:52:03.902Z","updated_at":"2026-05-06T19:36:51.685Z","avatar_url":"https://github.com/Asad-Iftikhar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fms\n- Create a virtual host pointing to /public folder of your project.\n- Create a database.\n- Rename `.env.example` file to `.env` inside your project root and update the variables as needed.\n\nOpen the console and cd your project root directory and run following commands to install composer dependencies and setup the project\n\n- Run `composer install`\n- Run `php artisan key:generate` \n- Run `php artisan migrate` (Run `php artisan migrate:fresh` for fresh migrations)\n- Run `php artisan db:seed`\n- Run `php artisan passport:install`\n\n## Cron Tab for Database backup\n- Run following command in the terminal.\n`crontab -e`\n- Select the editor in order to add cronjob for example `'bin/nano/'`\n- Add cron command `* * * * * cd /path-to-your-project \u0026\u0026 php artisan schedule:run \u003e\u003e /dev/null 2\u003e\u00261` in the file you just created using above mentioned step.\n- Running The Scheduler Locally: This command will run in the foreground and invoke the scheduler according to what you set the conditions until you terminate the command: `php artisan schedule:work`\n\n## Pusher:\n- You can get the Pusher Channels PHP library via a composer package called pusher-php-server.`$ composer require pusher/pusher-php-server`\n- Or add to `composer.json`:\n`\"require\": {\n    \"pusher/pusher-php-server\": \"^7.2\"\n}`\n- Make an account on Pusher https://pusher.com/.\n- Use the credentials from your Pusher Channels application to create a new Pusher\\Pusher instance.\n```sh\nExample:\napp_id = \"1504064\"\nkey = \"55c4f792919f9dc8b0fb\"\nsecret = \"a3506f210c79b3efebf9\"\ncluster = \"ap2\"\n```\n- Add these credentials in .env file. For Example\n```sh\nPUSHER_APP_ID=1504064\nPUSHER_APP_KEY=55c4f792919f9dc8b0fb\nPUSHER_APP_SECRET=a3506f210c79b3efebf9\nPUSHER_APP_CLUSTER=ap2\n```\nThere is another change in .env file and that is `BROADCAST_DRIVER`. Default it is set to `BROADCAST_DRIVER=log` just replace log with `BROADCAST_DRIVER=pusher`.\n\n## Symbolic link for storage:\n- Execute `php artisan storage:link` for creating symlink in laravel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad-iftikhar%2Ffms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasad-iftikhar%2Ffms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad-iftikhar%2Ffms/lists"}