PHPackages                             fivesqrd/atlas-canvas - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fivesqrd/atlas-canvas

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fivesqrd/atlas-canvas
=====================

Script to quickly create boilerplate classes for new Atlas models.

v1.0(8y ago)01.2kMITPHPPHP &gt;=5.5.9

Since Nov 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fivesqrd/atlas-canvas)[ Packagist](https://packagist.org/packages/fivesqrd/atlas-canvas)[ RSS](/packages/fivesqrd-atlas-canvas/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Atlas-Canvas
============

[](#atlas-canvas)

Script to quickly create boilerplate classes for new Atlas models.

### Using Canvas

[](#using-canvas)

The atlas repo ships with a script to quickly create boilerplate classes for new models.

```
php vendor/fivesqrd/atlas/scripts/Canvas.php User users id,email,password,lastLogin

```

Edit the Mapper class and update the table details

```
