{"id":13722143,"url":"https://github.com/guildso/guild","last_synced_at":"2025-05-07T14:31:26.771Z","repository":{"id":201606048,"uuid":"456431465","full_name":"guildso/guild","owner":"guildso","description":"Guild - Build Your Guild and award employees with Crypto 💰","archived":false,"fork":false,"pushed_at":"2022-03-17T16:30:03.000Z","size":17547,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-14T11:39:53.830Z","etag":null,"topics":["alpinejs","blockchain","laravel","livewire","solana","solana-token","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guildso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-02-07T09:10:08.000Z","updated_at":"2024-06-14T22:36:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4943b338-a178-4576-80cf-eaa1cab6420d","html_url":"https://github.com/guildso/guild","commit_stats":null,"previous_names":["guildso/guild"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildso%2Fguild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildso%2Fguild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildso%2Fguild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guildso%2Fguild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guildso","download_url":"https://codeload.github.com/guildso/guild/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895629,"owners_count":21821194,"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":["alpinejs","blockchain","laravel","livewire","solana","solana-token","tailwindcss"],"created_at":"2024-08-03T01:01:25.000Z","updated_at":"2025-05-07T14:31:21.760Z","avatar_url":"https://github.com/guildso.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":["Laravel"],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://guild.so\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://imgur.com/i3r2bzX.png\" width=\"400\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n\t    \u003ca name=\"stars\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/thedevdojo/guild?style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"forks\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/thedevdojo/guild?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"contributions\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/thedevdojo/guild?logoColor=green\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"madeWith\"\u003e\u003cimg src=\"https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg?style=for-the-badge\"\u003e\u003c/a\u003e\n\t    \u003ca name=\"license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/thedevdojo/guild?style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n## 👋 About Guild.so\n\nGuild.so is an open-source self-hosted team management solution that integrates with the Solana blockchain and allows you to manage your team's members, projects, tasks and award Coins to your team members.\n\nA guild is a group of people who are on a mission to complete a common goal. Your team is your guild, and this self-hosted solution will put the simplicity back into organizing a team.\n\nGuild.so is a simple dashboard of company announcements, team member availability, and team member status. Keeping it simple, because managing your \"management system\" shouldn't be a task in itself.\n\n## 🔨 Installation\n\nGuild.so is based on Laravel 8 and Jetstream so you can run it just like a standard Laravel application. Here is how you can run Guild.so:\n\n- [Installation documentation](https://docs.guild.so/installation)\n\n### ✊ Manual Installation\n\nYou can use the LaraSail script to get your Linux server ready for Laravel 8:\n\nhttps://github.com/thedevdojo/larasail\n\nOnce your server is up and running use `git clone` to clone the repositry and do a standard Laravel installation:\n\n* Create a Database:\n\nDuring the installation we need to use a MySQL database. You will need to create a new database and save the credentials for the next step.\n\n* Update the `.env` file\n\nCopy the `.env.example` file to `.env` and update your Database details in there:\n\n```\nAPP_URL=http://guild.test\n\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=guild\nDB_USERNAME=guild\nDB_PASSWORD=guild_password\n```\n\n* Composer Install\n\n```\ncomposer install\n```\n\n* Install the NPM dependencies:\n\n```\nnpm install \u0026\u0026 npm run dev\n```\n\n* Migrate Database\n\n```\nphp artisan migrate\n```\n\n### 🧙‍♂️ Events and Queues (Optional)\n\nBy default Guild.so uses Laravel Events for the Slack and Discord Notifications.\n\nTo make things more optimal you can implement the `ShouldQueue` contact to the Notification Listeners so that the notifications are sent via a worker and not at the sime time when a user presses a button. To do that edit these two files:\n\n* `app/Listeners/Notifications/DiscordNotification.php` and update the class to:\n\n```\nclass DiscordNotification implements ShouldQueue\n```\n\n* `app/Listeners/Notifications/SlackNotification.php` and update the class to:\n\n```\nclass SlackNotification implements ShouldQueue\n```\n\nAfter that you need to specify your queue driver to either `database` or `redis` in your ENV faile or the DigitalOcean App platform, if you decided to go for Redis make sure to update your Redis ENV variables as well!\n\nFinally make sure to set the `php artisan queue:work` command to run at all times so that it could process your queues. If you are using the DigitalOcean App platform you can achieve this with a [Worker Component](https://www.digitalocean.com/docs/app-platform/concepts/worker/).\n\nFor more information about Laravel events check out this tutorial here:\n\n**[Laravel Events](https://devdojo.com/course/laravel-events)**\n\n## 🌪 Tails\n\nGuild's frontend was built using **[Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder**!\n\n## 🕸️ Landing Page\n\nA web page showcasing Guild.so:\n\nhttps://guild.so\n\nThe web page was also built using [Tails](http://devdojo.com/tails).\n\n## 👩‍💻 DevDojo Team\n\nThe DevDojo is a resource to learn all things web development and web design. Learn on your lunch break or wake up and enjoy a cup of coffee with us to learn something new.\n\nJoin this developer community, and we can all learn together, build together, and grow together.\n\n[Join DevDojo](https://devdojo.com/)\n\nFor more information, please visit https://www.devdojo.com or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter.\n\n## 🤲 Contributing\n\nIf you are contributing 🍿 please read the [contributing file](https://github.com/thedevdojo/guild/blob/main/CONTRIBUTING.md) before submitting your pull requests.\n\n## 🔐 Security Vulnerabilities\n\nIf you discover a security vulnerability within Guild.so, please send an e-mail to DevDojo's team via this for here [Support](https://devdojo.com/help). All security vulnerabilities will be promptly addressed.\n\n## 📃 License\n\nThe Guild.so project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n\n# Troubleshooting\n\nIn order to get the script `wallet.js` to execute successfully, you must cd into `./node_modules/@solana/spl-token` and run the following: `npm install --save @solana/web3.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildso%2Fguild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguildso%2Fguild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildso%2Fguild/lists"}