Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things. - laravel/laravel
.github gradle/wrapper src .gitignore CHANGELOG.md CODE_OF_CONDUCT.md LICENSE MAINTENANCE.md README.md build.gradle gradle.properties gradlew gradlew.bat idea-php-laravel-plugin.iml prepare-release.sh README Code of conduct MIT license IntelliJ IDEA / PhpStorm Laravel Plugin ...
.github gradle src .gitignore CHANGELOG.md CODE_OF_CONDUCT.md LICENSE MAINTENANCE.md README.md build.gradle gradle.properties gradlew gradlew.bat idea-php-laravel-plugin.iml prepare-release.sh Breadcrumbs idea-php-laravel-plugin / Latest commit ...
laravel-idea/pluginPublic Notifications Fork7 Star157 master 1Branch 0Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 7 Commits .github/ISSUE_TEMPLATE
Note: You will end up with two models for the same table and you may think it is a horrible idea to have two classes for the same thing. However, it is up to you to decide whether this approach gives value to your project :-) ...
Plugin url: http://plugins.jetbrains.com/plugin/7532 InstallationTo install, go to Settings > Plugins and search for "Laravel Plugin".Once installed, you must activate per-project by going to Settings > Laravel Plugin and clicking "Enable for this project"....
The idea of a middleware that optimizes all files in a request is taken fromapproached/laravel-image-optimizer. The MIT License (MIT). Please seeLicense Filefor more information. Releases24 1.8.0Latest Feb 29, 2024 + 23 releases Sponsor this project ...
Bug description Sometimes even when committing very little changes in a single PHP file, it can take 5-10 minutes for the Analyze Code bit to finish analyzing the code before the commit. I don't get what it's spending so much time on. Th...
For example, you may usebeforeSaveto hash a users password (actually, it would be a better idea to useauto-hashing!): classUserextends\LaravelArdent\Ardent\Ardent{publicfunctionbeforeSave() {// if there's a new password, hash itif($this->isDirty('password')) {$this->password=Hash::make...
Hello, Add support to @component --- @endcomponent Laravel 5.4 blade feature, and other new features. Thanx,