https://github.com/venturedrake/laravel-create
Laravel Create
https://github.com/venturedrake/laravel-create
Last synced: 10 months ago
JSON representation
Laravel Create
- Host: GitHub
- URL: https://github.com/venturedrake/laravel-create
- Owner: venturedrake
- License: mit
- Created: 2023-02-14T06:18:07.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-21T06:38:54.000Z (over 3 years ago)
- Last Synced: 2025-03-15T13:42:44.301Z (about 1 year ago)
- Language: PHP
- Homepage: https://laravelcreate.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Create
[](https://packagist.org/packages/venturedrake/laravel-create)
[](https://packagist.org/packages/venturedrake/laravel-create)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
## Installation
You can install the package via composer:
```bash
composer require venturedrake/laravel-create
```
## Usage
```php
// Usage description here
```
### Testing
```bash
composer test
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email andrew@venturedrake.com instead of using the issue tracker.
## Credits
- [Andrew Drake](https://github.com/andrewdrake)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.