Commands.app

php artisan tinker

Development

Interact with your application via REPL

Examples
Common usage examples

Start Tinker REPL

php artisan tinker
Notes
  • Test code interactively
  • Access models, helpers, and application features
  • Exit with 'exit' or Ctrl+C
Related Commands
You might also find these useful