Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Official website of Laravel 9

Translated

  1. 648    12  1   2
    1 day11 USD

    There is nothing difficult in the submitted tasks - in the comments to everything answered

  2. 1126    25  2
    1 day22 USD

    A good day.
    I am specializing in Laravel, I work with the front.
    Examples of portfolio.

  3. 266    35  1   1
    1 day22 USD

    Good morning, I have experience working with Laravel, I could do it.

    ...
    Limit to symbols, the shortness of the sister of talent?

  4. 175    3  0
    2 days45 USD

    Good day .

    I have experience working with Laravel and ready to perform the task quickly and quality.

  5. Another 2 proposals concealed
  • Dmitry Bondar
    13 December 2022, 11:37 |

    в 1 сделайте следующее:
    <li @if(Route::is('blog.show')) class="active" @endif><a href="{{ route('blog.show', $post->slug) }}">{{ $post->title }}</a></li>

  • Boris I. SEO team
    13 December 2022, 11:46 |

    Попробовал, подсвечиваются сразу все меню постов

    в базе еще есть post_id поле. Спроси - может как-то с post_id связать ? 

  • Dmitry Bondar
    13 December 2022, 11:56 |

    попробуй тогда сравнивать текущий урл с роутами:

    // Получить текущий URL без строки запроса

    url()->current();

    // Получить текущий URL, включая строку запроса

    url()->full();

  • Boris I. SEO team
    13 December 2022, 11:59 |

    Можете полную строку дать? Как правильно прописать?

  • Dmitry Bondar
    13 December 2022, 12:17 |

    <li @if(url()->current() == route('blog.show', $post->slug) || url()->full() == route('blog.show', $post->slug)) class="active" @endif><a href="{{ route('blog.show', $post->slug) }}">{{ $post->title }}</a></li>

  • Boris I. SEO team
    13 December 2022, 13:03 |

    Дмитрий, спасибо, Ваш способ помог.

    Предлагаю за решению этой задачи двести грн + оцените, пожалуйста, фикс с поиском.

    Готовы работать пошагово, есть еще задачи.

  • Dmitry Bondar
    13 December 2022, 13:21 |

    не совсем понял что нужно в поиске, с запросами ->orWhere нужно быть очень осторожно. Если в методах translatedIn() или published() есть условие ->where, то оно уже работать не будет!!!
    нужно объединять условия в группы типа:
    ->where(function ($query) {

                   $query->where('votes', '>', 100)

                         ->orWhere('title', '=', 'Admin');

               })

  • Boris I. SEO team
    13 December 2022, 13:24 |

    Нужно сделать поиск по постам по трем полям в базе

    ->whereTranslationLike('title', "%{$search}%")

                ->orWhereTranslationLike('short_text', "%{$search}%")

                ->orWhereTranslationLike('text', "%{$search}%")

  • Dmitry Bondar
    13 December 2022, 13:30 |

    запрос именно для поиска (т.е. после выборки активностей и прочих ограничителей) будет выглядеть так:

    ->where(function ($query) use ($search) {
        $query->where('title','LIKE', "%{$search}%")
            ->orWhere('short_text','LIKE', "%{$search}%")
            ->orWhere('text','LIKE', "%{$search}%");
    })

Current freelance projects in the category Website Maintenance

SEO optimization of the website

22 USD

Hello! I am looking for an experienced SEO specialist for comprehensive optimization of the recreation center website - https://www.desnafamilyresidence.com with the aim of increasing the site's visibility on Google, boosting organic traffic, and increasing the number of…

Website SEO AuditWebsite Maintenance ∙ 1 day 5 hours back ∙ 27 proposals

Add a new product to the website

56 USD

A person is needed who can add products to our online store, Most products already have a product card, it is necessary to simply duplicate it, change the description, and upload images.

Content ManagementWebsite Maintenance ∙ 1 day 10 hours back ∙ 75 proposals

Creating a website on the Goodshop platform

67 USD

Creation of a website on the Goodshop platform Filling in the website structure Information about the store Logos Contact information Settings Additional SEO settings Delivery options Payment options

Online Stores & E-commerceWebsite Maintenance ∙ 2 days back ∙ 24 proposals

A specialist is needed to investigate attacks on the website.

The website periodically goes down, and there is an error from the hosting indicating that an attack is occurring. The site shuts down and does not operate during this period. There are both short outages and quite long ones. This issue needs to be resolved. The website…

Website Maintenance ∙ 2 days 12 hours back ∙ 44 proposals

SEO audit of the legal website LawCore

45 USD

Need a professional SEO audit of the law firm's website: https://lawcore.com.ua/ The goal of the audit is to identify current issues with the website and growth opportunities to improve rankings in Google and increase organic traffic.What needs to be done: Complete technical SEO…

Website Maintenance ∙ 3 days 14 hours back ∙ 28 proposals

Client
Boris I. SEO team
Ukraine Kyiv  31  0
Project published
3 years back
56 views
Tags