Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Robin Thoni dee0281c4f order by images results před 8 roky
app edge detection filter před 8 roky
bootstrap init před 8 roky
database init před 8 roky
public edge detection filter před 8 roky
resources init před 8 roky
sql order by images results před 8 roky
storage images folder před 8 roky
tests init před 8 roky
.gitignore images folder před 8 roky
.gitmodules luticate submodule před 8 roky
README.md README.md před 8 roky
artisan init před 8 roky
composer.json abstract filter classes; black and white and grayscale filters před 8 roky
example.env init před 8 roky
generate.php init před 8 roky
phpunit.xml init před 8 roky
server.php init před 8 roky

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