Robin Thoni 869b421fb7 app name 9 years ago
app init 9 years ago
bootstrap init 9 years ago
database init 9 years ago
public app name 9 years ago
resources init 9 years ago
sql init 9 years ago
storage init 9 years ago
tests init 9 years ago
.gitignore init 9 years ago
README.md README 9 years ago
artisan init 9 years ago
composer.json init 9 years ago
example.env init 9 years ago
generate.php init 9 years ago
phpunit.xml init 9 years ago
server.php init 9 years ago

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