{"id":44829205,"url":"https://github.com/laravision/crud","last_synced_at":"2026-02-16T23:46:19.640Z","repository":{"id":57012297,"uuid":"95336578","full_name":"laravision/crud","owner":"laravision","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-01T13:26:53.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T07:52:28.601Z","etag":null,"topics":["crud","framework","laravel","laravel-crud","laravel5","package","php"],"latest_commit_sha":null,"homepage":null,"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/laravision.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}},"created_at":"2017-06-25T03:38:15.000Z","updated_at":"2017-07-09T10:14:54.000Z","dependencies_parsed_at":"2022-08-21T15:10:46.194Z","dependency_job_id":null,"html_url":"https://github.com/laravision/crud","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/laravision/crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravision%2Fcrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravision%2Fcrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravision%2Fcrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravision%2Fcrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravision","download_url":"https://codeload.github.com/laravision/crud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravision%2Fcrud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29524634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"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":["crud","framework","laravel","laravel-crud","laravel5","package","php"],"created_at":"2026-02-16T23:46:18.998Z","updated_at":"2026-02-16T23:46:19.628Z","avatar_url":"https://github.com/laravision.png","language":"PHP","readme":"# Laravision Crud system (v1.2)\n\n[![Version](https://img.shields.io/packagist/v/laravision/crud.svg)](https://packagist.org/packages/laravision/crud)\n[![License](https://poser.pugx.org/laravision/crud/license.svg)](https://packagist.org/packages/laravision/crud)\n[![Total Downloads](https://img.shields.io/packagist/dt/laravision/crud.svg)](https://packagist.org/packages/laravision/crud)\n\nQuickly build crud system , controller , models and views using Laravel 5. \nThis package expects that you are using Laravel 5.4 or above.\n\n[![Laravision Crud](https://s25.postimg.org/xmojto1lr/crud2.png)](https://github.com/laravision/crud/)\n\n## Install\n\nIn order to install Laravel 5.* Laravision Crud :\n\n1) You will need to import the laravision/crud package via composer:\n\n```shell\ncomposer require laravision/crud\n```\n2) Add the service provider to your `config/app.php` file within the `providers` key:\n\n```php\n// ...\n'providers' =\u003e [\n    /*\n     * Package Service Providers...\n     */\n\n    Laravision\\Crud\\CrudServiceProvider::class,\n],\n// ...\n```\n\n## Usage\n\n- Create new CRUD : \n\n```shell\nphp artisan make:crud post\n```\n\n- Create new CRUD with model : \n\n```shell\nphp artisan make:crud post --model=Post\n```\n\n- Create new CRUD with out default views path :\n\n```shell\nphp artisan make:crud post --view=admin/post\n```\n\n- fixed special controller namespace :\n\n```shell\nphp artisan make:crud Admin/Post\n```\n## Help\nfor more details about this package :\n\n```shell\nphp artisan make:crud -h\n``` \n[![Laravision Crud help](https://s25.postimg.org/ynosisilb/crud1-help.png)](https://github.com/laravision/crud/)\n## License\n\nLaravision Crud is free and open-sourced software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT).\n\n## Note \n\nPlease report any issue you find in the issues page.  \nPull requests are welcome.\n\n**Code By  [Marwen Hlaoui](https://marwenhlaoui.me)**\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravision%2Fcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravision%2Fcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravision%2Fcrud/lists"}