Laravel 5.6 queries

Laravel 5.6 queries смотреть последние обновления за сегодня на .

Laravel Chunking - You Might Be Doing This Wrong - Problem and Solution

7462
190
11
00:08:11
19.11.2021

In this video, we will be looking at the very useful Laravel feature which is chunking. We will be looking at how it works, what might go wrong when using it, and what to do in order to solve it. Social Media Links Let's be friends 🤍 Follow On Facebook 🤍 Video Related Links Laravel Documentation Chunking Results: 🤍 Laravel Debugbar package: 🤍 Other Videos Get Data From Multiple Databases In One Project | Laravel Tip 🤍 Laravel Advanced - HTTP Client (Pool, Retry, Timeout, Basic Auth, Token Auth, etc.) 🤍 New In Laravel Playlist: 🤍 Tech stack Laravel PHP #laravel #php #laraveltip #laratips

Laravel: Eloquent "Tricks" to Query Dates from DB

15146
526
29
00:03:39
03.05.2020

What if you need to query users who registered today or yesterday? Or this month? There are a few Eloquent and Carbon helpers for these queries. - - - - - Try our QuickAdminPanel: 🤍 Enroll in my Laravel courses: 🤍

Laravel Debugbar (Find Duplicate and Slow DB Queries) | Laravel 10 Tutorial #31

857
34
7
00:04:29
17.08.2023

Laravel 10 debugbar On this episode we will learn how install laravel debugger, a very nice tool that allows use to debug our application, time execution on code, view all queries executed and more. In the upcoming episodes we will use it to optimize our application Playlist of Laravel 10 Tutorial Course : 🤍 Laravel debug bar: 🤍 HTML template Github Link: 🤍 What is Laravel : Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony. 🤍 If you're looking to learn how to authenticate a user using Laravel 10, then this is the video for you! In this tutorial, In this tutorial, we'll create a simple registration form that users will be able to submit. If you have any questions or problems please leave a comment. Laravel Blade Laravel crash course Laravel Database and crud tutorial Laravel Login and Authentication Laravel registration

How to Log Query in Laravel

4745
30
2
00:05:05
06.05.2018

Are you looking to print the last query in Laravel? Or in other words, we can say do you want to log query in Laravel? Both questions have slightly different answers. For printing the last query, we can just print the last executed query and display it on a browser. But we recommend a way of logging queries in Laravel. Doing so, our all queries will save in the log file. In this video, we show you both options which help a user to view the last executed Laravel query. Blog Link: 🤍 BECOME A PATRON: 🤍 Video thumbnail by Freepik | 🤍flaticon.com

#5: Database Chunking | 🚀 Quick Laravel Performance Tips 🚀

14592
136
12
00:03:50
21.11.2018

If you need to process a big database query, Then you must use the chunk method. This chunk method will fetch a "chunk" of the Eloquent collection. Using the chunk method will reduce memory usage when working with large result sets. 🚀 𝗤𝘂𝗶𝗰𝗸 𝗟𝗮𝗿𝗮𝘃𝗲𝗹 𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗧𝗶𝗽𝘀 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁: 🤍

Laravel Queries: Group AND-OR Conditions to Avoid Errors

12892
709
26
00:03:55
17.04.2020

If you have a complex DB query with multiple AND/OR conditions, there's one mistake you need to avoid. In this video, I will show you what the mistake is, what is the bad result of it, and how to fix it. Read more about Parameter Grouping: 🤍 Support the channel by using one of these: QuickAdminPanel generator: 🤍 Laravel Courses: 🤍

Laravel 5.6 tutorial - how to use pagination

4976
10
7
00:07:34
02.03.2018

in this video we will learn how to use pagination in laravel . we get data from database with query and use paginate function. find us on fb from here 🤍 Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

1. Laravel Query builder - Search Made Easy @freekspatie

33692
444
51
00:11:13
06.01.2020

