Skip to content
Snippets Groups Projects
Commit ddf3bba3 authored by Damien Labat's avatar Damien Labat
Browse files

build: update ide-helper script

parent fca0d925
No related branches found
No related tags found
1 merge request!1Export CSV feature
Pipeline #34830 failed
#!/bin/bash #!/bin/bash
cd ../.. cd ../..
./vendor/bin/sail artisan ide-helper:generate
./vendor/bin/sail artisan ide-helper:meta
./vendor/bin/sail artisan ide-helper:models -W ./vendor/bin/sail artisan ide-helper:models -W
./vendor/bin/php-cs-fixer fix ./app/Models ./vendor/bin/php-cs-fixer fix ./app/Models
...@@ -24,3 +24,5 @@ public/images ...@@ -24,3 +24,5 @@ public/images
/Vagrantfile /Vagrantfile
/after.sh /after.sh
/aliases /aliases
/.phpstorm.meta.php
/_ide_helper.php
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment