Подробное объяснение концепции полиморфных отношений в Laravel
#english
https://devdojo.com/tnylea/understanding-polymorphic-relationships
#english
https://devdojo.com/tnylea/understanding-polymorphic-relationships
DevDojo
Understanding Polymorphic Relationships
Polymorphic Relationships frightened me a little bit. I mean, who wouldn't be afraid of something called "Polymorphic Relationships." Even saying those words used to make me shiver, but that...
Парсим сайты и выводим результаты на Laravel + TailwindCSS
#english
https://medium.com/@emymbenoun/web-scraping-101-lets-build-a-curated-list-using-laravel-7-and-tailwind-css-beca3ca98651
#english
https://medium.com/@emymbenoun/web-scraping-101-lets-build-a-curated-list-using-laravel-7-and-tailwind-css-beca3ca98651
Medium
Web scraping 101: let’s build a curated list using Laravel 7 and Tailwind CSS
Web scraping is a technique used to extract useful information by analysing the HTML content of a website. Web scraping is useful in cases…
This media is not supported in your browser
VIEW IN TELEGRAM
Создание мобильного Flutter-приложения на Laravel и Pusher
#english
https://carnou.com/20200704-integrating-flutter-with-laravel-and-pusher/
#english
https://carnou.com/20200704-integrating-flutter-with-laravel-and-pusher/
Руководство по установке и настройке CKEditor в Laravel. Загрузка и сохранение изображений.
#english
https://www.positronx.io/how-to-install-integrate-ckeditor-in-laravel/
#english
https://www.positronx.io/how-to-install-integrate-ckeditor-in-laravel/
Использование События для отправки письма после регистрации пользователя
#english
https://medium.com/@collynejumah2010/sending-a-welcome-email-using-laravel-61f9c55bb3ed
#english
https://medium.com/@collynejumah2010/sending-a-welcome-email-using-laravel-61f9c55bb3ed
Medium
Sending a welcome Email using Laravel
In this Post we wanna learn how to implement a welcome email after user registration. We are going to use laravel Events and mails. In…
Руководство по установке и настройке Datatables в Laravel
#english
https://www.positronx.io/laravel-datatables-example/
#english
https://www.positronx.io/laravel-datatables-example/
Samuel Stancl продавал pdf-версию «Laravel Clean Code Tactics» за 10$ с возможностью выбрать варианты: light/dark/markdown/printable-markdown/web. Сейчас он разрешил скачивать её бесплатно. Для доступа можно указывать любой email, это значения не имеет.
https://gumroad.com/l/laravel-clean-code/free
https://gumroad.com/l/laravel-clean-code/free
Gumroad
Laravel Clean Code Tactics
A downloadable version of my Laravel Clean Code Tactics megathread.You may find the original Twitter thread here: https://samuelstancl.me/t/clean-code/The thread took me about two days to put toget...
Раз уж пошла такая жара, то как насчёт папки Http? Нужна ли она или её содержимое (контроллеры, мидлвары и формреквесты) должно быть в app?
Anonymous Poll
67%
Нужна
33%
Нет
Нестандартный Laravel. Переиспользование синхронных задач
#english
https://ryangjchandler.co.uk/articles/unconventional-laravel-synchronous-jobs-for-reusability
#english
https://ryangjchandler.co.uk/articles/unconventional-laravel-synchronous-jobs-for-reusability
Как в Laravel работать с несколькими базами данных
#english
https://www.codechief.org/article/laravel-multiple-database-connections-example
#english
https://www.codechief.org/article/laravel-multiple-database-connections-example
Отслеживание запросов HTTP-клиента в Laravel с помощью DebugBar Laravel
#english
https://www.csrhymes.com/2020/07/01/track-http-client-in-laravel-debugbar.html
#english
https://www.csrhymes.com/2020/07/01/track-http-client-in-laravel-debugbar.html
C.S. Rhymes
Track HTTP Client requests in Laravel with the Laravel DebugBar
Track your Laravel 7 HTTP Client requests in Laravel with the Laravel DebugBar
Улучшаем blade-команды @can и @cannot
#english
https://dev.to/reecem/use-morph-map-of-names-to-resolve-the-model-for-laravel-gate-policies-546n
#english
https://dev.to/reecem/use-morph-map-of-names-to-resolve-the-model-for-laravel-gate-policies-546n
DEV Community
Use Morph Map of names to resolve the Model for Laravel Gate Policies
When using the Blade directives in Laravel for authorizing resources and actions such as the @can and...
Задаём отношения прямо во время выполнения запроса
#english
https://blog.deleu.dev/runtime-eloquent-relationship-powered-by-join-clause/
#english
https://blog.deleu.dev/runtime-eloquent-relationship-powered-by-join-clause/
Загружаем файлы и скрываем их реальные адреса
#english
https://www.codechief.org/article/upload-file-and-download-hiding-real-url-in-laravel
#english
https://www.codechief.org/article/upload-file-and-download-hiding-real-url-in-laravel
Как пропатчить пакет в вендоре, без запрета на его обновление
#english
https://tomasvotruba.com/blog/2020/07/02/how-to-patch-package-in-vendor-yet-allow-its-updates/
#english
https://tomasvotruba.com/blog/2020/07/02/how-to-patch-package-in-vendor-yet-allow-its-updates/