Let's review #laravel #querybuilder from #spatie and created by Freek 🤍freekspatie This Laravel package helps you to make searching or filtering super easy, it can also be used to sort your sql result and add or remove attributes. Package Links: 🤍 🤍 = Ad Free Tutorials Check 🤍 For ads-free and more advanced courses (use Coupon code WELCOME60 to get 60% discount) FOLLOW ME Subscribe for New Releases! Twitter - 🤍 Facebook - 🤍 Instagram - 🤍 (ask me questions!) - QUESTIONS? - Leave a comment below and I or someone else can help you. For quick questions you may also want to ask me on Twitter, I respond almost immediately. Email me support🤍bitfumes.com Thanks for all your support!

Laravel Eloquent Report: Group By Year with Raw Queries

5803
246
15
00:02:29
02.06.2023

A quick example answering an email I received about grouping data. My video "Why I Sometimes Use query() Method?" 🤍 - - - - - Support the channel by checking out my products: - My Laravel courses: 🤍 - Laravel QuickAdminPanel: 🤍 - Livewire Kit Components: 🤍 - - - - - Other places to follow: - My weekly Laravel newsletter: 🤍 - My personal Twitter: 🤍

How to use Query Builder in Laravel 5.5

1072
1
00:09:12
07.01.2018

Laravel Tutorial: Working with Database Query Builder LARAVEL 5.5 DATABASE: QUERY BUILDER AND ELOQUENT

Eloquent Model Basics in Laravel 5.6 - Laravel for Beginner

2738
41
7
00:07:57
15.07.2018

Learn Laravel 5.6 from basic. In this series, you will learn Laravel Framework from scratch with basic example and explaination. Also, you will learn how to use the documentation of Laravel. Our goal in Laravel for beginner series is to help you learn and understand Laravel easily and effectivly. Tags : Laravel 5.6, laravel tutorial, laravel course, laravel 5.6 video, admin lte with laravel, laravel admin, learn laravel, learn coding, learn laravel and admin lte, admin with laravel, laravel tips, coding tips, crud with laravel, php framework, laravel 5, laravel framework, laravel 5.6 basic, how to laravel, spa,laravel 5 crud, crud with Laravel, Laravel with vuejs, Laravel for beginner, laravel 5.6 basic, laravel vue, Laravel Basic

Laravel Eloquent Queries INSERT, VIEW, SEARCH, UPDATE, DELETE all

2591
13
1
00:17:07
25.03.2018

Laravel Eloquent Queries INSERT, VIEW, SEARCH, UPDATE, DELETE all. Laravel Eloquent queries for Insert data into table, update table rows, find or search data or record from table, delete a table row. These queries are very useful for laravel 5.2 / 5.3 / 5.4 / 5.5 / 5.6 Watch this link : 30+ laravel query 🤍 Full Details : 🤍

Laravel 5.6 tutorial - getting started with database

3088
13
5
00:05:17
27.02.2018

in this video we will learn how to start with database in laravel 5.6 and how to use custom query, how to set database config file etc. find us on 🤍 Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

How to Read Data from Database With Eloquent Model - Laravel 5.6 for Beginner

2431
34
3
00:08:23
25.07.2018

Learn Laravel 5.6 from basic. In this series, you will learn Laravel Framework from scratch with basic example and explaination. Also, you will learn how to use the documentation of Laravel. Our goal in Laravel for beginner series is to help you learn and understand Laravel easily and effectivly. Tags : Laravel 5.6, laravel tutorial, laravel course, laravel 5.6 video, admin lte with laravel, laravel admin, learn laravel, learn coding, learn laravel and admin lte, admin with laravel, laravel tips, coding tips, crud with laravel, php framework, laravel 5, laravel framework, laravel 5.6 basic, how to laravel, spa,laravel 5 crud, crud with Laravel, Laravel with vuejs, Laravel for beginner, laravel 5.6 basic, laravel vue, Laravel Basic

#2: Optimize Laravel Eloquent Queries with Eager Loading | 🚀 Quick Laravel Performance Tips 🚀

16942
242
20
00:15:06
08.11.2018

