Свой собственный файл маршрутов в Laravel
https://youtu.be/xKA9ui6Qoxo
https://youtu.be/xKA9ui6Qoxo
YouTube
Custom Route Files in Laravel
Want more? Explore the library at http://codecourse.com. Check out Penguin Digital's channel here: https://www.youtube.com/channel/UCaQqYZ-ZyYbD0C5DJSGdVIg
Official site
https://www.codecourse.com
Twitter
https://twitter.com/teamcodecourse
Official site
https://www.codecourse.com
https://twitter.com/teamcodecourse
Код-ревью от Povilas Korop: 5 простых Laravel API
https://youtu.be/MxQJlFUYO30
https://youtu.be/MxQJlFUYO30
YouTube
Junior Code Review: Simple Laravel API - in 5 Different Ways
I've given a task to my students to create two simple API endpoints in Laravel. Let's see how they did and what advice I can give to them.
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Создание проекта на Laravel 8 с помощью Laravel Sail (докер)
https://laravel.io/articles/create-a-project-in-laravel-8x-with-laravel-sail-docker
https://laravel.io/articles/create-a-project-in-laravel-8x-with-laravel-sail-docker
laravel.io
Create a project in Laravel 8.x with Laravel Sail (docker) | Laravel.io
The Laravel portal for problem solving, knowledge sharing and community building.
Монорепозиторий в Laravel и AWS Lambda
https://blog.deleu.dev/a-monorepo-approach-to-larger-modules-in-laravel-and-lambda/
https://blog.deleu.dev/a-monorepo-approach-to-larger-modules-in-laravel-and-lambda/
Интеграция Laravel Spark, Stripe и Statamic 3
https://stillat.com/blog/2021/02/20/integrating-laravel-spark-and-statamic-3
https://stillat.com/blog/2021/02/20/integrating-laravel-spark-and-statamic-3
Stillat
Integrating Laravel Spark, Stripe, and Statamic 3 — Stillat
In this article we will start with a fresh Statamic 3 website based on the Cool Writings Starter Kit, integrate Laravel Stripe, and develop customer Antlers tags that can be used to selectively restrict access to premium content.
Создание RESTful API с помощью Laravel Sanctum
https://www.twilio.com/blog/build-restful-api-php-laravel-sanctum
https://www.twilio.com/blog/build-restful-api-php-laravel-sanctum
Стартовые наборы для Laravel-проектов
1. Vue SPA (Bootstrap)
https://github.com/cretueusebiu/laravel-vue-spa
2. Vue SPA (Tailwind CSS)
https://github.com/skrypt-nl/laravel-vue-tailwind-spa
3. TALL-стек
https://github.com/laravel-frontend-presets/tall
4. Vue + Inertia
https://laravel.com/docs/8.x/starter-kits#breeze-and-inertia
5. Jestream Livewire/Inertia
https://jetstream.laravel.com/2.x/introduction.html
1. Vue SPA (Bootstrap)
https://github.com/cretueusebiu/laravel-vue-spa
2. Vue SPA (Tailwind CSS)
https://github.com/skrypt-nl/laravel-vue-tailwind-spa
3. TALL-стек
https://github.com/laravel-frontend-presets/tall
4. Vue + Inertia
https://laravel.com/docs/8.x/starter-kits#breeze-and-inertia
5. Jestream Livewire/Inertia
https://jetstream.laravel.com/2.x/introduction.html
Также зарелизены:
— Laravel 6.20.17
— Envoy 2.6.0
— Forge SDK 3.4.0
— Jetstream 2.2.3
— Passport 10.1.2
— Sail 1.4.4
— Socialite 5.2.2
— Tinker 2.6.1
— Laravel 6.20.17
— Envoy 2.6.0
— Forge SDK 3.4.0
— Jetstream 2.2.3
— Passport 10.1.2
— Sail 1.4.4
— Socialite 5.2.2
— Tinker 2.6.1
Использование phpDoc в Laravel для написания более читаемого кода
https://bastiaandewaele.medium.com/laravel-using-phpdoc-to-write-more-readable-code-5760db098f63
https://bastiaandewaele.medium.com/laravel-using-phpdoc-to-write-more-readable-code-5760db098f63
Medium
Laravel: using phpDoc to write more readable code
This article explains you on how to use phpDoc, to make your own Laravel code a more easy to read. I do note that some tips can also be…
Как настроить Jetstream и Laravel Spark
https://freek.dev/1912-how-to-customize-jetstream-and-laravel-spark
https://freek.dev/1912-how-to-customize-jetstream-and-laravel-spark
Настройка Xdebug для Laravel 8
https://marcuschristiansen.medium.com/setup-xdebug-in-laravel-8-like-a-boss-ea7582ce01ce
https://marcuschristiansen.medium.com/setup-xdebug-in-laravel-8-like-a-boss-ea7582ce01ce
Medium
Setup Xdebug in Laravel 8 like a boss
I’m finally here after many frustrating hours of back and forth, trying different things in order to get Xdebug to play nicely with the…
Валидация консольного ввода в Laravel
https://ryangjchandler.co.uk/articles/validating-laravel-console-input
https://ryangjchandler.co.uk/articles/validating-laravel-console-input
Ryan Chandler
Validating Laravel Console Input - Ryan Chandler
Laravel Jetstream, Breeze, Fortify, UI: Сохраняем время входа пользователя и его IP
https://youtu.be/v4IRYiylQPs
https://youtu.be/v4IRYiylQPs
YouTube
Save User Login Time/IP: Laravel Jetstream, Breeze, Fortify, UI
It seems that different Laravel starter kits have different ways to save logged-in user's data. But, in fact, you can catch that in the Events that come from Laravel Auth core.
Auth Events documentation: https://laravel.com/docs/8.x/authentication#events…
Auth Events documentation: https://laravel.com/docs/8.x/authentication#events…
Установка и использование Laravel Fortify и Sanctum
https://youtu.be/W7owQcBYerA
https://youtu.be/W7owQcBYerA
YouTube
Getting started with Laravel Fortify and Sanctum
In this 19 minute video, I'll show you how to install and use the Fortify and Sanctum authentication packages in example Laravel applications.
Join my newsletter for weekly tips on Laravel, Vue, and Docker: https://aschmelyun.substack.com
You'll learn how…
Join my newsletter for weekly tips on Laravel, Vue, and Docker: https://aschmelyun.substack.com
You'll learn how…