أساسيات إدارة الصور في Laravel - الجزء الأول - أكاديمية حسوب
12/09/2015 — InterventionImageImageServiceProviderclass. أنصحك بالإطلاع على صفحة Intervention للتأكد من الإصدار الأخير للحزمة. في آخر مرة تأكدتُ فيها، ... أكمل القراءة...
PHP Laravel Framework دليل مألوف سريع للبدء - المبرمج العربي
Routeredirect(/here/there301);. إعادة التوجيه على سبيل المثال ، إذا قمت بتقديم معلومات على صفحة واحدة ، بعد الإرسال ، فيجب عليك الانتقال إلى صفحة أخرى ... أكمل القراءة...
Database Migrations - Laravel - The PHP Framework For Web Artisans
The text method creates a TEXT equivalent column $table->text(description); ... $table->fullText(body); Adds a full text index (MySQL/PostgreSQL). أكمل القراءة...
Laravel Telescope - Laravel - The PHP Framework For Web Artisans
Installation. You may use the Composer package manager to install Telescope into your Laravel project composer require ... أكمل القراءة...
Views - Laravel - The PHP Framework For Web Artisans
Creating & Rendering Views. You may create a view by placing a file with the .blade.php extension in your applications resources/views directory. أكمل القراءة...
Mail - Laravel - The PHP Framework For Web Artisans
Plain Text Emails. If you would like to define a plain-text version of your email you may use the text method. Like the view ... أكمل القراءة...
Helpers - Laravel - The PHP Framework For Web Artisans
The StrsubstrReplace method replaces text within a portion of a string starting at the position specified by the third argument and replacing the number ... أكمل القراءة...
Eloquent Relationships - The PHP Framework For Web Artisans
By default Laravel will determine the relationship associated with the given model based on the class name of the model; however you may specify the ... أكمل القراءة...
Artisan Console - Laravel - The PHP Framework For Web Artisans
Typically the info method will display in the console as green colored text /**. * Execute the console command. *. * @return mixed. أكمل القراءة...