Skip to content

Commit

Permalink
modified license and added support btn
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmascarell committed Dec 21, 2014
1 parent a3e33cf commit 835cb6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ Laravel Artificer (under development)

Artificer is an admin package built on top of your models. It automatically detects all your models, tables and columns building a beautiful interface to manage your data. Help is needed.

Support
----

If you want to give your opinion, you can send me an [email](mailto:[email protected]), comment the project directly (if you want to contribute with information or resources) or fork the project and make a pull request.

Also I will be grateful if you want to make a donation, this project hasn't got a death date and it wants to be improved constantly:

[![Website Button](http://www.rahmenversand.com/images/paypal_logo_klein.gif "Donate!")](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=marcmascarell%40gmail%2ecom&lc=US&item_name=Artificer%20Development&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest&amount=5 "Contribute to the project")

Current state warning
----
Please don't use this package on production as it is under development.
Expand Down Expand Up @@ -56,6 +47,7 @@ Publish assets and config
```sh
php artisan artificer:publish
```
Add this dependency: [mcamara/laravel-localization](https://github.com/mcamara/laravel-localization)

Add plugins you need (soon... you can find them in my repos). Please, be aware some plugins are under heavy development.

Expand Down Expand Up @@ -83,6 +75,15 @@ php artisan asset:publish mascame/artificer-default-theme

soon

Support
----

If you want to give your opinion, you can send me an [email](mailto:[email protected]), comment the project directly (if you want to contribute with information or resources) or fork the project and make a pull request.

Also I will be grateful if you want to make a donation, this project hasn't got a death date and it wants to be improved constantly:

[![Website Button](http://www.rahmenversand.com/images/paypal_logo_klein.gif "Donate!")](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=marcmascarell%40gmail%2ecom&lc=US&item_name=Artificer%20Development&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest&amount=5 "Contribute to the project")


License
----
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"php": ">=5.4.0",
"illuminate/support": "4.*",
"mascame/notify": "dev-master",
"mascame/arrayer": "1.*"
"mascame/arrayer": "1.*",
"mcamara/laravel-localization": "0.15.*"
},
"require-dev": {
"sami/sami": "2.0.0"
Expand Down

0 comments on commit 835cb6e

Please sign in to comment.