Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files missing #127

Open
gruexopro opened this issue Sep 21, 2019 · 2 comments
Open

files missing #127

gruexopro opened this issue Sep 21, 2019 · 2 comments

Comments

@gruexopro
Copy link

gruexopro commented Sep 21, 2019

Environment:windows 10,

  • Laravel-Code-Generator Version: 2.2
  • Laravel Version: 5.8

Description:

when i install laravel-code-generator, various file are missing, like: /config/codegenerator_custom.php, and /config/codegenerator.php so i download manually from the repository both of them, but i wannt an overryde the original option: 'organize_migrations' => false to true, but doesnt work.... and the folder /resources/codegenerator-templates, doesnt exist neither , what im doing wrong? or missing to do?

@MikeAlhayek
Copy link
Collaborator

MikeAlhayek commented Nov 4, 2019

Please try to upgrade to version 2.4 then execute this command to publish the new config file

php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=config

The previous command should generate a config/laravel-code-generator.php file where you should be able to add the 'organize_migrations' => false option.

I hope this helps

@Unisolgr14
Copy link

it generate the content of custom file with the name config/laravel-code-generator.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants