You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Loading images into setRobot theme is easy, just pass the picture name and you're ready to go!
Note: In order to work you need compile your files first, although you will not be allowed to use these images.
Loading into common files
With php
<?php echo App\getImage('cute-pig.png'); ?>
With blade (recommended)
{{ App\getImage('cute-pig.png') }}
Loading into css files
background-image: image-url('');
Excerpt
At some point you will need the summarized content of a post, and this is where you use the excerpt function.