{"id":22908836,"url":"https://github.com/ipunkt/laravel-notifications","last_synced_at":"2026-03-05T16:48:11.268Z","repository":{"id":56993250,"uuid":"20587290","full_name":"ipunkt/laravel-notifications","owner":"ipunkt","description":"Notifications package for laravel 4.x","archived":false,"fork":false,"pushed_at":"2015-01-14T19:55:08.000Z","size":175,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T23:09:03.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ipunkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-07T06:36:45.000Z","updated_at":"2016-01-26T08:01:24.000Z","dependencies_parsed_at":"2022-08-21T12:50:55.673Z","dependency_job_id":null,"html_url":"https://github.com/ipunkt/laravel-notifications","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Flaravel-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Flaravel-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Flaravel-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Flaravel-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipunkt","download_url":"https://codeload.github.com/ipunkt/laravel-notifications/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipunkt%2Flaravel-notifications/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258868283,"owners_count":22770317,"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":[],"created_at":"2024-12-14T03:32:31.102Z","updated_at":"2026-03-05T16:48:11.221Z","avatar_url":"https://github.com/ipunkt.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification package for Laravel 4.x\n\n[![Latest Stable Version](https://poser.pugx.org/ipunkt/laravel-notifications/v/stable.svg)](https://packagist.org/packages/ipunkt/laravel-notifications) [![Latest Unstable Version](https://poser.pugx.org/ipunkt/laravel-notifications/v/unstable.svg)](https://packagist.org/packages/ipunkt/laravel-notifications) [![License](https://poser.pugx.org/ipunkt/laravel-notifications/license.svg)](https://packagist.org/packages/ipunkt/laravel-notifications) [![Total Downloads](https://poser.pugx.org/ipunkt/laravel-notifications/downloads.svg)](https://packagist.org/packages/ipunkt/laravel-notifications)\n\nThanks to Jeffrey Way (https://laracasts.com/lessons/flexible-flash-messages)\n\n## Installation\n\nAdd to your composer.json following lines\n\n\t\"require\": {\n\t\t\"ipunkt/laravel-notifications\": \"~2.*\"\n\t}\n\nAdd `'Ipunkt\\LaravelNotifications\\NotificationsServiceProvider',` to `providers` in `app/config/app.php`.\n\nAdd `'Flash' =\u003e 'Ipunkt\\LaravelNotifications\\NotificationsFacade',` to `aliases` in `app/config/app.php`.\n\n\n## Usage\n\nIn controller action use following statement to make a flash notification:\n\n\t//\tflashing an info message\n\tFlash::message('Welcome');\n\n\t//\tflashing an info message\n\tFlash::info('Welcome');\n\n\t//\tflashing a success message\n\tFlash::success('Welcome');\n\n\t//\tflashing an error message\n\tFlash::error('Welcome');\n\n\t//\tflashing an overlaying message\n\tFlash::overlay('Welcome');\n\nYou can also use translatable messages:\n\n\tFlash::message('app.errors.input_invalid');\n\nIn your view or layout template (e.g. a blade template) include the view of your choice:\n\n\t@include('laravel-notifications::bootstrap-3/flash')\n\nYou can publish the views and modify it to your needs (optional):\n\n\t$\u003e php artisan view:publish ipunkt/laravel-notifications\n\n\n## Credits\n\nAll credits goes to Jeffrey Way and \u003chttps://laracasts.com\u003e.\nWe add translations for views, translating message string and split various templates as package content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipunkt%2Flaravel-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipunkt%2Flaravel-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipunkt%2Flaravel-notifications/lists"}