Advertisement
fahmihilmansyah

Untitled

Feb 25th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "name": "laravel/laravel",
  3. "description": "The Laravel Framework.",
  4. "keywords": ["framework", "laravel"],
  5. "license": "MIT",
  6. "require": {
  7. "laravel/framework": "4.1.*"
  8. },
  9. "autoload": {
  10. "classmap": [
  11. "app/commands",
  12. "app/controllers",
  13. "app/composers",
  14. "app/models",
  15. "app/libraries",
  16. "app/database/migrations",
  17. "app/database/seeds",
  18. "app/tests/TestCase.php",
  19. "app/modules"
  20. ]
  21. },
  22. "scripts": {
  23. "post-install-cmd": [
  24. "php artisan clear-compiled",
  25. "php artisan optimize"
  26. ],
  27. "post-update-cmd": [
  28. "php artisan clear-compiled",
  29. "php artisan optimize"
  30. ],
  31. "post-create-project-cmd": [
  32. "php artisan key:generate"
  33. ]
  34. },
  35. "config": {
  36. "preferred-install": "dist"
  37. },
  38. "minimum-stability": "stable"
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement