the PHP cURL library is not available. (Currently using cURL Not found)







تعذر تثبيت إطار الاختبار لأن مكتبة PHP cURL غير متوفرة. (يستخدم الآن cURL غير موجود)                              [error]

او

The testing framework could not be installed because the PHP cURL library is not available. (Currently using cURL Not found)

On ubuntu 14.x
apt-get install php5-curl


WampServer on your taskbar
PHP
Php Extentions
enable php_curl


WampServer on your taskbar
PHP
Php Extentions
enable php_curl

for more info please visit
http://php.net/manual/en/curl.installation.php

0 التعليقات :

خدمة توصيل المحتوى CDN وافضل المواقع التي تقدمها

تعريف الـ CDN

كلمة CDN هي اختصار لعبارة Content Delivery Network وهي تعني شبكة توصيل أو توزيع المحتوى، وتتكون هذه الشبكة من عدة خوادم “سيرفرات” قوية وسريعة موزعة جغرافيا على عدة مناطق مختلفة من العالم ومتصلة ببعضها مما يسهل عملية نقل المحتوى بينها.

فوائد الـ CDN

الدور الذي تقوم به خدمة ال CDN شبكة توصيل المحتوى هو جعل محتوى الموقع في اقرب موقع جغرافي لزائر اي اقرب سيرفر موجود في العالم بالنسبة لزائر والغرض من هذا تقليل التاخير الناتج في نقل البيانات الى الزائر وتخفيف الضغط على السيرفر. بطبيعة الحال هذه السيرفرات تقوم بحفظ ملفات ثابتة مثلا صفحات html و ملفات التنسيق CSS و الصور و ملفات Javascript الى اخره نعطي مثال كي نستوعب الطريقة اكثر
لنفترض ان الموقع في اسضافة توجد سيرفراتها في الولايات المتحدة الامريكية والزائر من شمال افريقيا هنا لن يتم عرض المحتوى الموجود بالسيرفرات الموجودة في الولايات المتحدة ولكن سيتم عرض المحتوى من سيرفر موجود في اقرب نقطة لزائر مثلا لنتفرض من المغرب سيتم عرض المحتوى من اقرب نقطة على حسب تواجد السيرفرات الخاصة بال CDN اي سيتم عرض محتوى من اوروبا وهذه اقرب الاماكن للمغرب نظرا لعدم وجود هذه الخدمة في افريقيا على حد علمي والله اعلم

افضل المواقع التي تقدم هذه الخدمة

هذه الخدمة انا استعملها حاليا وهي الافضل على الاطلاق في الخدمات المجانية لشبكة توصيل المحتوى CDN لن تحتاج فقط الا لتسجيل في موقعهم وتنفيد بعض الخطوات لتغيير DNS

لزيارة موقع CloudFlare

0 التعليقات :

PHP mail by Laravel solved

tutorial for how to send mail by laravel 4.2
check this link
http://code.tutsplus.com/tutorials/sending-emails-with-laravel-4-gmail--net-36105





if you face the below problem check the below way 


the solving of this problem is 

1-
login to your gmail account
2-
access to this link 
https://www.google.com/settings/security/lesssecureapps
 and then choose 
Access for less secure apps 
turn on 

problem solved 
:)


if you faced this case

Using gmail smtp via Laravel: Connection could not be established with host smtp.gmail.com [Connection timed out #110]

Try 
'encryption' => 'ssl',

'port' => 465,

I had the same problem and I resolved it in this way:
'driver' => 'sendmail',
You need to change only that line.



Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/answer/14257 l6sm346141wib.18 - gsmtp "

0 التعليقات :

Laravel 4 generate not working :: solved
















 [InvalidArgumentException]
 There are no commands defined in the "generate" namespace.


solved by the below method :) 

Begin by installing this package through Composer. Edit your project's composer.json file to require way/generators.
"require-dev": {
    "way/generators": "~2.0"
}
Next, update Composer from the Terminal:
composer update --dev
Once this operation completes, the final step is to add the service provider. Openapp/config/app.php, and add a new item to the providers array.
'Way\Generators\GeneratorsServiceProvider'\

0 التعليقات :

Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?) :: solved




Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)

solved by the below 


; linux
extension=php_fileinfo.so

; windows
extension=php_fileinfo.dll

and then restart your localhost server or some times need to restart pc if you are using localhost:8000

 .
i hope to be helpfully 

0 التعليقات :

بسم الله الرحمن الرحيم

اول مشاركة للتجربة :)

0 التعليقات :