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 10 vuotta sitten
app init 10 vuotta sitten
bootstrap init 10 vuotta sitten
database init 10 vuotta sitten
public README 10 vuotta sitten
resources init 10 vuotta sitten
sql init 10 vuotta sitten
storage init 10 vuotta sitten
tests init 10 vuotta sitten
.gitignore init 10 vuotta sitten
README.md README 10 vuotta sitten
artisan init 10 vuotta sitten
composer.json init 10 vuotta sitten
example.env init 10 vuotta sitten
generate.php init 10 vuotta sitten
phpunit.xml init 10 vuotta sitten
server.php init 10 vuotta sitten

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