-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
Using Laravel Framework 5.4.23
and
name : laravel/tinker
descrip. : Powerful REPL for the Laravel framework.
keywords : REPL, Tinker, laravel, psysh
versions : * v1.0.0
type : library
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source : [git] https://github.com/laravel/tinker.git 3d5b675b55b24ccbf86395964042dbe061d5a965
dist : [zip] https://api.github.com/repos/laravel/tinker/zipball/3d5b675b55b24ccbf86395964042dbe061d5a965 3d5b675b55b24ccbf86395964042dbe061d5a965
names : laravel/tinker
autoload
psr-4
Laravel\Tinker\ => src/
requires
illuminate/console ~5.1
illuminate/contracts ~5.1
illuminate/support ~5.1
php >=5.5.9
psy/psysh 0.7.*|0.8.*
symfony/var-dumper ~3.0
requires (dev)
phpunit/phpunit ~4.0|~5.0
suggests
illuminate/database The Illuminate Database package (~5.1).
when i do php artisan tinker
as described on Repo's README.md file i got this error:
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "tinker" is not defined.
i tried this on an empty project from scratch and tinker is working - not on my current project
Metadata
Metadata
Assignees
Labels
No labels