This media is not supported in your browser
    VIEW IN TELEGRAM
  Недавно поработал над мелким laravel-проектом и понял, что крайне не хватает одной фичи. Особенно когда только начал проект. Забивание всех полей в вызовы типа User::create() и другие, где надо кучу полей писать. Пора это исправлять. Делаю сейчас умное заполнение таких массивов нужными значениями($this->fieldName для ресурсов, $request->fieldName в контроллере и т.д.)
❤21🔥12👍2
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Многие знают, что я ненавижу правила валидации, которые лезут в базу сами. Но комплишены к ним добавить - нет проблем)
❤7😁6
  Что-то я слегка подзабил на канал, поэтому решил превратить его в основной официальный канал продукта. Буду теперь постить регулярно все новости сюда. На английском. А комментить можно на любом, на котором я пойму(татарский в приоритете).
🔥10👍2
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Working on relations in the "New Eloquent Model" UI. Convenient completions for productive work 🚀
👍12🔥1
  What do you prefer?
  Anonymous Poll
    34%
    foreignIdFor(User::class)
      
    40%
    foreignId('user_id')
      
    26%
    unsignedBigInteger('user_id') + foreign()
      
    This media is not supported in your browser
    VIEW IN TELEGRAM
  Following the fashion :) #WIP
🔥7👍2☃1🌚1🌭1💊1
  This media is not supported in your browser
    VIEW IN TELEGRAM
  #WIP Quick factories state methods creation 🚀
🔥7❤1👍1👏1
  This media is not supported in your browser
    VIEW IN TELEGRAM
  New "Go To Route Declaration" line markers! By the way, they work by keyboard shortcuts. Ctrl-Cmd-Up in Mac will move you from the controller method to its declaration in the route file! 🔥
🔥8❤1
  Forwarded from Laravel News
Supercharge PhpStorm with Laravel Idea https://laravel-news.com/laravel-idea
  
  Laravel News
  
  Supercharge PhpStorm with Laravel Idea - Laravel News
  Laravel Idea is a fantastic plugin for PhpStorm that adds some really useful features to improve your developer experience. In this article, we'll take a look at some of the best features it offers.
👍9🔥3
  This media is not supported in your browser
    VIEW IN TELEGRAM
  The new "Run Artisan Command" feature will be included in Laravel Idea 9.0, which will be released next week.
🔥11👍2❤1🤯1
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Laravel Idea 9.0 is out! "New Eloquent Model From Database Table", "Run Artisan Command", real-time facades, CollectedBy support, and many more! 🚀
❤12🥰2
  This media is not supported in your browser
    VIEW IN TELEGRAM
  WIP. Converting string validation rules to Rule:: call makes sense for rules with many parameters.
🔥14💯4👍1
  
            