×
Clear all filters including search bar
Valeri Tandilashvili's Personal Professional Blog
ctrl + p
-> search ext install laravel blade
-> install laravel blade snippets
extensionprojectname
based on laravel/laravel
packagecomposer create-project laravel/laravel projectname
composer
remove
command removes packages from vendor
and composer.json
filecomposer remove vendor/package
composer require phpunit/phpunit
composer.json
we can use --with and provide a custom versioncomposer update --with vendor/package:2.0.1
composer update "vendor/*"
composer update vendor/package
file.php
to src
directory (if the directory does not exist, the file will be renamed to src
)git mv file.php src
file.php
will be moved to src/
directory (if the destination directory does not exist, git will throw the error: destination directory does not exist..
git mv file.php src/
After running the command, status of the file will be renamed
, but if we did it manually, git will identify the operation as deleted
and new file
git bisect reset