Skip to content

Commit 6fc31f0

Browse files
author
Admin
committed
Merge remote-tracking branch 'origin/production' into production
2 parents 0e98c96 + 21d1959 commit 6fc31f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Laravel Crud Wizard Generator
22

3+
[![Total Downloads](https://img.shields.io/packagist/dt/macropay-solutions/laravel-crud-wizard-generator)](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-generator)
4+
[![Latest Stable Version](https://img.shields.io/packagist/v/macropay-solutions/laravel-crud-wizard-generator)](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-generator)
5+
[![License](https://img.shields.io/packagist/l/macropay-solutions/laravel-crud-wizard-generator)](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-generator)
6+
37
Library for [laravel-crud-wizard-free](https://github.com/macropay-solutions/laravel-crud-wizard-free) and [laravel-crud-wizard](https://github.com/macropay-solutions/laravel-lumen-crud-wizard)
48

59
## Installation
@@ -28,7 +32,7 @@ Created Service: /var/www/html/project/app/Services/OperationsService.php
2832
Created Controller: /var/www/html/project/app/Http/Controllers/OperationsController.php
2933
TODO:
3034
- Create migration if needed,
31-
- Fill the model's properties,
35+
- Fill the model's properties and relations,
3236
- Define validations in controller,
3337
- Expose resource in DbCrudMap::MODEL_FQN_TO_CONTROLLER_MAP.
3438
Created Decorator: /var/www/html/project/app/Decorators/OperationDecorator.php

src/Services/MakeControllerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function createControllerFile(string $controllerStub, string $resource
5454
$this->line('<info>Created Controller:</info> ' . $path);
5555
$this->info('TODO:');
5656
$this->info('- Create migration if needed,');
57-
$this->info('- Fill the model\'s properties,');
57+
$this->info('- Fill the model\'s properties and relations,');
5858
$this->info('- Define validations in controller,');
5959
$this->info('- Expose resource in DbCrudMap::MODEL_FQN_TO_CONTROLLER_MAP.');
6060

0 commit comments

Comments
 (0)