[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8737":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},8737,"wink","themsaid\u002Fwink","themsaid","A Laravel-based publishing platform","",null,"Vue",2925,396,67,11,0,1,29.8,"MIT License",false,"1.x",[23,24,25],"blogging","laravel","publishing","2026-06-12 02:01:57","\u003Cp align=\"center\">\u003Cimg src=\"\u002Fart\u002Fheader.png?1\" alt=\"wink logo\">\u003C\u002Fp>\n\nWink adds a nice UI where you can manage a publication of any size with posts, pages, tags, and authors.\n\nYou can add photos, code blocks, featured images, social media & SEO attributes, embedded HTML (YouTube Videos, Embedded Podcasts Episodes, Tweets, ...), and markdown!\n\nWink is used to manage the [official Laravel blog](https:\u002F\u002Fblog.laravel.com), [divinglaravel.com](https:\u002F\u002Fdivinglaravel.com), and many more.\n\nDark & Light modes available so everyone is happy 😁\n\n## Installation\n\nWink uses a separate database connection and authentication system so that you don't have to modify any of your project code.\n\nTo install Wink, run these commands in the root of your Laravel app:\n\n```sh\ncomposer require themsaid\u002Fwink\nphp artisan wink:install\nphp artisan storage:link\n```\n\n**Configure the database connection** wink is going to be using in `config\u002Fwink.php`. Then run:\n\n```sh\nphp artisan wink:migrate\n```\n\nHead to `yourproject.test\u002Fwink` and use the provided email and password to log in.\n\n## Uploading to S3\n\nIf you want to upload images to S3, update the `storage_disk` attribute in your `wink.php` configuration file to s3. Make sure your S3 disk is correctly configured in your `filesystems.php` configuration file.\n\n```php\n's3' => [\n    'driver' => 's3',\n    'key' => env('AWS_ACCESS_KEY_ID'),\n    'secret' => env('AWS_SECRET_ACCESS_KEY'),\n    'region' => env('AWS_DEFAULT_REGION'),\n    'bucket' => env('AWS_BUCKET'),\n    'url' => env('CDN_URL'),\n    'options' => [\n        'CacheControl' => 'public, max-age=315360000'\n    ],\n],\n```\n\nNote: you're going to need to install the AWS-S3 Flysystem adapter, using `composer require league\u002Fflysystem-aws-s3-v3` for this to work.\n\n## Using Unsplash\n\nVisit https:\u002F\u002Funsplash.com\u002Foauth\u002Fapplications to create a new unsplash app. Grab the 'Access Key' and add it to your `.env` file as `UNSPLASH_ACCESS_KEY`. Lastly, add unsplash to your `config\u002Fservices.php` file:\n\n```php\n'unsplash' => [\n    'key' => env('UNSPLASH_ACCESS_KEY'),\n],\n```\n\n## Updates\n\nAfter each update, make sure you run these commands:\n\n```sh\nphp artisan wink:migrate\nphp artisan vendor:publish --tag=wink-assets --force\n```\n\n## Displaying your content\n\nWink is faceless, it doesn't have any opinions on how you display your content in your frontend. You can use the wink models in your controllers to display the different resources:\n\n- `Wink\\WinkPost`\n- `Wink\\WinkPage`\n- `Wink\\WinkAuthor`\n- `Wink\\WinkTag`\n\nTo display posts and pages content, use `$post->content` instead of `$post->body`. The content will always be in HTML format while the body might be HTML or raw markdown based on the post type.\n\n## Credits\n\n- [Mohamed Said](https:\u002F\u002Fgithub.com\u002Fthemsaid)\n- [All contributors](https:\u002F\u002Fgithub.com\u002Fthemsaid\u002Fwink\u002Fcontributors)\n\nSpecial thanks to [Caneco](https:\u002F\u002Ftwitter.com\u002Fcaneco) for the logo ✨\n\n## Contributing\n\nCheck the [contribution guide](CONTRIBUTING.md).\n\n## License\n\nWink is open-sourced software licensed under the [MIT license](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT).\n","Wink 是一个基于 Laravel 的发布平台，提供了一个友好的用户界面来管理任意规模的出版物，包括文章、页面、标签和作者。其核心功能包括支持图片、代码块、特色图片、社交媒体与SEO属性、嵌入式HTML（如YouTube视频、播客集、推文等）以及Markdown格式的内容编辑。此外，Wink 支持深色与浅色模式切换，适应不同用户的偏好，并且可以独立于现有项目数据库和认证系统运行，便于集成。适合需要高效管理和发布内容的博客或网站使用。",2,"2026-06-11 03:19:30","top_language"]