Laravel provides a powerful Object Relational mapping (ORM) i.e. Eloquent. That makes working with databases amazingly simple. In this video, I am going to show you the eager loading in Laravel 5 and how can it be used to tackle the inefficient database queries. To be more specific, I’ll show you how to solve n+1 problem with eager loading. 🚀 𝗤𝘂𝗶𝗰𝗸 𝗟𝗮𝗿𝗮𝘃𝗲𝗹 𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗧𝗶𝗽𝘀 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁: 🤍

StackByte - Using chunking and cursors in Laravel to reduce query memory usage.

4855
71
6
00:06:53
07.08.2019

Working with thousands of record in Laravel is pretty easy - you don't really have to change how you do things, you can just keep on using Eloquent to query data. BUT there might come a time where your record sets are in hundreds of thousands, and querying them or making bulk reads, writes or updates might cause a few problems - like running out of memory or running out of execution time. Did this video help you? Buy me a coffee here: 🤍 Here, we look at a sample Laravel app seeded with 300,000 user records and try various ways of iterating over them all. Laravel DebugBar - 🤍 Wikipedia, Data base Cursors - 🤍

Laravel 5.6 tutorial - use joins with database

5628
30
5
00:04:32
05.03.2018

in this video we will learn how to use joins in laravel 5.6 . here we use DB library and table function for select table. join function for apply join and just after use select function for select database columns find us on fb: 🤍 Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

Laravel 5.6 Tutorial for Intermediate and Advanced Users: Optimize Laravel Eloquent Queries in Urdu

1234
25
24
00:24:01
30.05.2018

Please watch: "Part 00 | Redux JS Tutorial Series in Urdu/Hindi | Introduction to Redux JS with Example" 🤍 ~ Friends, agar meri explanation main koi cheez aap ko samaj nah aa rahi ho to aap neechay comment kar saktay hain taa k main next video main pehlay usay explain karoon phir next vide tutorial ko start karoon. I read all the comments. aap twitter par be apnay questions send kar saktay hain with hashtag #pwsjlmpk k sath Our Famous Video Tutorials in Urdu / Hindi Langauge Laravel 5.4 for Beginners: 🤍 Object-Oriented Programming in PHP: 🤍 Laravel 5.5 New Features: 🤍 HTML5 API Tutorials: 🤍 Building Restful API using Lumen 5.5: 🤍 Wordpress Tutorials for Absolute Beginners: 🤍 WordPress and Woocommerce in English: 🤍 Web Development Crash Course:🤍 If you like the video, then please do like it, then subscribe to our channel for more videos and don't forget to press the Bell Icons. اگر آپ کو ہماری ویڈیوز پسند آ رہی ہیں، تو برائے مہربانی لائک بٹن کو پریس کرنا مت بھولئےگا۔ اور اس کے بعد چینل کو سبسکرائب بھی ضرور کی جئے گا۔ اور بیل کے بٹن کو دبانا مت بھولئےگا۔ بہت بہت شکریہ यदि आप वीडियो पसंद करते हैं, तो कृपया इसे पसंद करें, फिर हमारे चैनल की अधिक वीडियो के लिए सदस्यता लें और बेल आइन्स को दबाकर न भूलें। Disclaimer- Instructions shown in this video are used for the educational purpose of fair use. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, Education, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use. Visit our Fan page on Facebook: 🤍 Visit our Fan Page on Twitter: 🤍pwsjlmpk our WhatsApp group: join our slack by invitation link: 🤍 Visit our Official Website: 🤍

How to Share Data to All Views in Laravel 5.6

14446
175
33
00:08:26
20.02.2018

Learn to Share data to all views In Laravel. We will introduce to Laravel View Composer. The Laravel feature you must know about. This feature is very essential for everyone to know and use. Because it will save a lots of time and repetition

Everything You Need to Know About Migration and Tables in Laravel 5.6

1290
18
12
00:07:51
13.07.2018

Learn Laravel 5.6 from basic. In this series, you will learn Laravel Framework from scratch with basic example and explaination. Also, you will learn how to use the documentation of Laravel. Our goal in Laravel for beginner series is to help you learn and understand Laravel easily and effectivly. Tags : Laravel 5.6, laravel tutorial, laravel course, laravel 5.6 video, admin lte with laravel, laravel admin, learn laravel, learn coding, learn laravel and admin lte, admin with laravel, laravel tips, coding tips, crud with laravel, php framework, laravel 5, laravel framework, laravel 5.6 basic, how to laravel, spa,laravel 5 crud, crud with Laravel, Laravel with vuejs, Laravel for beginner, laravel 5.6 basic, laravel vue, Laravel Basic

