Download the PHP package ooxif/laravel-spec-schema without Composer
On this page you can find all versions of the php package ooxif/laravel-spec-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-spec-schema
laravel-spec-schema
Extends Laravel's Schema/Grammar/Blueprint to describe drivers' specific features.
Install
composer require "ooxif/laravel-spec-schema:1.0.*"
then
- add
'Ooxif\LaravelSpecSchema\SpecSchemaServiceProvider',
toproviders
inconfig/app.php
. - replace
'Schema' => 'Illuminate\Support\Facades\Schema',
to'Schema' => 'Ooxif\LaravelSpecSchema\Facades\Schema',
inaliases
ofconfig/app.php
.
Examples
Use your own Schema Builder/Grammar/Blueprint classes
All versions of laravel-spec-schema with dependencies
PHP Build Version
Package Version
The package ooxif/laravel-spec-schema contains the following files
Loading the files please wait ....