選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Robin Thoni 3c777671f4 abstract filter classes; black and white and grayscale filters 8年前
app abstract filter classes; black and white and grayscale filters 8年前
bootstrap init 8年前
database init 8年前
public send image to server 8年前
resources init 8年前
sql init 8年前
storage init 8年前
tests init 8年前
.gitignore init 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