Laravel Query Scope (Local) - Become a Master in Laravel - 32

1386
24
10
00:05:19
04.02.2019

Understand the use of query scope by taking an example of getting the last employee information who just joined and last user who not only joined but also activated the account. Remember! Anybody can learn programming no matter who you are. You just need some time to study. The most starred PHP framework, Laravel. My goal with this Laravel tutorial to create a guide for those learning the framework. This guide will take you from the very beginning of an idea into a real deployable application. Laravel Tutorial Series Playlist: 🤍 Laravel API Tutorial Playlist: 🤍 Laravel Tutorials Playlist: 🤍 #LaravelTutorial #LaravelHindi #LaravelTutorialSeries #AtifNaseem #Laravel

#4: Cache Queries Results | Object Cache | 🚀 Quick Laravel Performance Tips 🚀

7587
103
9
00:08:31
17.11.2018

In this tutorial, I will show how to use Laravel model caching. Laravel Cache library allows to fully cache entire eloquent objects and reduce queries to 0. In this video, you will see how to use Laravel’s cache drivers to improve application performance. And conserve server memory without significantly slowing response times. 𝗘𝗮𝗴𝗲𝗿 𝗟𝗼𝗮𝗱𝗶𝗻𝗴: 🤍 𝗖𝗿𝗲𝗮𝘁𝗲 𝗖𝘂𝘀𝘁𝗼𝗺 𝗖𝗮𝗰𝗵𝗲 𝗗𝗿𝗶𝘃𝗲𝗿: 🤍 🚀 𝗤𝘂𝗶𝗰𝗸 𝗟𝗮𝗿𝗮𝘃𝗲𝗹 𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗧𝗶𝗽𝘀 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁: 🤍

Laravel 5.6 tutorial - CRUD operation with Mysql -Create, Read, Update, delete

6894
18
1
00:08:27
02.03.2018

in this video we will lean how to use CRUD operation how to delete, update,read and insert operations in laravel with mysql. find us on facebook 🤍 Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

Laravel Advance Filter | Multiple Filters | whereHas filter using Relatioship | Eloquent Query

6276
90
15
00:14:55
04.03.2023

In this video, we filter product using query using multiple filter as well as query relationship data using whereHas method.

What's New in Laravel 5.6: Part 1 - Upgrading Laracasts to Laravel 5.6

7734
54
5
00:08:47
07.04.2018

Before we review the new additions to Laravel 5.6, let's begin by upgrading a real codebase from version 5.5 to 5.6. As you'll find with your own projects, some of the release notes will be relevant to your codebase, while others will not. Watch the full series at 🤍 or learn more about Laravel and all things web development at 🤍.

What's New in Laravel 5.6: Part 4 - Eloquent Date Casting

8739
70
0
00:02:56
07.04.2018

When casting Eloquent attributes, you can now easily declare the format for your date columns. Maybe a particular date field, when converted to JSON, should be rendered as "January 1st" or "1/1/18". No problem. Watch the full series at 🤍 or learn more about Laravel and all things web development at 🤍.

Laravel tutorial #24 fetch data from database | Eloquent

38790
352
35
00:10:32
17.09.2019

In this laravel 6 tutorial we learn how to get or fetch data with the help of eloquent model with simple example by anil sidhu. Make A Model Make Controller and Route for it Import Model in controller Fetch data from controller Make View and Pass Data to the View Apply where,order, limit etc playlist link is here : 🤍 facebook page link is here 🤍 Checkout and subscribe our new channel for technical news 🤍

Everything I Learned about Creating APIs with Laravel 5.6 in a Week

2304
13
4
00:21:35
14.08.2018

