Skip to content

crynobone/arch

 
 

Repository files navigation

CircleCI

Arch

Table of Content

Version Compatibility

Laravel Arch
5.8.x 1.1.x
6.x 2.x

Quick Installation

$ composer create-project nasrulhazim/arch project-name --prefer-dist

Development

Available artisan commands for development

Reload all caches:

$ php artisan reload:cache

Reload database and seed:

$ php artisan reload:db

Seed development data:

$ php artisan seed:dev

Create transformer class:

$ php artisan make:transformer UserTransformer Models\\User

Create datatable class:

$ php artisan make:dt UserDt Models\\User Datatable\\UserTransformer

Arch Commands

Currently there is only one command available arch:page which create necessary model, migration, factory, seeder, controller for web and API, setting up routes for API, web, datatable and breadcrumb and create all main views - index, show, create, edit and partis/actions.

You just need to run following command to create a page.

You may want to check and update generated files to meet the common practice.

$ php artisan arch:page Module

Contributing to the Arch

Contributions can be made to the Arch's respective component repositories:

Security Vulnerabilities

If you discover a security vulnerability within Arch, please send an e-mail to nasrulhazim.m@gmail.com. All security vulnerabilities will be promptly addressed.

License

About

Arch is a pre-build admin panel for web application.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.5%
  • HTML 21.4%
  • Vue 7.8%
  • Shell 0.3%