Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Robin Thoni dee0281c4f order by images results 8 лет назад
app edge detection filter 8 лет назад
bootstrap init 8 лет назад
database init 8 лет назад
public edge detection filter 8 лет назад
resources init 8 лет назад
sql order by images results 8 лет назад
storage images folder 8 лет назад
tests init 8 лет назад
.gitignore images folder 8 лет назад
.gitmodules luticate submodule 8 лет назад
README.md README.md 8 лет назад
artisan init 8 лет назад
composer.json abstract filter classes; black and white and grayscale filters 8 лет назад
example.env init 8 лет назад
generate.php init 8 лет назад
phpunit.xml init 8 лет назад
server.php init 8 лет назад

README.md

Starter kit for Angular Material

Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)

Install front

# git clone https://git.rthoni.com/robin.thoni/starter-angular-material
cd public
bower install

Install back

composer install
chmod -R 777 storage
cp example.env .env # Then edit it
# exec sql/struct_init.sql and sql/data_init.sql on database

Install site

Add a host to your apache conf pointing to public folder