承接 flightsadmin/livewire-crud 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

flightsadmin/livewire-crud

最新稳定版本:2.1.1

Composer 安装命令:

composer require flightsadmin/livewire-crud

包简介

Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.

README 文档

README

Latest Version on Packagist

A livewire CRUD Generation package to help scaffold basic site files. Package is autoloaded as per PSR-4 autoloading in any laravel version ^5.6 so no extra config required. However is has been tested on version ^7 & ^8. It uses auth middleware thus installs laravel/ui just incase you don't have any other auth mechanism, this does not mean you have to use laravel/ui.

Documentation

More detailed documentation can ne found at livewire-crud

Installation

You can install the package via Composer:

composer require flightsadmin/livewire-crud

Usage

After running composer require flightsadmin/livewire-crud command just run:

php artisan crud:install

**This command will perfom below actions:

* Compile css/js based on `bootstrap and bootstrap-icons`.
* Run `npm install && run build`
* Flush *node_modules* files from your folder.

If you choose to scaffold authentication this command will run php artisan ui:auth to generate Auth scaffolds using laravel/ui package. You can skip this step if your app has authentication already.

Then generate Crud by:

php artisan crud:generate {table-name}

**This command will generate:

* Livewire Component.
* Model.
* Views.    
* Factory.

**Remember to customise your genertaed factories and migrations if you need to use them later

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email george@flightsadmin.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 18.28k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 78
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 78
  • Watchers: 5
  • Forks: 30
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-21