Exactly 1 week ago I started to play around with Laravel 5.6 and build the API endpoints for our React App. Before I forget anything else, here's my attempt to document everything I learned about Laravel. Topics covered: - Database - Models - Passport & Authentication - Routes - Controllers - Collections & Arrays - Resources - Requests - Filters - Bulk Upload CSV - Jobs & Queues - Mailing P.S. I'm more of a front-end developer

Live-coding: Product Review System with Laravel 5.6 + QuickAdminPanel

5546
59
12
01:11:31
16.08.2018

Demo of a Laravel project created from real Upwork job. First 10 minutes we use QuickAdminPanel to generate main structure, and then an hour of live-coding of all the other details. Github repo: 🤍 Other live-coding videos: 🤍 Our 50+ Laravel tips in a FREE e-book: 🤍 Support the channel and this video by using our QuickAdminPanel generator: 🤍

Laravel Auth: Security Questions to Protect Important Routes

2761
108
8
00:06:20
16.04.2020

So-called "security questions" like "your pet name", or "your mother's maiden name": in this video, we implement them in Laravel. Repository: 🤍 Laravel Password Confirmation docs: 🤍 - - - - - Subscribe to my Laravel newsletter: 🤍 Use our Laravel QuickAdminPanel: 🤍

Laravel 5.6 tutorial - insert data in Mysql

7052
20
2
00:04:09
01.03.2018

In this video we will learn how to insert data in mysql with laravel 5.6 . we have to load database library and then use insert function with 2 parameter. 🤍 Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

New In Laravel 7 - e07 - Query Casts

22958
498
31
00:12:14
03.03.2020

We have two things brand new Laravel 7 things to cover in this episode related to query casts. The first is the new ability to have a dedicated class for database query casting. This will clean up your models and give you reusability. The second, is the new ability to cast columns even when using raw queries or even custom query casts. Foreign Devs Podcast 🤍 Documentation 🤍 For the best experience, follow along in our interactive school at 🤍 DigitalOcean Referral 🤍 It's that time of the year again when we get new fresh features in Laravel. Let's explore what is coming to the latest version of Laravel.

Laravel Log Viewer using LogViewer Package in Laravel 5.6 - Learn Infinity

13486
73
8
00:13:56
25.03.2018

Hi, In this post we are going to know about Laravel Log Viewer using LogViewer Package in Laravel 5.6. As default Laravel Framework have a log file and it always keeps all runtime error & exception like Query error, URL not defined properly, Database exceptions Ect. Usually, it keeps all errors in single file with full error log details and it also very hard to view and analyze what error raised in it. And also laravel keeps all error log in a single file by default. For avoiding and simplifying this process Laravel has a new package that is LogViewer. Link: 🤍 Website : 🤍 Checkout more development resources from - 🤍 Facebook : 🤍 Twitter : 🤍 Google+ : 🤍 LinkedIn : 🤍

How to Send Data Between Controller, Model and View in Laravel

15422
102
9
00:07:07
16.07.2018

Learn Laravel 5.6 from basic. In this series, you will learn Laravel Framework from scratch with basic example and explaination. Also, you will learn how to use the documentation of Laravel. Our goal in Laravel for beginner series is to help you learn and understand Laravel easily and effectivly. Tags : Laravel 5.6, laravel tutorial, laravel course, laravel 5.6 video, admin lte with laravel, laravel admin, learn laravel, learn coding, learn laravel and admin lte, admin with laravel, laravel tips, coding tips, crud with laravel, php framework, laravel 5, laravel framework, laravel 5.6 basic, how to laravel, spa,laravel 5 crud, crud with Laravel, Laravel with vuejs, Laravel for beginner, laravel 5.6 basic, laravel vue, Laravel Basic

How To Make Pagination In Laravel Tutorial

22686
309
20
00:05:07
23.08.2021

#paginationinlaravel #laravelpagination How To Make Pagination In Laravel Tutorial Buy me a Coffee 🥰 : 🤍 Support This Channel : Join this channel to get access to perks:🤍 Your support will be really appreciated. Thanks For Watching. I hope This video was helpful. If you have any questions then let me know in the comment section. Best of luck .#webtechknowledge You can connect with me with the given links below: Please Subscribe to this channel: 🤍 Join this channel to get access to perks:🤍 Follow me on : Facebook Link: 🤍 Instagram Link: 🤍 Twitter Link: 🤍

