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

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