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 dee0281c4f order by images results il y a 8 ans
app edge detection filter il y a 8 ans
bootstrap init il y a 8 ans
database init il y a 8 ans
public edge detection filter il y a 8 ans
resources init il y a 8 ans
sql order by images results il y a 8 ans
storage images folder il y a 8 ans
tests init il y a 8 ans
.gitignore images folder il y a 8 ans
.gitmodules luticate submodule il y a 8 ans
README.md README.md il y a 8 ans
artisan init il y a 8 ans
composer.json abstract filter classes; black and white and grayscale filters 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 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