Размышления о Node.js и о том, почему мне следовало остановиться на Laravel
https://dev.to/tylerlwsmith/reflecting-on-a-year-with-node-js-and-why-i-should-have-stuck-with-laravel-e5a
https://dev.to/tylerlwsmith/reflecting-on-a-year-with-node-js-and-why-i-should-have-stuck-with-laravel-e5a
DEV Community
Reflecting on a year with Node.js and why I should have stuck with Laravel
A year ago I made a bet on full-stack JS and switched my focus from Laravel to Node.js. A year later, I found that Node just slowed me down.
Использование темы AdminLTE в Laravel Fortify
https://youtu.be/2lHFnYLTHSI
https://youtu.be/2lHFnYLTHSI
YouTube
How to use AdminLTE theme with Laravel Fortify
Package: https://github.com/laravel/fortify and https://github.com/InfyOmLabs/laravel-ui-adminlte
Official Docs: https://laravel.com/docs/8.x/fortify
Source code https://github.com/shailesh-ladumor/lpt-demo/tree/master/laravel-fortify-demo
Laravel Fortify…
Official Docs: https://laravel.com/docs/8.x/fortify
Source code https://github.com/shailesh-ladumor/lpt-demo/tree/master/laravel-fortify-demo
Laravel Fortify…
Объектно-ориентированное программирование (ООП) является одним из столпов любого языка программирования и одним из самых больших его преимуществ является наследование, а мы можем это использовать для реализации кастомного Blueprint.
https://laravel.demiart.ru/custom-blueprint/
https://laravel.demiart.ru/custom-blueprint/
Уроки Laravel
Кастомный конструктор таблиц | Уроки Laravel
Как сделать кастомную генерацию миграций со своими полями.
Трейт шифрования
https://www.guywarner.dev/laravel-encryptable-trait
https://www.guywarner.dev/laravel-encryptable-trait
Laravel & PHP by Guy Warner
Laravel Encryptable Trait
Note: This post is out of date, Laravel can now do this encryption out of the box without a trait. Please check the update.
In our main repo, we have a lot of MySQL fields that are required to be encrypted. Instead of littering our controllers and vi...
In our main repo, we have a lot of MySQL fields that are required to be encrypted. Instead of littering our controllers and vi...
Загрузка файлов в Livewire 2
https://www.guywarner.dev/livewire-v2-file-upload-tutorial
https://www.guywarner.dev/livewire-v2-file-upload-tutorial
Laravel & PHP by Guy Warner
Livewire V2 File Upload Tutorial
In this tutorial, we'll cover uploading a CSV file in Laravel with Livewire. This tutorial is written with the assumption you know how to get a Laravel app up and that Livewire is already installed.
Step 1
Create a new component and view from the com...
Step 1
Create a new component and view from the com...
Лайк/Дизлайк-система на Laravel+Vue
https://www.positronx.io/how-to-build-laravel-vue-js-like-dislike-system/
https://www.positronx.io/how-to-build-laravel-vue-js-like-dislike-system/
positronX.io
How to Build Laravel 9 Vue JS Like Dislike System
How to create a like and dislike system in the Laravel Vue; also store the like and dislike values in the database based on the user id.
Тестирование Laravel API с помощью PHPUnit
https://auth0.com/blog/testing-laravel-apis-with-phpunit/
https://auth0.com/blog/testing-laravel-apis-with-phpunit/
Auth0 - Blog
Testing Laravel APIs Using PHPUnit
Learn how to test Laravel APIs using PHPUnit.
Валидация продолжительности видео в Laravel
https://rajesh-kumar.medium.com/validate-video-duration-in-laravel-9afe1d1df0b8
https://rajesh-kumar.medium.com/validate-video-duration-in-laravel-9afe1d1df0b8
Medium
Validate Video Duration in Laravel
Hey folks, hope you are fine.
Когда дело доходит до ускорения приложения, то лучшее решение — это кэширование. Laravel поставляется с уже готовыми кэш-драйверами: Redis, Memcached или просто локальные файлы.
Но в этот раз мы поговорим о кешировании запросов Eloquent напрямую из моделей, что значительно упростит кэширование данных!
https://laravel.demiart.ru/cache-eloquent-queries/
Но в этот раз мы поговорим о кешировании запросов Eloquent напрямую из моделей, что значительно упростит кэширование данных!
https://laravel.demiart.ru/cache-eloquent-queries/
Уроки Laravel
Кэширование запросов Eloquent | Уроки Laravel
Когда дело доходит до ускорения приложения, то лучшее решение — это кэширование. Laravel поставляется с уже готовыми кэш-драйверами: Redis, Memcached или просто локальные файлы. Но в этот раз мы погов
Храним Laravel-бэкапы на Google Drive
https://www.nicesnippets.com/blog/laravel-8-backup-store-on-google-drive
https://www.nicesnippets.com/blog/laravel-8-backup-store-on-google-drive
На Реддите снова вспыхнули обвинения Тейлора в том, что он рекомендует только инструменты своих друзей и принимает пул-реквесты только от своего ближнего круга. В новом подкасте автор фреймворка расскажет обо всём этом со своей точки зрения, как он принимает решения и как выбирает инструменты.
https://blog.laravel.com/laravel-snippet-25-ecosystem-discussion-auth-recap-passport-sanctum
https://blog.laravel.com/laravel-snippet-25-ecosystem-discussion-auth-recap-passport-sanctum
The Laravel Blog
Laravel Snippet #25: Ecosystem Discussion, Auth Recap, Passport, Sanctum - The Laravel Blog
In this episode, I discuss recent comments regarding my previous podcast, give a recap of the authentication packages covered in the last podcast, and discuss Laravel Passport and Sanctum with particular focus...
Localizator — извлечение переведенных строк из Laravel-проектов
https://laravel-news.com/extract-untranslated-strings-from-laravel-projects
https://laravel-news.com/extract-untranslated-strings-from-laravel-projects
Laravel News
Extract Untranslated Strings from Laravel Projects
Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files.
Как показать, кто из пользователей онлайн
https://mrunali.in/how-to-display-online-users-in-laravel
https://mrunali.in/how-to-display-online-users-in-laravel
Псевдонимы полиморфных типов в Eloquent
https://www.amitmerchant.com/aliasing-polymorphic-types-in-laravel-eloquent/
https://www.amitmerchant.com/aliasing-polymorphic-types-in-laravel-eloquent/
Amit Merchant - A blog on PHP, JavaScript, and more
Aliasing polymorphic types in Laravel’s Eloquent
When working with polymorphic relationships in Laravel’s Eloquent, it’s important to specify the “type” of the related model. You can do this by using morphOne, morphMany, and morphToMany methods.
Пишем корзину на Vue + Laravel Cashier + Stripe
https://youtu.be/gvnxd1xne7Q
https://youtu.be/gvnxd1xne7Q
YouTube
Build a shopping cart with Laravel Cashier and Vue
In this 55 minute video, I'll show you how to create a basic e-commerce site powered by a Vue SPA and Laravel API, which takes payments through Stripe thanks to the Laravel Cashier package.
Join my newsletter for weekly tips on Laravel + web development:…
Join my newsletter for weekly tips on Laravel + web development:…
Меня постоянно спрашивают, будет ли возможность комментировать канал. Пока это не планируется, но вы всегда можете обсудить материал или задать вопросы по Laravel в дружелюбном чате https://t.me/laravel_web ;)
Всех с наступающим Новым Годом!
Всех с наступающим Новым Годом!
Telegram
Laravel для начинающих
Чат для программистов, изучающих PHP-фреймворк Laravel.
Правила чата: https://t.me/laravel_web/188295
За мат и флуд - мут/бан.
По вопросам: @web_username
Правила чата: https://t.me/laravel_web/188295
За мат и флуд - мут/бан.
По вопросам: @web_username