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

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