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

Check Project is Laravel #3

Closed
Xicy opened this issue Jul 31, 2019 · 0 comments
Closed

Check Project is Laravel #3

Xicy opened this issue Jul 31, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@Xicy
Copy link
Owner

Xicy commented Jul 31, 2019

IsLaravel=0
if [[ -f  "$(pwd)/composer.json" || grep -q "laravel/framework" "$(pwd)/composer.json" ]]; then
  IsLaravel=1
fi

when project laravel, create key in init mode

@Xicy Xicy self-assigned this Jul 31, 2019
@Xicy Xicy added the enhancement New feature or request label Jul 31, 2019
@Xicy Xicy added this to ToDo in Features via automation Jul 31, 2019
@Xicy Xicy closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2023
Features automation moved this from ToDo to Done Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Features
  
Done
Development

No branches or pull requests

1 participant