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 dee0281c4f order by images results пре 8 година
app edge detection filter пре 8 година
bootstrap init пре 8 година
database init пре 8 година
public edge detection filter пре 8 година
resources init пре 8 година
sql order by images results пре 8 година
storage images folder пре 8 година
tests init пре 8 година
.gitignore images folder пре 8 година
.gitmodules luticate submodule пре 8 година
README.md README.md пре 8 година
artisan init пре 8 година
composer.json abstract filter classes; black and white and grayscale filters пре 8 година
example.env init пре 8 година
generate.php init пре 8 година
phpunit.xml init пре 8 година
server.php init пре 8 година

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