Laravel 5.6 tutorial - simple form validation

5962
28
4
00:14:28
20.02.2018

In this video we learn how to use form validation and put required,max, min and numeric validation for laravel 5.6 find us on facebook 🤍 Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

laravel 5.6 # create read update delete (crud) authentication pagination in laravel 5.6

25913
284
55
01:16:11
12.03.2018

In this video, I have shown you how to make create read update delete (crud) application using Laravel 5.6. I have added authentication and pagination functionality to this crud. source code and text tutorial will be available by the following the link 🤍 create read update delete, authentication and pagination in laravel 5.6 basic mvc structure route || controller model || view installing laravel using composer composer create-project laravel/laravel YourProjectName command for making model, controller, factory and migration file php artisan make:model YourModel php artisan make:controller YourController php artisan make:migration create_your_table_name php artisan make:factory YourModel -m "app\yourmodelname" php artisan make:controller YourController -r php artisan make:model YourModel -a connecting with dabase inside .env file . Whenever we change .env file we have to restart our artisan server DB_DATABASE=blog DB_USERNAME=root DB_PASSWORD Remember to always import class name on top of the file when necessary defining default string maximum 191 chracter length inside AppServiceProvider boot method Schema::defaultStringLength(191); migrating table to database php artisan migrate writing dummy data inside PostFactory.php using faker instance seeding database with dummy data php artisan db:seed resource route in laravel Route::resource('posts', 'PostController'); passing variable in a view $posts = Post::all(); return view ('posts.index', compact('posts')); # cross site request forgery 🤍csrf # for update 🤍method('put') # for delete 🤍method('delete') yielding in master view for content section # inside master.blade.php 🤍yield('content') extends master in view file and write content inside content section # inside index.balde.php 🤍extends('master') 🤍section('content') 🤍endsection iterating variable using blade directives 🤍foreach($posts as $post) 🤍endforeach pagination in laravel ## inside controller $posts = Post::paginate(10); ## redirect in laravel redirect('/posts'); redirect(route('login')); some model (eloquent) query we are use today ## for fetching posts from db $posts = Post::all(); $posts = Post::paginate(10); built in authentication in laravel php artisan make:auth adding middleware in controller inside construct function adding login logout inside master.blade.php file access authenticate user data how to redirect to certain routes after login or register protected $redirectTo = '/posts';

How to Cache Database Queries with Redis in Laravel - Redis Series Episode 4

48568
437
50
00:09:22
13.05.2015

In this short episode, I show you how you can cache database queries for a certain period of time. This is really nice when you have data you know won't change during x period of time, because once it's in cache, Laravel knows to automatically skip the database query and immediately deliver the requested content from RAM. Super fast, super easy. Here's the complete project throughout all episodes: 🤍 Next episode will go over tagging with Redis (for blog posts, movie genres, or whatever else). Previous episode (Counting page views, and creating a "Top Viewed Article" list on home page): 🤍 Next episode (Tagging articles, products, movies, etc..): 🤍

12 - Laravel 5.6 Models and Insertion to database tables

158
0
0
00:18:48
13.04.2018

The following questions are answered in this lecture: 1) What are Models in Laravel? 2) How to create Models in Laravel? 3) How to associate a Model with Database table? 4) How to insert a record in Database table through laravel Model?

Laravel 5.6 tutorial -Simple Registration and Login

48356
253
40
00:22:51
29.03.2018

in this video we will learn how to register and login in the simple way. here we make route for register ,and login routes after that make controller and save it database and in login retrieve data catch us on login Checkout and subscribe our new channel for technical news, knowledge about the software industry 🤍

Назад
Что ищут прямо сейчас на
laravel 5.6 queries cursedevil dj fku skorde donka щюка болота репатриация в израиль spicy fish curry жерех на донку лещ на донку поводок плотква донки крокодил как заработать на online rp disco polo lajf flex designing in inpage простая донка оснастка донки монтаж фидера