Как писать в Твиттер из Laravel-приложения с помощью Zapier
https://mattstauffer.com/blog/how-to-post-to-twitter-from-your-laravel-app-using-zapier/
https://mattstauffer.com/blog/how-to-post-to-twitter-from-your-laravel-app-using-zapier/
Matt Stauffer
How to post to Twitter from your Laravel app using Zapier
Recently Twitter started promoting their v2 API, which includes requiring all developers to re-apply to get developer credentials. Long story short, my application was rejected, so I'm left trying to build personal apps that tweet without API access. I'm…
Делаем рефакторинг в PhpStorm
https://youtu.be/LamxHRmwK2Q
https://youtu.be/LamxHRmwK2Q
YouTube
How to do refactoring in PhpStorm – PhpStorm Tips with Christoph Rumpel
Meet Laravel expert Christoph Rumpel and explore PhpStorm’s refactoring features.
Christoph's course on PhpStorm: https://masteringphpstorm.com.
00:00 Intro: what is refactoring
01:15 Rename refactoring
03:08 Extract method
04:45 Inline variable
05:11 Pull…
Christoph's course on PhpStorm: https://masteringphpstorm.com.
00:00 Intro: what is refactoring
01:15 Rename refactoring
03:08 Extract method
04:45 Inline variable
05:11 Pull…
Вся информация о версиях Laravel. Есть API.
9-ая версия будет LTS и запланирована на сентябрь этого года.
https://laravelversions.com/
9-ая версия будет LTS и запланирована на сентябрь этого года.
https://laravelversions.com/
Laravel Versions
Security and bug fix timelines for all Laravel Versions
Тейлор о новом расписании выхода мажорных версий
Кратко: теперь они будут выходить не каждые полгода, а раз в год
https://blog.laravel.com/updates-to-laravels-versioning-policy
Кратко: теперь они будут выходить не каждые полгода, а раз в год
https://blog.laravel.com/updates-to-laravels-versioning-policy
The Laravel Blog
Laravel: New Release Schedule - The Laravel Blog
For the last 4 years, Laravel has released a new "major" version every 6 months. Before adopting the "semantic versioning" standard - the second number in the Laravel version number changed every 6 months. With the adoption of semantic versioning,...
Релиз Laravel 8.25
https://github.com/laravel/framework/releases/tag/v8.25.0
https://github.com/laravel/framework/releases/tag/v8.25.0
GitHub
Release v8.25.0 · laravel/framework
Added
Added Stringable::pipe & make Stringable tappable (#36017)
Accept a command in object form in Bus::assertChained (#36031)
Adds parallel testing (#36034)
Make Listeners, Mailables, and No...
Added Stringable::pipe & make Stringable tappable (#36017)
Accept a command in object form in Bus::assertChained (#36031)
Adds parallel testing (#36034)
Make Listeners, Mailables, and No...
Новое в Laravel 8.25: Параллельное Тестирование
https://blog.laravel.com/laravel-parallel-testing-is-now-available
https://blog.laravel.com/laravel-parallel-testing-is-now-available
The Laravel Blog
Laravel: Parallel Testing Is Now Available - The Laravel Blog
We're excited to announce that Parallel Testing is now available in Laravel. Starting Laravel v8.25, you may use the built-in `test` Artisan command to run your tests simultaneously across multiple processes to significantly reduce the time required to run…
Также зарелизены:
— Laravel 6.20.15
— Dusk 6.11.2
— Jetstream 2.1.2
— Lumen 8.2.2
— Sail 1.3.0
— Sanctum 2.9
— Slack Notification Channel 2.3.1
— Telescope 4.4.1
— Tinker 2.6
— Laravel 6.20.15
— Dusk 6.11.2
— Jetstream 2.1.2
— Lumen 8.2.2
— Sail 1.3.0
— Sanctum 2.9
— Slack Notification Channel 2.3.1
— Telescope 4.4.1
— Tinker 2.6
Кастомные маршруты в Fortify
https://youtu.be/Z3O9Pflsl4g
https://youtu.be/Z3O9Pflsl4g
YouTube
Custom Laravel Fortify Routes
Want more? Explore the library at http://codecourse.com
Need to tinker with Laravel Fortify routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
Need to tinker with Laravel Fortify routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
Кастомные маршруты в Jetstream
https://youtu.be/jEHxoMXmKhs
https://youtu.be/jEHxoMXmKhs
YouTube
Custom Laravel Jetstream Routes
Want more? Explore the library at http://codecourse.com
Need to tinker with Laravel Jetstream routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
Need to tinker with Laravel Jetstream routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.
Official site
https://www.codecourse.com…
This media is not supported in your browser
VIEW IN TELEGRAM
Перезапуск сайта Laravel Pastebin
Обновлён дизайн. Добавлен тёмный режим. Сделана кнопка копирования.
https://paste.laravel.io/
Обновлён дизайн. Добавлен тёмный режим. Сделана кнопка копирования.
https://paste.laravel.io/
Отправка писем с помощью Mailjet
https://www.itsolutionstuff.com/post/how-to-send-mail-using-mailjet-in-laravelexample.html
https://www.itsolutionstuff.com/post/how-to-send-mail-using-mailjet-in-laravelexample.html
Itsolutionstuff
How to Send Mail using Mailjet in Laravel?
how to send mail using mailjet in laravel, laravel send mail mailjet example, laravel mailjet smtp example, laravel mailjet send email, laravel mailjet mail driver, send email with mailjet php laravel
Релиз 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…