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 172c877809 begin upload 8 years ago
app init 8 years ago
bootstrap init 8 years ago
database init 8 years ago
public begin upload 8 years ago
resources init 8 years ago
sql init 8 years ago
storage init 8 years ago
tests init 8 years ago
.gitignore init 8 years ago
.gitmodules luticate submodule 8 years ago
README.md README.md 8 years ago
artisan init 8 years ago
composer.json init 8 years ago
example.env init 8 years ago
generate.php init 8 years ago
phpunit.xml init 8 years ago
server.php init 8 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 back

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

Install site

Add a host to your apache conf pointing to public folder