{"id":15019876,"url":"https://github.com/kyslik/view-clear","last_synced_at":"2025-10-24T18:30:25.943Z","repository":{"id":28149132,"uuid":"31649381","full_name":"Kyslik/view-clear","owner":"Kyslik","description":"Simple artisan command to clear view folder in Laravel 5.0","archived":false,"fork":false,"pushed_at":"2017-07-13T09:01:44.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-10T09:40:35.254Z","etag":null,"topics":["artisan-command","laravel-5-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/Kyslik.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":"2015-03-04T09:42:32.000Z","updated_at":"2019-10-16T07:27:53.000Z","dependencies_parsed_at":"2022-08-01T13:27:30.731Z","dependency_job_id":null,"html_url":"https://github.com/Kyslik/view-clear","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fview-clear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fview-clear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fview-clear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyslik%2Fview-clear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kyslik","download_url":"https://codeload.github.com/Kyslik/view-clear/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868210,"owners_count":16555876,"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":["artisan-command","laravel-5-package"],"created_at":"2024-09-24T19:54:13.557Z","updated_at":"2025-10-24T18:30:20.682Z","avatar_url":"https://github.com/Kyslik.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# View clearing command for Laravel 5.\n[![Latest Version](https://img.shields.io/github/release/Kyslik/view-clear.svg?style=flat-square)](https://github.com/Kyslik/column-sortable/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Total Downloads](https://img.shields.io/packagist/dt/Kyslik/view-clear.svg?style=flat-square)](https://packagist.org/packages/Kyslik/view-clear)\n\nSimple artisan command to clear view folder in \u003cstrike\u003eLaravel 5.1\u003c/strike\u003e and [Laravel-5.0](https://github.com/Kyslik/view-clear/tree/Laravel-5.0)\n\nSimply put: clears `storage/framework/views` folder.\n\n# Laravel 5.1 UPDATE\nIf you are using Laravel 5.1.* you do **NOT** need this package since it is part of Laravel base commands.\n\n`$ php artisan view:clear`\n\n\n## Setup\n### Version(s)\n - For Laravel 5.0 use version **~1.0.0**\n - \u003cstrike\u003eFor Laravel 5.1 use version **~2.0.0**\u003c/strike\u003e Laravel 5.1 has its own view:clear command, this package is not needed.\n\n### Composer\n\nPull this package in through Composer.\n\n```\n{\n    \"require-dev\": {\n        \"kyslik/view-clear\": \"~2.0.0\"\n    }\n}\n```\n\n    $ composer update\n    \n\nAdd the package to your application service providers in `config/app.php`\n\n```\n'providers' =\u003e [\n\n    App\\Providers\\RouteServiceProvider::class,\n\n    /*\n     * Third Party Service Providers...\n     */\n    Kyslik\\ViewClear\\ViewClearServiceProvider::class,\n],\n```\n\n## Usage\n\n    $ php artisan view:clear --help\n\n### Use case\n\nWhen developing blade extensions it is useful to clear view cache in process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyslik%2Fview-clear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyslik%2Fview-clear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyslik%2Fview-clear/lists"}