選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Robin Thoni d9dea72a9d added effects to front; resize image before applying effect 10年前
app added effects to front; resize image before applying effect 10年前
bootstrap init 10年前
database init 10年前
public added effects to front; resize image before applying effect 10年前
resources init 10年前
sql sql 10年前
storage images folder 10年前
tests init 10年前
.gitignore images folder 10年前
.gitmodules luticate submodule 10年前
README.md README.md 10年前
artisan init 10年前
composer.json abstract filter classes; black and white and grayscale filters 10年前
example.env init 10年前
generate.php init 10年前
phpunit.xml init 10年前
server.php init 10年前

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