{"id":19430715,"url":"https://github.com/mrzstack/laravel-automation-package","last_synced_at":"2025-04-24T18:33:54.365Z","repository":{"id":58550945,"uuid":"532361370","full_name":"jmrashed/laravel-automation-package","owner":"jmrashed","description":"laravel-automation-package","archived":false,"fork":false,"pushed_at":"2022-09-04T19:48:56.000Z","size":322,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-08T11:31:26.623Z","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/jmrashed.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":"2022-09-03T19:58:10.000Z","updated_at":"2022-09-03T20:35:43.000Z","dependencies_parsed_at":"2022-09-10T06:23:02.367Z","dependency_job_id":null,"html_url":"https://github.com/jmrashed/laravel-automation-package","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flaravel-automation-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flaravel-automation-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flaravel-automation-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Flaravel-automation-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmrashed","download_url":"https://codeload.github.com/jmrashed/laravel-automation-package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223963764,"owners_count":17232740,"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-11-10T14:26:16.671Z","updated_at":"2025-04-24T18:33:48.979Z","avatar_url":"https://github.com/jmrashed.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"Laravel-Automation-Package.jpg\" width=\"1190\"/\u003e\n\n# Laravel Automation Package\n\nThis package help you to build a crud system without any coding.\n\n[![issues](https://img.shields.io/github/issues/jmrashed/laravel-automation-package)](https://img.shields.io/github/issues/jmrashed/laravel-automation-package)\n[![forks](https://img.shields.io/github/forks/jmrashed/laravel-automation-package)](https://img.shields.io/github/forks/jmrashed/laravel-automation-package)\n[![stars](https://img.shields.io/github/stars/jmrashed/laravel-automation-package)](https://img.shields.io/github/stars/jmrashed/laravel-automation-package)\n[![license](https://img.shields.io/github/license/jmrashed/laravel-automation-package)](https://img.shields.io/github/license/jmrashed/laravel-automation-package)\n[![](https://img.shields.io/twitter/url?url=https%3A%2F%2Ftwitter.com%2F_rasheduzzaman)](https://img.shields.io/twitter/url?url=https%3A%2F%2Ftwitter.com%2F_rasheduzzaman)\n\n## Introduction\n\nThis package help you to build a crud system without any coding.\n\n## Supported Versions\n\nOnly the latest major version of Laravel UI receives bug fixes. The table below lists compatible Laravel versions:\n\n| Version | Laravel Version |\n| ------- | --------------- |\n| 1.x     | 7.x, 8.x        |\n| 2.x     | 9.x             |\n\n## Installation\n\nRequire this package with composer. It is recommended to only require the package for development.\n\n```\n    composer require jmrashed/automation\n```\n\nLaravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.\n\n## Laravel without auto-discovery:\n\nIf you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php\n\n```php\n    // 'config/app.php'\n    \u003c?php\n\n    'providers' =\u003e [\n        App\\Providers\\AutomationServiceProvider::class,\n    ],\n```\n\nIf you want to use the facade to log messages, add this to your facades in app.php:\n\n```php\n 'Automation' =\u003e Jmrashed\\Automation\\App\\Facades\\Automation::class,\n```\n\n## Publish Laravel Automation Package\n\n```\n    artisan vendor:publish --provider=\"Jmrashed\\Automation\\App\\Providers\\AutomationServiceProvider\"\n```\n\n## Usage in Controller\n\n```php\n    // call automation\n    Automation::create('Model');\n```\n\n## Usage in Blade\n\n```\n    // call automation\n    {{ automation('Model')}}\n```\n\nThe views can then be exported by users of our package using:\n\n```\n    php artisan vendor:publish --provider=\"Jmrashed\\Automation\\App\\Providers\\AutomationServiceProvider\" --tag=\"views\"\n```\n\nThe assets can then be exported by users of our package using:\n\n```\n    php artisan vendor:publish --provider=\"Jmrashed\\Automation\\App\\Providers\\AutomationServiceProvider\" --tag=\"assets\"\n```\n\n## Directory Structure\n\n```\n    - src\n    - tests\n    CHANGELOG.md\n    README.md\n    LICENSE\n    composer.json\n```\n\nIn a package, all code that would live in the app/ directory of a Laravel application will live in the src/ directory when working with a package.\n\n## Contributing\n\nThank you for considering contributing to UI! The contribution guide can be found in the Laravel documentation.\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.\n\n## Security Vulnerabilities\n\nPlease review our security policy on how to report security vulnerabilities.\n\n## License\n\nLaravel Automation Package is open-sourced software licensed under the [MIT license](LICENSE).\n\n\u003cimg src=\"demo.png\" width=\"1190\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrzstack%2Flaravel-automation-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrzstack%2Flaravel-automation-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrzstack%2Flaravel-automation-package/lists"}