Использование шаблонов SB Admin 2 в Laravel
https://medium.com/@abd.shallal/start-bootstrap-admin-template-sb-admin-2-partials-in-laravel-blade-edd18cca5056
https://medium.com/@abd.shallal/start-bootstrap-admin-template-sb-admin-2-partials-in-laravel-blade-edd18cca5056
Medium
Start Bootstrap Admin Template (SB Admin 2) Partials in Laravel Blade
Bootstrap is well known in the development circles for impressive design options. Laravel makes it incredibly easy to use Bootstrap…
Как безопасно изменить БД-отношения на живом проекте
https://youtu.be/nRmoywPJRdM
https://youtu.be/nRmoywPJRdM
YouTube
How to Safely Change DB Relations in Live Laravel Project?
Have you ever needed to change DB structure on a project that is already live, with user data? In this video, I will show you the process I suggest for that.
0:00 Intro
0:55 Preparation: Plan of Actions
4:04 Automated Tests Review
6:23 Change Models and…
0:00 Intro
0:55 Preparation: Plan of Actions
4:04 Automated Tests Review
6:23 Change Models and…
Пакетирование задач в Laravel 8
https://ahmedash.com/p/laravel-jobs-batching
https://ahmedash.com/p/laravel-jobs-batching
Оптимизация производительности Laravel
С момента своего выпуска в 2011 году, Laravel стал популярным выбором для разработки бизнес-ориентированных приложений. Одна из причин, по которой Laravel очень популярен среди разработчиков, заключается в оптимизации производительности, которая позволяет разработчикам настраивать свои приложения. В этом уроке я расскажу, как оптимизировать Laravel-приложение на продакшене.
https://laravel.demiart.ru/performance-optimization-laravel/
С момента своего выпуска в 2011 году, Laravel стал популярным выбором для разработки бизнес-ориентированных приложений. Одна из причин, по которой Laravel очень популярен среди разработчиков, заключается в оптимизации производительности, которая позволяет разработчикам настраивать свои приложения. В этом уроке я расскажу, как оптимизировать Laravel-приложение на продакшене.
https://laravel.demiart.ru/performance-optimization-laravel/
Очереди в Laravel 8: изменения и новые возможности
https://divinglaravel.com/features-and-changes-coming-to-laravel-8-queue-system
https://divinglaravel.com/features-and-changes-coming-to-laravel-8-queue-system
Diving Laravel
Features and Changes Coming to Laravel 8's Queue System - Diving Laravel
Laravel 8 ships with cool new features as well as some changes to the queue component. In this post we'll look into these features and changes.
Когда использовать пакеты, а когда писать свой код.
https://youtu.be/WExo9x3619U
https://youtu.be/WExo9x3619U
YouTube
To Use Package or To Code Yourself? Laravel Examples.
Answering a question from one of the comments, with FOUR problems when using packages, and THREE criteria when you SHOULD use some package.
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://l…
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://l…
Релиз Livewire Datatables
https://github.com/mediconesystems/livewire-datatables
https://github.com/mediconesystems/livewire-datatables
Релиз Vapor: UI Dashboard
Пакет с панелью управления для Vapor-приложения
https://blog.laravel.com/vapor-ui-dashboard-package
Пакет с панелью управления для Vapor-приложения
https://blog.laravel.com/vapor-ui-dashboard-package
The Laravel Blog
Vapor: UI Dashboard Package - The Laravel Blog
Today on Vapor, we're proud to introduce you to our new open-source package: Vapor UI. In short, this package provides a beautiful dashboard through your application that allows you to monitor your application's logs...
Рефакторинг PHP на примерах
https://christoph-rumpel.com/2020/8/refactoring-php
https://christoph-rumpel.com/2020/8/refactoring-php
Christoph-Rumpel
Refactoring PHP
I've been programming in PHP now for almost ten years, and if there is one thing I learned over this period, it's that readability and simplicity are the keys for maintainable and sustainable code. Every first attempt to write code should be about making…
Релиз Blade UI Kit 0.1
Набор полезных компонентов для использования в blade-шаблонах.
https://laravel-news.com/blade-ui-kit
Набор полезных компонентов для использования в blade-шаблонах.
https://laravel-news.com/blade-ui-kit
Laravel News
Launching Blade UI Kit v0.1
Blade UI Kit is a set of renderless components to utilise in your Laravel Blade views. In all essence, it’s a collection of useful utilities, connecting the dots between different parts of the TALL stack. It was made for Blade, Laravel’s powerful templating…
Рефакторинг связанных макросов в отдельные классы через Mixin
https://www.amitmerchant.com/refactor-related-macros-to-classes-using-Mixins-in-laravel/
https://www.amitmerchant.com/refactor-related-macros-to-classes-using-Mixins-in-laravel/
Amit Merchant - A blog on PHP, JavaScript, and more
Refactor related macros to classes using Mixins in Laravel
In one of my articles, I’ve described how you can add different behavior to some of the classes in Laravel using macros. To give you a primer, Laravel ships with this trait called Illuminate\Support\Traits\Macroable using which you can add additional methods…
Laravel Installer теперь поддерживает Jetstream
https://laravel-news.com/laravel-installer-now-includes-support-for-jetpack
https://laravel-news.com/laravel-installer-now-includes-support-for-jetpack
Laravel News
Laravel Installer now includes support for Jetstream
Today the Laravel team released a new major version of “laravel/installer” that includes support for quickly starting Jetstream projects. With this new version when you run “laravel new project-name” you’ll get Jetstream options.
Релиз Livewire Devtools 0.1
Расширение для отладки компонентов Livewire прямо в браузере
https://github.com/beyondcode/livewire-devtools
Расширение для отладки компонентов Livewire прямо в браузере
https://github.com/beyondcode/livewire-devtools
Локатор служб: анти-паттерн
https://stitcher.io/blog/service-locator-anti-pattern
https://stitcher.io/blog/service-locator-anti-pattern
Laravel Shift: Автоматическая генерация тестов. Стоит ли?
https://youtu.be/x7WidAnanmE
https://youtu.be/x7WidAnanmE
YouTube
I've Tried to Generate Tests with Laravel Shift...
I've paid $15 to generate Laravel automated tests by Laravel Shift. Was it worth it? Showing the result in this video.
The tool: https://laravelshift.com/laravel-test-generator
JMac's course "Confident Laravel": https://confidentlaravel.com/
- - - - -…
The tool: https://laravelshift.com/laravel-test-generator
JMac's course "Confident Laravel": https://confidentlaravel.com/
- - - - -…
Laravel и немного политики.
Израильтянин пытался контрибьютить в иранский laravel-пакет. Но автор пакета не смог принять его PR, так как законы Ирана запрещают ему это.
https://blog.yiddishe-kop.com/posts/my-pr-was-denied-by-iranian-law
Израильтянин пытался контрибьютить в иранский laravel-пакет. Но автор пакета не смог принять его PR, так как законы Ирана запрещают ему это.
https://blog.yiddishe-kop.com/posts/my-pr-was-denied-by-iranian-law