I have a successful install TastyIgniter on a Docker environment (nginx + php-fpm + mysql + Windows 10 WSL2 Ubuntu 20.04 LTS). It works fine. So, I pushed all codes including mysql database files to my repository.
Next, I want to setup TastyIgniter on Docker for another machine. To make it more convenient, I didn’t run a full installation command via Composer. I had just cloned all things from my repository. But :-( It doesn’t work at all.
I don’t want to run a full installation via Composer because I want to freeze a version of TastyIgniter and all its extensions.
I think the solution might be I have to run a Composer or PHP artisan commands but I don’t know.
Thanks for all helps.
Error#1
PHP message: PHP Fatal error: Uncaught ReflectionException: Class view does not exist in /app/vendor/laravel/framework/src/Illuminate/Container/Container.php:877
Stack trace:
#0 /app/vendor/laravel/framework/src/Illuminate/Container/Container.php(877): ReflectionClass->__construct()
#1 /app/vendor/laravel/framework/src/Illuminate/Container/Container.php(758): Illuminate\Container\Container->build()
#2 /app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(851): Illuminate\Container\Container->resolve()
Error#2
PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Main\Classes\Router::__construct() must be an instance of Main\Classes\Theme, null given, called in /app/system/classes/ErrorHandler.php on line 45 and defined in /app/main/classes/Router.php:66
Stack trace:
#0 /app/system/classes/ErrorHandler.php(45): Main\Classes\Router->__construct()
#1 /app/vendor/tastyigniter/flame/src/Exception/ErrorHandler.php