Forwarded from Laravel World
Подборка уроков на английском языке для изучения Laravel в 2021 году
https://laravel-news.com/learning-laravel-in-2021
https://laravel-news.com/learning-laravel-in-2021
Laravel News
21 Laravel Tutorials for Learning Laravel in 2021
2021 is a great time to learn Laravel and improve your knowledge if you've been using it. To start the year off we've made a list of 21 tutorials on everything from getting started to going deeper with the framework.
Forwarded from Laravel World
Создание приложения на Laravel для парсинга сайтов
https://folafola.hashnode.dev/creating-a-web-scraping-application-using-laravel
https://folafola.hashnode.dev/creating-a-web-scraping-application-using-laravel
Forwarded from Laravel World
Памятка «Какой каркас аутентификации взять для нового проекта?»
Дополненная и русифицированная версия
Дополненная и русифицированная версия
Forwarded from Laravel World
Онлайн-Генератор отношений
Постоянно забываете порядок полей в сложных отношениях? Попробуйте это.
https://rel.uonick.com/
Постоянно забываете порядок полей в сложных отношениях? Попробуйте это.
https://rel.uonick.com/
Forwarded from Laravel World
Сиды и Фабрики в Laravel 8
https://youtu.be/qeT0pJJ_GOs
https://youtu.be/qeT0pJJ_GOs
YouTube
Live-coding: Seeds and Factories in Laravel 8 (free lesson from my course)
One lesson from my course "Creating mini-Reddit in Laravel 8". I show how I implement seeds with factories in Laravel 8 and also touching on Eloquent Observers.
Enroll in the full course: https://laraveldaily.teachable.com/p/creating-mini-reddit-in-laravel…
Enroll in the full course: https://laraveldaily.teachable.com/p/creating-mini-reddit-in-laravel…
Forwarded from Laravel World
Релиз Laravel DebugBar Companion
Десктопное приложение для дебага. Доступно для macOS, Windows и Linux.
https://laravel-news.com/laravel-debugbar-companion-app
Десктопное приложение для дебага. Доступно для macOS, Windows и Linux.
https://laravel-news.com/laravel-debugbar-companion-app
Laravel News
Laravel Debugbar Companion App
DebugBar Companion is a desktop app by Marcel Pociot that compliments Laravel Debugbar with historical Debugbar data.
Forwarded from Laravel World
Настройка автоматического бэкапа в Laravel
https://youtu.be/tKu7EqGgu_A
https://youtu.be/tKu7EqGgu_A
YouTube
#1: Laravel Backup - How to Set up Automatic DB Backup in Laravel
In this tutorial, we see how to set up an automatic database backup in Laravel. For that, we are going to use Spatie's Laravel-backup package. You can store the backups on any of the filesystems you have configured in Laravel. You will also learn how to set…
Forwarded from Laravel World
Eloquent Attribute Value Prediction
Пакет для прогнозирования значений eloquent-моделей, используя возможности машинного обучения.
https://github.com/DivineOmega/eloquent-attribute-value-prediction
Пакет для прогнозирования значений eloquent-моделей, используя возможности машинного обучения.
https://github.com/DivineOmega/eloquent-attribute-value-prediction
Forwarded from Laravel World
Laravel для начинающих — Отношения «Многие-ко-Многим»
https://youtu.be/l8m0rYR7W8w
https://youtu.be/l8m0rYR7W8w
YouTube
Eloquent One to Many Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s One to Many Relationship in Laravel – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.
📚 New Udemy Course
If you're looking to level up your Laravel…
📚 New Udemy Course
If you're looking to level up your Laravel…
Forwarded from Laravel World
Создание онлайн видео школы на Laravel
https://learn.vonage.com/blog/2020/12/11/creating-an-online-classroom-in-laravel-with-vonage-video-api
https://learn.vonage.com/blog/2020/12/11/creating-an-online-classroom-in-laravel-with-vonage-video-api
Vonage
Creating an Online Classroom in Laravel With Vonage Video API
Learn how to create a virtual classroom where the teacher can be in any location in the world and still teach student in real-time using Laravel an...
Forwarded from Laravel World
Laravel для начинающих — Отношения «Один-к-Одному»
https://youtu.be/sxGiIxf0Cgw
https://youtu.be/sxGiIxf0Cgw
YouTube
Eloquent One To One Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s One to One Relationship in Laravel – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.
📚 New Udemy Course
If you're looking to level up your Laravel…
📚 New Udemy Course
If you're looking to level up your Laravel…
Forwarded from Laravel World
Преимущества использования имён маршрутов
https://youtu.be/7lalb6HtR1c
https://youtu.be/7lalb6HtR1c
YouTube
Laravel: Why You Need Route Names?
A quick video showing the advantages of using route names instead of route URLs.
More about route names: https://laravel.com/docs/8.x/routing#named-routes
Resource Controllers with names: https://laravel.com/docs/8.x/controllers#resource-controllers
-…
More about route names: https://laravel.com/docs/8.x/routing#named-routes
Resource Controllers with names: https://laravel.com/docs/8.x/controllers#resource-controllers
-…
Forwarded from Laravel World
Использование обсерверов (наблюдателей) в Laravel
https://coderflex.com/blog/how-to-use-model-observers-in-laravel
https://coderflex.com/blog/how-to-use-model-observers-in-laravel
Coderflex
How to Use Model Observers in Laravel | coderflex
Laravel's Eloquent OM is the rock-solid implementation of Active Record. It has many features includes Observers, Laravel implements __Observer Pattern to fire some events, which can be listened to hook into, when various actions are performed on a model.
Forwarded from Laravel World
Миграции: Что делать если таблица создана, но внешний ключ не работает?
https://youtu.be/DWzUBpsEEHY
https://youtu.be/DWzUBpsEEHY
YouTube
Laravel Migrations: Table Created but Foreign Key Failed?
A tricky situation: migration is half-successful. What to do in such scenario?
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
Forwarded from Laravel World
Laravel для начинающих — Отношения «Многие-ко-Многим»
https://youtu.be/2oFNu_RhTt4
https://youtu.be/2oFNu_RhTt4
YouTube
Eloquent Many To Many Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s Many to Many Relationship in Laravel – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.
📚 New Udemy Course
If you're looking to level up your Laravel…
📚 New Udemy Course
If you're looking to level up your Laravel…
Forwarded from Laravel World
Laravel для начинающих: Добавляем Пагинацию
https://youtu.be/5FLCLfrtXUs
https://youtu.be/5FLCLfrtXUs
YouTube
How To Add Pagination In Laravel | Laravel For Beginners | Learn Laravel
This video will show you how you could simply add pagination in Laravel projects through Eloquent – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.
📚 New Udemy Course
If you're looking…
📚 New Udemy Course
If you're looking…
Forwarded from PHP Books
Design Patterns in PHP and Laravel
Автор: Kelt Dockins
Год издания: 2017
Скачать книгу
#PHP #Laravel #english
Автор: Kelt Dockins
Год издания: 2017
Скачать книгу
#PHP #Laravel #english
Forwarded from Laravel World
5 простых советов по Laravel
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
Forwarded from Laravel World
Jetstream/Fortify: Роли, Права и Гварды
https://youtu.be/NiQSNjWKLfU
https://youtu.be/NiQSNjWKLfU
YouTube
Jetstream/Fortify Multi-Auth: Roles, Permissions and Guards
A topic that causes a lot of confusion and questions on my channel. People are asking "how to implement multi auth", and in this video I'm showing step-by-step what is the actual thing you need: roles and permissions.
Repository: https://github.com/Lara…
Repository: https://github.com/Lara…