I run php artisan route:cache
,I didn't notice that this command can only run in production and cause this error when I want to run php artisan route:list
Target class [Upload] does not exist.
at C:\Users\Asus\loanpanda\vendor\laravel\framework\src\Illuminate\Container\Container.php:879
875▕
876▕ try {
877▕ $reflector = new ReflectionClass($concrete);
878▕ } catch (ReflectionException $e) {
➜ 879▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
880▕ }
881▕
882▕ // If the type is not instantiable, the developer is attempting to resolve
883▕ // an abstract type such as an Interface or Abstract Class and there is
1 [internal]:0
Illuminate\Foundation\Console\RouteListCommand::Illuminate\Foundation\Console\{closure}()
2 C:\Users\Asus\loanpanda\vendor\laravel\framework\src\Illuminate\Container\Container.php:877
ReflectionException::("Class "Upload" does not exist")
I am still in deployment, how can I make it back to normal?
How we can insert header and footer in google docs with google docs api using PHP code
Writing a new and appending a file in PHP without erasing contents
How to combine 2 arrays with the condition that 2 and 5 values will be from the second array?
How to keep the ?error on url if page extension not included?
I want to nip in the bud that I have already been through all of the points in this excellent answer here: and will explain why they didn't work and what my problems areI am working through a book by Robert Nystrom called Crafting Interpreters
Good afternoon, I'm learning python and I am making some graphics with a file with data, dates and times My first goal was to graphic the data vs time, Magnitude vs Fulltime, only Saturday and Sundays (d2 and w) vs time, and only the 11pm to 12md of Business...
I can't get the Python program at https://githubcom/pcarbonn/pyDatalog/blob/master/pyDatalog/examples/graph
im trying to add a segmented tab to my header let me show you an example before i start