https://github.com/webplusmultimedia/laraextjs
CRUD for laravel/Extjs
https://github.com/webplusmultimedia/laraextjs
extjs laravel php
Last synced: about 1 month ago
JSON representation
CRUD for laravel/Extjs
- Host: GitHub
- URL: https://github.com/webplusmultimedia/laraextjs
- Owner: webplusmultimedia
- License: other
- Created: 2018-06-17T13:06:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T14:07:57.000Z (over 5 years ago)
- Last Synced: 2026-01-31T14:44:01.919Z (4 months ago)
- Topics: extjs, laravel, php
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# LaraExtjs
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status][ico-travis]][link-travis]
[![StyleCI][ico-styleci]][link-styleci]
This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.
## Installation
Via Composer
``` bash
$ composer require webplusm/laraextjs
```
## Usage
@Todo
## Change log
Please see the [changelog](changelog.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email author email instead of using the issue tracker.
## Credits
- [author name][link-author]
- [All Contributors][link-contributors]
## License
license. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/webplusm/laraextjs.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/webplusm/laraextjs.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/webplusm/laraextjs/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield
[link-packagist]: https://packagist.org/packages/webplusm/laraextjs
[link-downloads]: https://packagist.org/packages/webplusm/laraextjs
[link-travis]: https://travis-ci.org/webplusm/laraextjs
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/webplusm
[link-contributors]: ../../contributors]