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 869b421fb7 app name hace 10 años
app init hace 10 años
bootstrap init hace 10 años
database init hace 10 años
public app name hace 10 años
resources init hace 10 años
sql init hace 10 años
storage init hace 10 años
tests init hace 10 años
.gitignore init hace 10 años
README.md README hace 10 años
artisan init hace 10 años
composer.json init hace 10 años
example.env init hace 10 años
generate.php init hace 10 años
phpunit.xml init hace 10 años
server.php init hace 10 años

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