Релиз Environment Synchronization
Пакет для актуализации файла .env.example
https://habr.com/ru/post/539464/
Пакет для актуализации файла .env.example
https://habr.com/ru/post/539464/
Контрактные тесты: гарантированное одинаковое поведение во всех реализациях интерфейса
https://www.kai-sassnowski.com/post/contract-tests/
https://www.kai-sassnowski.com/post/contract-tests/
Kai-Sassnowski
Contract Tests
There is more to the contract of an interface than just the methods it provides. All implementation of this interface actually need to behave consistently in the same situations. This post shows a way how we can test for this.
Испытание нового Параллельного Тестирования в Laravel 8.25
https://youtu.be/-zoWORI3_1g
https://youtu.be/-zoWORI3_1g
YouTube
Trying out the new Parallel Testing in Laravel 8
Laravel just released the new Parallel Testing feature so I thought I'd put a quick video together upgrading and seeing how much faster tests are - the results are pretty cool!
Definitely a great addition to Laravel 8!
Parallel Testing Docs:
https://la…
Definitely a great addition to Laravel 8!
Parallel Testing Docs:
https://la…
Видообзор пакета переключающего Jetstream с Tailwind на использование Bootstrap
https://youtu.be/Pd7EF2rkyOM
https://youtu.be/Pd7EF2rkyOM
YouTube
Jetstrap: Convert Jetstream from Tailwind to Bootstrap
Review of a package to swap Tailwind CSS to Bootstrap presets (with two themes), in Laravel Jetstream.
Try it out: https://github.com/nascent-africa/jetstrap
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel…
Try it out: https://github.com/nascent-africa/jetstrap
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel…
Развертывание приложения с нулевым временем простоя с помощью Github Actions на несколько серверов
https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/
https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/
Philo's Blog
Laravel Deployment With GitHub Actions
Learn step by step how to deploy any application to multiple servers without any down-time for free with GitHub Actions.
Hotwire в Laravel
https://laravel-news.com/use-basecamps-hotwire-in-laravel
https://laravel-news.com/use-basecamps-hotwire-in-laravel
Laravel News
Use Basecamp’s Hotwire in Laravel
Turbo Laravel is a package that gives you a set of conventions to get the most out of Hotwire in Laravel. Turbo is inspired by the turbo-rails gem, giving Laravel developers a similar experience as those developing with Hotwire in the Ruby world.
Быстрая генерация любых классов в PhpStorm
https://youtu.be/O-0gDmRDOXI
https://youtu.be/O-0gDmRDOXI
YouTube
Quickly Generate Any Laravel Class with PhpStorm
After a discussion on Twitter, I decided to show a few examples of how to use your IDE instead of wanting a "make:something" Artisan command for an empty PHP/Laravel class.
Original tweet: https://twitter.com/PovilasKorop/status/1353964417176784900
A few…
Original tweet: https://twitter.com/PovilasKorop/status/1353964417176784900
A few…
Макросы в Laravel: что это такое и как их использовать
https://qirolab.com/posts/what-are-laravel-macros-and-how-to-extending-laravels-core-classes-using-macros
https://qirolab.com/posts/what-are-laravel-macros-and-how-to-extending-laravels-core-classes-using-macros
Qirolab
What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example? | Qirolab
Laravel Macros are a great way of expanding Laravel's core macroable classes and add additional functionality needed for your application. In simple word, Laravel Macro is an (...)
Смена пользовательского ID на UUID в Laravel Fortify
https://youtu.be/e-zhq5W0j1M
https://youtu.be/e-zhq5W0j1M
YouTube
Switching Exposed User IDs in Laravel Fortify Email Verification
Want more? Explore the library at https://codecourse.com
By default, Laravel Fortify’s email verification functionality exposes the user ID in the verification email link. If you’d like to switch it up it for any reason, here’s how.
Official site
ht…
By default, Laravel Fortify’s email verification functionality exposes the user ID in the verification email link. If you’d like to switch it up it for any reason, here’s how.
Official site
ht…
Мощный Illuminate Request
Когда я впервые познакомился с Symfony, то меня поразил компонент symfony/http-foundation. Думаю, это один из самых важных пакетов современного PHP-приложения. Он заполняет лакуны основных PHP-функций, предоставляя дружественный объектно-ориентированный интерфейс для запросов и ответов.
В Laravel объекты Illuminate Request и Response используют компонент HTTP Foundation через наследование и предоставляют отличный удобный API поверх основных классов.
В этой статье мы рассмотрим некоторые из методов объекта Illuminate Request.
https://laravel.demiart.ru/illuminate-request/
Когда я впервые познакомился с Symfony, то меня поразил компонент symfony/http-foundation. Думаю, это один из самых важных пакетов современного PHP-приложения. Он заполняет лакуны основных PHP-функций, предоставляя дружественный объектно-ориентированный интерфейс для запросов и ответов.
В Laravel объекты Illuminate Request и Response используют компонент HTTP Foundation через наследование и предоставляют отличный удобный API поверх основных классов.
В этой статье мы рассмотрим некоторые из методов объекта Illuminate Request.
https://laravel.demiart.ru/illuminate-request/
Уроки Laravel
Мощный Illuminate Request | Уроки Laravel
Когда я впервые познакомился с Symfony, то меня поразил компонент symfony/http-foundation. Думаю, это один из самых важных пакетов современного PHP-приложения. Он заполняет лакуны основных PHP-функций
Laravel для новичков: как загружать изображения
https://youtu.be/IMld7bPw8P4
https://youtu.be/IMld7bPw8P4
YouTube
How To Upload Images In Laravel | Laravel For Beginners | Learn Laravel
This video will show you how you could create a simply script that allows you to upload images 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…
📚 New Udemy Course
If you're…
Подробности об уязвимость в Laravel Ignition <= 2.5.1
https://www.ambionics.io/blog/laravel-debug-rce
https://www.ambionics.io/blog/laravel-debug-rce
Ambionics
Laravel <= v8.4.2 debug mode: Remote code execution
Ambionics Security team discovered an RCE in Laravel, when the framework is in debug mode.
Советы по Laravel от Povilas Korop обновлены до 125 штук
https://github.com/LaravelDaily/laravel-tips
https://github.com/LaravelDaily/laravel-tips
Ресурс WickedBlocks: бесплатные блоки Tailwind CSS для копипасты
https://youtu.be/IfybAqUqXHc
https://youtu.be/IfybAqUqXHc
YouTube
WickedBlocks: Free Tailwind CSS Blocks to Copy-Paste
I want to share the resource I've found recently, WickedBlocks will help you to build a landing page structure with Tailwind CSS quickly.
Try it: https://blocks.wickedtemplates.com/
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Try it: https://blocks.wickedtemplates.com/
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…