Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Jan 24, 2024
1 parent c279b33 commit 68bb0f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An intelligent code generator for Laravel framework that will save you time! Thi

For full documentation and live demo please visit <a href="https://crestapps.com/laravel-code-generator/docs/2.3" target="_blank" title="Laravel Code Generator Documentation">CrestApps.com</a>

**Note: ** The available documentation is for versions <= 2.2. The documentation for vertion 2.3+ is very similar with some exceptions. Please review the <a href="https://github.com/CrestApps/laravel-code-generator/blob/master/CHANGELOG.md" title="ChangeLog">Change Log</a> to get a list of the changes.
**Note: ** The available documentation is for versions <= 2.2. The documentation for version 2.3+ is very similar with some exceptions. Please review the <a href="https://github.com/CrestApps/laravel-code-generator/blob/master/CHANGELOG.md" title="ChangeLog">Change Log</a> to get a list of the changes.

## Features

Expand All @@ -34,11 +34,11 @@ For full documentation and live demo please visit <a href="https://crestapps.com
<li>Client-side validation.</li>
<li>File uploading handling.</li>
<li>Auto store multiple-response in the database.</li>
<li>Create form-request to clean up your controller and increase your code reusability.</li>
<li>Create form-request to clean up your controller and increase your code re-usability.</li>
<li>Create view's layouts with and without client-side validation.</li>
<li>Change the template at run time to generate different views.</li>
<li>Ability to generate views with and without Laravel-Collective.</li>
<li>Nicely handles any date, time or datetime field.</li>
<li>Nicely handles any date, time or DateTime field.</li>
<li>Auto handles any boolean field.</li>
<li>Very easy to use with lots of documentation.</li>
</ul>
Expand All @@ -53,7 +53,7 @@ For full documentation and live demo please visit <a href="https://crestapps.com

2. **(You may skip this step when using Laravel >= 5.5)** To bootstrap the packages into your project while using command-line only, open the app/Providers/AppServiceProvider.php file in your project. Then, add the following code to the register() method.

Add the following line to bootstrap laravel-code-generator to the framework.
Add the following line to bootstrap `laravel-code-generator` to the framework.

```
if ($this->app->runningInConsole()) {
Expand Down Expand Up @@ -256,4 +256,3 @@ The following example assumes that we are trying to create a CRUD called <var>As
## License

"Laravel Code Generator" is an open-sourced software licensed under the <a href="https://opensource.org/licenses/MIT" target="_blank" title="MIT license">MIT license</a>

0 comments on commit 68bb0f3

Please sign in to comment.