{"id":15062728,"url":"https://github.com/mmeshkatian/ariel","last_synced_at":"2025-04-10T10:11:03.251Z","repository":{"id":57018332,"uuid":"193384388","full_name":"mmeshkatian/Ariel","owner":"mmeshkatian","description":"Ariel. develope your webapplication in fastest way","archived":false,"fork":false,"pushed_at":"2020-01-22T10:37:12.000Z","size":127,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:09:20.891Z","etag":null,"topics":["apibuilder","apicontroller","ariel","composer","crud","crud-creator","laravel","webapplications"],"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/mmeshkatian.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":"2019-06-23T18:52:34.000Z","updated_at":"2022-03-10T22:12:58.000Z","dependencies_parsed_at":"2022-08-22T12:00:27.780Z","dependency_job_id":null,"html_url":"https://github.com/mmeshkatian/Ariel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeshkatian%2FAriel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeshkatian%2FAriel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeshkatian%2FAriel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmeshkatian%2FAriel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmeshkatian","download_url":"https://codeload.github.com/mmeshkatian/Ariel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198889,"owners_count":21063628,"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":["apibuilder","apicontroller","ariel","composer","crud","crud-creator","laravel","webapplications"],"created_at":"2024-09-24T23:45:21.111Z","updated_at":"2025-04-10T10:11:03.225Z","avatar_url":"https://github.com/mmeshkatian.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/mmeshkatian/Ariel/blob/master/logo.png\" alt=\"Ariel Laravel\"/\u003e\n\t\u003c/p\u003e\n\t\n# Ariel\n\t\n[![Total Downloads](https://poser.pugx.org/mmeshkatian/ariel/downloads.png)](https://packagist.org/packages/mmeshkatian/ariel)\n[![Latest Stable Version](https://poser.pugx.org/mmeshkatian/ariel/v/stable)](https://packagist.org/packages/mmeshkatian/ariel)\n[![Latest Unstable Version](https://poser.pugx.org/mmeshkatian/ariel/v/unstable)](https://packagist.org/packages/mmeshkatian/ariel)\n[![License](https://poser.pugx.org/mmeshkatian/ariel/license)](https://packagist.org/packages/mmeshkatian/ariel)\n[![Awesome Laravel](https://img.shields.io/badge/Awesome-Laravel-brightgreen.svg)](https://github.com/mmeshkatian/ariel)\n[![Build Status](https://travis-ci.org/mmeshkatian/Ariel.svg?branch=master)](https://travis-ci.org/mmeshkatian/Ariel)\n\nA simple \u0026 light-weight laravel package to manage your webApplications.\n## Requirements\n\n- PHP \u003e= 7.0.0\n- Laravel \u003e= 5.4.0\n \n## Installation\n\nInstall the package through [Composer](http://getcomposer.org/). \n\nRun the Composer require command from the Terminal:\n\n    composer require mmeshkatian/ariel\n    \nIf you're using Laravel \u003e 5.5, this is all there is to do. \n\nShould you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.\n\nAdd a new line to the `providers` array:\n\n\tMmeshkatian\\Ariel\\ArielServiceProvider::class\n\nAnd optionally add a new line to the `aliases` array:\n\n\t'Ariel' =\u003e Mmeshkatian\\Ariel\\Facade::class,\n\nNow you're ready to start using the Ariel in your application.\n### Persian Simple Usage : [Virgool.io](https://virgool.io/@mmeshkatian/%D8%AA%D9%88%D8%B3%D8%B9%D9%87-%D9%BE%D9%86%D9%84-%D9%85%D8%AF%DB%8C%D8%B1%DB%8C%D8%AA-%D8%A8%D8%A7-laravel-%D9%88-%D9%BE%DA%A9%DB%8C%D8%AC-ariel-j4yubj1qcmbt). \n### English Simple Usage : [medium.com](https://virgool.io/@mmeshkatian/%D8%AA%D9%88%D8%B3%D8%B9%D9%87-%D9%BE%D9%86%D9%84-%D9%85%D8%AF%DB%8C%D8%B1%DB%8C%D8%AA-%D8%A8%D8%A7-laravel-%D9%88-%D9%BE%DA%A9%DB%8C%D8%AC-ariel-j4yubj1qcmbt). \n\n## Overview\nLook at one of the following topics to learn more about Ariel\n\n* [Configuration](#configuration)\n* [ControllerBuilder](#ControllerBuilder)\n* [ApiBuilder](#ApiBuilder)\n\n## Configuration\nrun these commands to publish assets and config：\n\n    php artisan vendor:publish --provider=\"Mmeshkatian\\Ariel\\ArielServiceProvider\"\n\n\n## ControllerBuilder\ncreate your controller by artisan command\n\n\tphp artisan make:controller TestArielController\n\nopen TestArielController placed in App/Http/Controllers then change the controller like below :\n```php\n\u003c?php\nnamespace App\\Http\\Controllers;\nuse Illuminate\\Http\\Request;\nuse Mmeshkatian\\Ariel\\BaseController;\n\nclass TestArielController extends BaseController\n```\nyour controller should extends from Mmeshkatian\\Ariel\\BaseController .\nariel use configure method to initialize so create configure method in your controller .\n\n```php\npublic function configure()\n    {\n    \n    }\n```\n\nnew Documents are on the way ..!\n\nMade With ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmeshkatian%2Fariel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmeshkatian%2Fariel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmeshkatian%2Fariel/lists"}