Package Data | |
---|---|
Maintainer Username: | marcmascarell |
Maintainer Contact: | marcmascarell@gmail.com (Marc Mascarell) |
Package Create Date: | 2014-09-10 |
Package Last Update: | 2018-10-17 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:24:10 |
Package Statistics | |
---|---|
Total Downloads: | 124 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 36 |
Total Watchers: | 8 |
Total Forks: | 9 |
Total Open Issues: | 12 |
Important
Since August 2018 Laravel has Nova which essentialy does a very similar job to what I aimed for, you should use that instead. If you are looking for an Open Source option you should check Voyager.
As of now this project is deprecated but maybe takes a new direction at anytime.
It's flexible, extensible and builds a beautiful interface around your models.
It is under development. Use at your own risk.
To see development progress change to dev
branch.
Here you will find a brief introduction, go here for full documentation.
Laravel | Artificer :-------------|:---------- 4.x | v0.1.4-alpha (Unsupported) 5.5 | dev (work in progress)
Add Artificer to your composer.json
file.
"mascame/artificer": "dev-master"
Run composer install
to get the latest version of the package.
Add the Service Provider to config/app.php
at the bottom of providers
:
\Mascame\Artificer\ArtificerServiceProvider::class
If you need help or any kind of support, please send an e-mail to Marc Mascarell at marcmascarell@gmail.com.
This project is friendly supported by JetBrains & PhpStorm!
This package is open-sourced software licensed under the MIT license.