{"id":16461815,"url":"https://github.com/marabesi/laravel-easy-crud","last_synced_at":"2025-10-10T04:04:13.025Z","repository":{"id":47186639,"uuid":"102154766","full_name":"marabesi/laravel-easy-crud","owner":"marabesi","description":"(Laravel 5+) Simple and effective way to generate CRUD from your models or database","archived":false,"fork":false,"pushed_at":"2021-09-09T09:50:52.000Z","size":13875,"stargazers_count":28,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T07:30:20.587Z","etag":null,"topics":["crud","database","gentelella-theme","laravel","mit","models","php"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/marabesi.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":"2017-09-01T21:33:46.000Z","updated_at":"2021-06-26T22:38:17.000Z","dependencies_parsed_at":"2022-09-03T23:23:50.818Z","dependency_job_id":null,"html_url":"https://github.com/marabesi/laravel-easy-crud","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/marabesi/laravel-easy-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaravel-easy-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaravel-easy-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaravel-easy-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaravel-easy-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marabesi","download_url":"https://codeload.github.com/marabesi/laravel-easy-crud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaravel-easy-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002680,"owners_count":26083440,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","database","gentelella-theme","laravel","mit","models","php"],"created_at":"2024-10-11T11:09:30.941Z","updated_at":"2025-10-10T04:04:12.991Z","avatar_url":"https://github.com/marabesi.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-crud\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ef2320108a8747efbdd32cb36294c2e7)](https://www.codacy.com/app/matheus-marabesi/easy-crud?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=marabesi/easy-crud\u0026utm_campaign=badger)\n[![Build Status](https://travis-ci.org/marabesi/laravel-easy-crud.svg?branch=master)](https://travis-ci.org/marabesi/laravel-easy-crud)\n[![Latest Stable Version](https://poser.pugx.org/marabesi/easy-crud/v/stable)](https://packagist.org/packages/marabesi/easy-crud)\n[![Total Downloads](https://poser.pugx.org/marabesi/easy-crud/downloads)](https://packagist.org/packages/marabesi/easy-crud)\n[![Latest Unstable Version](https://poser.pugx.org/marabesi/easy-crud/v/unstable)](https://packagist.org/packages/marabesi/easy-crud)\n[![License](https://poser.pugx.org/marabesi/easy-crud/license)](https://packagist.org/packages/marabesi/easy-crud)\n[![composer.lock](https://poser.pugx.org/marabesi/easy-crud/composerlock)](https://packagist.org/packages/marabesi/easy-crud)\n[![HitCount](http://hits.dwyl.io/marabesi/laravel-easy-crud.svg)](http://hits.dwyl.io/marabesi/laravel-easy-crud)\n\n(Laravel 5+) Simple and effective way to generate CRUD from your models or database\n\n## Version Compatibility\n\n Laravel  | EasyCrud\n:---------|:----------\n 4.x.x    | Not supported\n 5.0.x    | Not supported\n 5.1.x    | 1.x.x\n 5.2.x    | 1.x.x\n 5.3.x    | Not supported\n 5.4.x    | Not supported\n 5.5.x    | Not supported\n\n# What you can do?\n\n- Generate CRUD from Laravel models\n- Generate CRUD from database table (not ready)\n\n# Powered by Gentelella theme\n![Gentelella Bootstrap Admin Template](https://cdn.colorlib.com/wp/wp-content/uploads/sites/2/gentelella-admin-template-preview.jpg \"Gentelella Theme Browser Preview\")\n\n# Features\n\n- Friendly admin to manage your data (CRUD)\n- Prevent collisions with defined routes\n- Beautiful admin template\n\n# Installing\n\n```\ncomposer require marabesi/easy-crud\n```\n\nUpdate the service provider list\n\n```php\n'providers' =\u003e [\n    EasyCrud\\Providers\\EasyCrud::class,\n]\n```\n\nPublish the vendor assets to you current project\n\n```\nartisan vendor:publish\n```\n\nNow, you should have a file called `easy-crud.php` inside your config folder, open it and edit as you wish.\n\n```php\n\u003c?php\n\nreturn [\n    /**\n     * All models that should have a CRUD. The key of the element will\n     * appear as the menu label in the admin area\n     */\n    'models' =\u003e [\n        'Users' =\u003e \\App\\User::class\n    ],\n\n    /**\n     * URL that should be used to access the gentella admin\n     * where you can manage all models that have CRUD\n     */\n    'url_base' =\u003e '/admin',\n\n    /**\n     * You might want to have some validation before accessing\n     * the gentela admin, to achieve that, just inform the middleware \n     * class name in the array. It will go through each middleware declared \n     * below.\n     */\n    'middlewares' =\u003e [\n    ]\n];\n```\n\nAdd every model that you want to see in the admin in the `models` array, the \nkey should be the label name. It will appear in the admin area.\n\n# More info\n\nhttps://marabesi.com/php/2017/09/21/easy-crud.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarabesi%2Flaravel-easy-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarabesi%2Flaravel-easy-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarabesi%2Flaravel-easy-crud/lists"}