Skip to content

Instantly share code, notes, and snippets.

@mahedi2014
Created May 4, 2020 04:53
Show Gist options
  • Save mahedi2014/baf9041758e40b4252f395a55a7275c3 to your computer and use it in GitHub Desktop.
Save mahedi2014/baf9041758e40b4252f395a55a7275c3 to your computer and use it in GitHub Desktop.
Dev command list (laravel, svn)

#Laravel commands

php artisan config:clear php artisan cache:clear php artisan view:clear php artisan route:clear

composer dump-autoload

php artisan serve php artisan optimize

#NPM commands

npm run --watch npm build --prod

#svn commands

Checkout:

svn checkout

Add:

svn add

Delete:

svn del

Ignore:

svn rm --keep-local svn propset svn:ignore . svn update svn commit -m “Your message”

@mahedi2014
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment