At first, read our installation guide.
Make sure the document root of your host points to the /public
folder.
Sometimes you can have issues when upgrading, running the command a second time will generaly solve the problem.
Run these commands to get rid of common errors:
php artisan optimize
php artisan view:clear
Please check:
- Browser cache
- Git branch must be on
master
- App URL must be configured in your
.env
Use the following command to regenerate images: php artisan media:regenerate
By default, search is made using a "full-text" engine powered by Laravel Scout.
It allows typing errors in your search (ex: helol
instead of hello
) and operators (ex: foo -bar
search foo
without bar
).
But it's not robust against non-latin search (ex: こんにちは
, добрый день
, etc).
Shaark provides a fallback to a classic SQL search using the LIKE
operator. Set your preference in the settings section.
Read our archiving guide.
Read our backup guide.
See dependencies used in this application.