Hi,
I am updating my laravel application from 5 to 8. I updated sucessfully. Now, I try to up the artisan serve.
No response and error and also while updating i found optimize is depricated, I remove the optimize in the composer.json file. Can some one please help me how to up the server right now.
I checked even, I am in the right directory or not. I found that i am in right directory.
Below is the input and output
C:\Users\krish\app> php artisan serve
C:\Users\krish\app>
When I migrated from 6 to 8, I have tested at each step (each update in the code) of each migration (6 to 7, then 7 to 8). Each time I had errors, I had a look at the code to find the error. And at the end of each migration (6 to 7, then 7 to 8), I tested all the functionalities of the application.