8000 GitHub - LaravelResources/MyLaravelDevPackages
[go: up one dir, main page]

Skip to content

LaravelResources/MyLaravelDevPackages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

MyLaravelDevPackages

Packages which I have developed on my own in home development.

Compress any folder to ".tgz" or ".tar.gz" from command line:

Step 1. Install 7-zip according to your processor type 64Bit or 32Bit.

Step 2. Run the following command in the parent directory of the folder you need to compress:

cd [path\to\parentfolder]
7z -ttar a dummy %cd%\* -so | 7z -si -tgzip a [name of file].tgz
7z -ttar a dummy %cd%\* -so | 7z -si -tgzip a Timeshow.tgz
7z -ttar a dummy %cd%\[foldername] -so | 7z -si -tgzip a [name of file].tgz
7z -ttar a dummy %cd%\Timeshow -so | 7z -si -tgzip a Timeshow.tgz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0