You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni f54de63fa7 README 8 年之前
app init 8 年之前
bootstrap init 8 年之前
database init 8 年之前
public README 8 年之前
resources init 8 年之前
sql init 8 年之前
storage init 8 年之前
tests init 8 年之前
.gitignore init 8 年之前
README.md README 8 年之前
artisan init 8 年之前
composer.json init 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 php

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