markpurser/laravel-crudkit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

markpurser/laravel-crudkit

Composer 安装命令:

composer require markpurser/laravel-crudkit

包简介

Open source CRUD framework for Laravel

README 文档

README

license

Open source CRUD framework for Laravel 5.3+.

Admin-panel

Should use this if...

  • You need a front-end to your existing MySQL or Sqlite relational database
  • You don't require a graphical builder or generator

Getting started

Install Laravel 5.3 or above.

Require this package with composer using the following command:

composer require markpurser/laravel-crudkit

After updating composer, add the service providers to the providers array in config/app.php

Markpurser\LaravelCrudKit\CrudKitServiceProvider::class,
Markpurser\LaravelCrudKit\Demo\BooksServiceProvider::class,

Publish the configuration file and public assets.

php artisan vendor:publish --provider="Markpurser\LaravelCrudKit\CrudKitServiceProvider"

In your .env file, set up your database connection to point to the example sqlite3 file.

DB_CONNECTION=sqlite
DB_DATABASE=/absolute/path/to/vendor/markpurser/laravel-crudkit/src/Demo/books.sqlite3

In your browser, go to http://localhost:8000/admin-panel

Features

Many of the features that were experimental or incomplete in the original http://crudkit.com are now working, including:

  • Many-to-one and many-to-many relationships
  • Datetime data types
  • Enum and boolean data types
  • Correct pagination of entries in the summary view
  • Simple search
  • Support for soft delete and Laravel timestamps
  • Improved fluent interface to define tables, pages and relationships

Inspired by http://crudkit.com, this project is a complete rewrite with a simplified codebase.

Documentation

https://github.com/markpurser/laravel-crudkit/wiki

Future Roadmap

  • Integration with Laravel Eloquent ORM
  • Postgres, Sql Server

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Credits

http://markpurser.co.uk

Licensing

The code in this project is licensed under MIT license.

统计信息

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

GitHub 信息

  • Stars: 15
  • Watchers: 5
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固