Recommend this page to a friend! |
Classes of Hillary Kollan | Chatto PHP Websocket Chat System | vendor/illuminate/database/README.md | Download |
|
DownloadIlluminate DatabaseThe Illuminate Database component is a full database toolkit for PHP, providing an expressive query builder, ActiveRecord style ORM, and schema builder. It currently supports MySQL, Postgres, SQL Server, and SQLite. It also serves as the database layer of the Laravel PHP framework. Usage InstructionsFirst, create a new "Capsule" manager instance. Capsule aims to make configuring the library for usage outside of the Laravel framework as easy as possible.
> Once the Capsule instance has been registered. You may use it like so: Using The Query Builder
Other core methods may be accessed directly from the Capsule in the same manner as from the DB facade:
Using The Schema Builder
Using The Eloquent ORM
For further documentation on using the various database facilities this library provides, consult the Laravel framework documentation. |