Welcome to Unix Team, the ultimate destination for the latest tutorials, source codes, and special discounts on our website. Our channel is dedicated to providing tutorials and source codes for Telegram bots, Android apps, PHP programming, and much more. Whether you are a beginner looking to learn the basics or an experienced developer seeking advanced techniques, Unix Team has something for everyone. Stay updated with the newest trends and technologies in the tech world through our channel.
Connect with the channel admin @UnixPvBot for any inquiries or assistance. Check out our sample works and projects @UTeamBot to get a glimpse of the quality content we offer. With a wide range of free tutorials available, Unix Team is your go-to resource for all things tech-related.
Visit our website Unix-Team.ir or UnixTeam.ir to explore additional resources and services offered by our team. Join Unix Team today and take your skills to the next level!
23 Jan, 17:24
22 Jan, 19:03
17 Jan, 07:48
16 Jan, 10:00
php artisan env:encrypt
.env
شما رمزنگاری شده و بهصورت یک فایل جدید به نام .env.encrypted
ذخیره میشود.--key
استفاده کنید:
php artisan env:encrypt --key=3UVsEgGVK36XN82KKeyLFMhvosbZN1aF
php artisan env:encrypt --key=ABCDEFGHIJKLMNOPQRSTUVWX123456
php artisan env:encrypt --key=ABCDEFGH12345678 --cipher=AES-128-CBC
The key length does not match the requirements of the cipher.
--cipher
را اضافه کنید:
php artisan env:encrypt --cipher=AES-128-CBC
.env
و .env.staging`)، میتوانید فایل موردنظر را با استفاده از گزینه `--env
مشخص کنید:
php artisan env:encrypt --env=staging
php artisan env:decrypt
LARAVEL_ENV_ENCRYPTION_KEY
دریافت میکند.--key
ارائه دهید:
php artisan env:decrypt --key=3UVsEgGVK36XN82KKeyLFMhvosbZN1aF
.env.encrypted
رمزگشایی شده و در فایل .env
ذخیره میشود.--cipher
را اضافه کنید:
php artisan env:decrypt --key=qUWuNRdfuImXcKxZ --cipher=AES-128-CBC
--env
مشخص کنید:
php artisan env:decrypt --env=staging
.env
موجود باشد و بخواهید آن را بازنویسی کنید، از گزینه --force
استفاده کنید:
php artisan env:decrypt --force
18 Dec, 14:44
26 Nov, 01:05
19 Nov, 04:26
18 Nov, 00:12
10 Nov, 07:07
04 Nov, 19:03
04 Nov, 19:02
02 Nov, 18:07
01 Nov, 10:29
01 Nov, 06:48
29 Oct, 10:36
15 Oct, 20:16
15 Oct, 09:17
04 Jul, 18:50
26 Mar, 09:15
24 Mar, 20:35
24 Mar, 18:38
20 Mar, 09:41
02 Nov, 14:57
20 Oct, 18:43
13 Oct, 20:42
11 Oct, 12:29
03 Jun, 13:12