{"id":30025411,"url":"https://github.com/voorhof/flash","last_synced_at":"2026-01-20T17:00:25.805Z","repository":{"id":306235630,"uuid":"1022260831","full_name":"voorhof/flash","owner":"voorhof","description":"Flashing Bootstrap alerts","archived":false,"fork":false,"pushed_at":"2026-01-12T05:50:10.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-12T15:44:07.108Z","etag":null,"topics":["alerts","bootstrap","flash-messages","laravel","laravel-package"],"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/voorhof.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-18T18:21:32.000Z","updated_at":"2026-01-12T05:50:08.000Z","dependencies_parsed_at":"2025-07-24T14:42:58.391Z","dependency_job_id":null,"html_url":"https://github.com/voorhof/flash","commit_stats":null,"previous_names":["voorhof/flash"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/voorhof/flash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhof%2Fflash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhof%2Fflash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhof%2Fflash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhof%2Fflash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voorhof","download_url":"https://codeload.github.com/voorhof/flash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhof%2Fflash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alerts","bootstrap","flash-messages","laravel","laravel-package"],"created_at":"2025-08-06T08:35:31.217Z","updated_at":"2026-01-20T17:00:25.689Z","avatar_url":"https://github.com/voorhof.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flash Message\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/voorhof/flash.svg?style=flat-square)](https://packagist.org/packages/voorhof/flash)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/voorhof/flash/fix-php-code-style-issues.yml?branch=master\u0026label=code%20style\u0026style=flat-square)](https://github.com/voorhof/flash/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amaster)\n[![Total Downloads](https://img.shields.io/packagist/dt/voorhof/flash.svg?style=flat-square)](https://packagist.org/packages/voorhof/flash)\n\nA simple, elegant flash messaging package for Laravel applications,\nusing [Bootstrap alerts](https://getbootstrap.com/docs/5.3/components/alerts/) as the view.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require voorhof/flash\n```\n\nThe package will automatically register its service provider.  \nYou can publish the configuration file with: \n\n```bash\nphp artisan vendor:publish --provider=\"Voorhof\\Flash\\FlashServiceProvider\" --tag=\"flash-config\"\n```\n\nYou can publish the views with:\n\n```bash\nphp artisan vendor:publish --provider=\"Voorhof\\Flash\\FlashServiceProvider\" --tag=\"flash-views\"\n```\n\n## Usage\n\n```\nuse Voorhof\\Flash\\Facades\\Flash;\n\n// Flash a success message\nFlash::success('Item created successfully!');\n\n// Flash a warning message\nFlash::warning('Please review your input.');\n\n// Flash a danger/error message\nFlash::danger('An error occurred!');\n\n// Flash an info message\nFlash::info('Here is some information.');\n```\n\nIn your Blade template, include the flash message component:\n\n```\n@include('flash::flash')\n```\n\n## Credits\n\n- [David Carton](https://github.com/voorhof)\n- [All Contributors](https://github.com/voorhof/cms/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoorhof%2Fflash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoorhof%2Fflash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoorhof%2Fflash/lists"}