Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to laravel
php artisan tinker
Development
Interact with your application via REPL
Examples
Common usage examples
Start Tinker REPL
php artisan tinker
Copy
Notes
Test code interactively
Access models, helpers, and application features
Exit with 'exit' or Ctrl+C
Related Commands
You might also find these useful
php artisan serve