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

Basset install command #51

Merged
merged 6 commits into from
Jun 24, 2023
Merged

Basset install command #51

merged 6 commits into from
Jun 24, 2023

Conversation

promatik
Copy link
Contributor

image

image

src/Console/Commands/BassetInstall.php Outdated Show resolved Hide resolved

if ($this->components->confirm('Do you wish to add symlink creation command to composer.json post install script?', true)) {
$this->components->task($message, function () {
$process = new Process(['composer', 'config', 'scripts.post-install-cmd.-1', 'php artisan storage:link']);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooooh this is so elegant! 👏👏👏

src/Console/Commands/BassetInstall.php Outdated Show resolved Hide resolved
@tabacitu tabacitu merged commit ba6f1c3 into main Jun 24, 2023
@tabacitu tabacitu deleted the install-command branch June 24, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants