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