您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Robin Thoni b6226f56b8 error dialog 10 年前
app begin image upload 10 年前
bootstrap init 10 年前
database init 10 年前
public error dialog 10 年前
resources init 10 年前
sql init 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