Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Robin Thoni 3c777671f4 abstract filter classes; black and white and grayscale filters 8 år sedan
app abstract filter classes; black and white and grayscale filters 8 år sedan
bootstrap init 8 år sedan
database init 8 år sedan
public send image to server 8 år sedan
resources init 8 år sedan
sql init 8 år sedan
storage init 8 år sedan
tests init 8 år sedan
.gitignore init 8 år sedan
.gitmodules luticate submodule 8 år sedan
README.md README.md 8 år sedan
artisan init 8 år sedan
composer.json abstract filter classes; black and white and grayscale filters 8 år sedan
example.env init 8 år sedan
generate.php init 8 år sedan
phpunit.xml init 8 år sedan
server.php init 8 år sedan

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