Skip to content

Instantly share code, notes, and snippets.

@marufmax
Created April 12, 2018 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marufmax/ce528aaf2d4ca9b91efb30e5aaae70c4 to your computer and use it in GitHub Desktop.
Save marufmax/ce528aaf2d4ca9b91efb30e5aaae70c4 to your computer and use it in GitHub Desktop.
Laravel PHPStrom IDE Helper PHP File
<?php
namespace {
exit("This file should not be included, only analyzed by your IDE");
}
namespace Illuminate\Support {
/**
* @method Fluent first()
* @method Fluent after($column)
* @method Fluent change()
* @method Fluent nullable()
* @method Fluent unsigned()
* @method Fluent unique()
* @method Fluent index()
* @method Fluent primary()
* @method Fluent spatialIndex()
* @method Fluent default($value)
* @method Fluent onUpdate($value)
* @method Fluent onDelete($value)
* @method Fluent references($value)
* @method Fluent on($value)
* @method Fluent charset($value)
* @method Fluent collation($value)
* @method Fluent comment($value)
* @method Fluent autoIncrement()
* @method Fluent storedAs($value)
* @method Fluent useCurrent()
* @method Fluent virtualAs($value)
*/
class Fluent {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment