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