Alexander Grigorev

Results 21 comments of Alexander Grigorev

use Jenssegers\Blade\Blade; $blade = new Blade('views', 'cache'); echo $blade->render( .... ); or echo $blade->make('homepage', ['name' => 'John Doe'])->render();

need to install php8.0-gd https://packages.debian.org/sid/php8.0-gd

Yes, there is a problem with this, but you can turn off all the effects, then it will work ```php $builder->setBackgroundImages($backgrounds); $builder->setIgnoreAllEffects(true); ```

If you abandon the project, it will be hard to upgrade to the new bootstrap version. here for example https://stackoverflow.com/questions/20721248/how-can-i-override-bootstrap-css-styles

yes it works, it's just that it’s bad on js problem html, body { height: 100%; width: 100%} if you remove the height, then everything is fine, but the left...

Thank you, I will wait for changes

After fixing elements, the line position is not saved after page refresh

well, now I have for example the file public / index.php has key 155 how can I get it now? ```php $archive = new \PhpZip\ZipFile(); $archive->openFile('archive.zip'); var_dump($archive[155]); // will not...