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 година
app init пре 10 година
bootstrap init пре 10 година
database init пре 10 година
public README пре 10 година
resources init пре 10 година
sql init пре 10 година
storage init пре 10 година
tests init пре 10 година
.gitignore init пре 10 година
README.md README пре 10 година
artisan init пре 10 година
composer.json init пре 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 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