2017 © Pedro Peláez
 

library laravel-crudkit

Open source CRUD framework for Laravel

image

markpurser/laravel-crudkit

Open source CRUD framework for Laravel

  • Wednesday, August 30, 2017
  • by markpurser
  • Repository
  • 4 Watchers
  • 12 Stars
  • 342 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 49 % Grown

The README.md

laravel-crudkit

license, (*1)

Open source CRUD framework for Laravel 5.3+., (*2)

Admin-panel, (*3)

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., (*4)

Require this package with composer using the following command:, (*5)

composer require markpurser/laravel-crudkit

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

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

Publish the configuration file and public assets., (*7)

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

In your .env file, set up your database connection to point to the example sqlite3 file., (*8)

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, (*9)

Features

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

  • 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., (*11)

Documentation

https://github.com/markpurser/laravel-crudkit/wiki, (*12)

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., (*13)

Credits

http://markpurser.co.uk, (*14)

Licensing

The code in this project is licensed under MIT license., (*15)

The Versions

30/08 2017

dev-master

9999999-dev

Open source CRUD framework for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Mark Purser

database laravel sql framework frontend crud scaffold gui interface crudkit laravel-crudkit

17/02 2017

0.1.2

0.1.2.0

Open source CRUD framework for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Mark Purser

database laravel sql framework frontend crud scaffold gui interface crudkit laravel-crudkit

17/02 2017

0.1.1

0.1.1.0

Open source CRUD framework for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Mark Purser

database laravel sql framework frontend crud scaffold gui interface crudkit laravel-crudkit