Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni 869b421fb7 app name il y a 8 ans
app init il y a 8 ans
bootstrap init il y a 8 ans
database init il y a 8 ans
public app name il y a 8 ans
resources init il y a 8 ans
sql init il y a 8 ans
storage init il y a 8 ans
tests init il y a 8 ans
.gitignore init il y a 8 ans
README.md README il y a 8 ans
artisan init il y a 8 ans
composer.json init il y a 8 ans
example.env init il y a 8 ans
generate.php init il y a 8 ans
phpunit.xml init il y a 8 ans
server.php init il y a 8 ans

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