Skip to content

Adds support to Laravel's Schema Builder for date, time and datetime fields as opposed to date being a datetime field.

Notifications You must be signed in to change notification settings

dshoreman/laravel-schema-enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Laravel Schema Enhanced

Adds support to Laravel's Schema Builder for date, time and datetime fields as opposed to date being a datetime field. If you want to add a field type and it works across all 4 grammars, feel free to submit a pull request.

Installation

Clone this repo into application/libraries/schemaenhanced:

cd /path/to/your/laravel/root
git clone git://github.com/dshoreman/laravel-schema-enhanced.git application/libraries/schemaenhanced

Find the Schema alias in your config/application.php. Replace with:

		'Schema'     	=> 'SchemaEnhanced\\Database\\Schema',

About

Adds support to Laravel's Schema Builder for date, time and datetime fields as opposed to date being a datetime field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages