Skip to content
View dvijnru's full-sized avatar
🎯
фокусирование
🎯
фокусирование

Block or report dvijnru

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Открытие JS+Действие при клике Открытие JS+Действие при клике
    1
    $(document).ready(function()
    2
    {
    3
        $( "#target" ).click(function() {
    4
          alert( "Handler for .click() called." );
    5
          
  2. AppServerProvider для ошибки SQLSTAT... AppServerProvider для ошибки SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table users add unique в laravel
    1
    <?php
    2
    
                  
    3
    namespace App\Providers;
    4
    
                  
    5
    use Illuminate\Support\ServiceProvider;
  3. Как убрать ?page=1 и не существующие... Как убрать ?page=1 и не существующие ?page=-1 в laravel
    1
    $article = Article::paginate(2);
    2
    $total = $article->count();
    3
    
                  
    4
    $page = $request->input('page');
    5
    if(!empty($page)) {
  4. SpartnerNL/Laravel-Excel SpartnerNL/Laravel-Excel Public

    🚀 Supercharged Excel exports and imports in Laravel

    PHP 12.4k 1.9k