{"id":20458741,"url":"https://github.com/resend/resend-laravel-example","last_synced_at":"2025-08-16T22:34:06.736Z","repository":{"id":169273859,"uuid":"644546645","full_name":"resend/resend-laravel-example","owner":"resend","description":"This example shows how to use Resend with Laravel","archived":false,"fork":false,"pushed_at":"2025-08-05T06:53:58.000Z","size":163,"stargazers_count":27,"open_issues_count":13,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-10T17:59:48.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://resend.com/docs/send-with-laravel","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/resend.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,"zenodo":null}},"created_at":"2023-05-23T18:44:18.000Z","updated_at":"2025-05-03T01:08:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebf320a2-6181-4620-a98c-8c60edfd7a99","html_url":"https://github.com/resend/resend-laravel-example","commit_stats":null,"previous_names":["resendlabs/resend-laravel-example","resend/resend-laravel-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/resend/resend-laravel-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-laravel-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-laravel-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-laravel-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-laravel-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resend","download_url":"https://codeload.github.com/resend/resend-laravel-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resend%2Fresend-laravel-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781200,"owners_count":24643805,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-15T12:13:41.949Z","updated_at":"2025-08-16T22:34:06.714Z","avatar_url":"https://github.com/resend.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resend with Laravel\n\nThis example shows how to use Resend with [Laravel](https://laravel.com).\n\n## Prerequisites\n\nTo get the most out of this guide, you’ll need to:\n\n* [Create an API key](https://resend.com/api-keys)\n* [Verify your domain](https://resend.com/domains)\n\n## Instructions\n\n1. Install the `composer` and `npm` dependencies:\n\n```bash\ncomposer install \u0026\u0026 npm install\n```\n\n4. Build the Javascript and CSS files required for the frontend:\n\n```bash\nnpm run build\n```\n\n5. Create a `.env` file used to configure your application:\n\n```bash\nphp -r \"file_exists('.env') || copy('.env.example', '.env');\"\n```\n\n6. Generate an application key:\n\n```bash\nphp artisan key:generate --ansi\n```\n\n7. Configure your `.env` file, with your database credentials and [Resend API key](https://resend.com/api-keys).\n\n8. Migrate the database:\n\n```bash\nphp artisan migrate\n```\n\n9. You're ready to use the example project, run:\n\n```bash\nphp artisan serve\n```\n\n### Using the example app\n\nTo get the full experience of how easy it is to send emails with Resend, follow these simple steps:\n\n1. Create two user accounts with valid email addresses.\n2. Once you have two user accounts, login into any one of them and navigate to the \"Chirps\" page.\n3. Write your very first Chirp.\n4. Once you have submitted your first Chirp, the application will use Resend to email all users of your new Chirp.\n5. If you used a valid email address you should receive an email in your inbox or you can check your [Resend dashboard](https://resend.com/emails) to view the sent email.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresend%2Fresend-laravel-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresend%2Fresend-laravel-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresend%2Fresend-laravel-example/lists"}