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 ๐
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
This media is not supported in your browser
VIEW IN TELEGRAM
#WIP Quick factories state methods creation ๐
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! ๐ฅ
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.
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.
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! ๐
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.
This media is not supported in your browser
VIEW IN TELEGRAM
Completion and renaming support for "boot" and "initialize" methods of Eloquent traits. No more "this trait doesn't work after renaming" issues!