Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Robin Thoni dee0281c4f order by images results 8 gadus atpakaļ
app edge detection filter 8 gadus atpakaļ
bootstrap init 8 gadus atpakaļ
database init 8 gadus atpakaļ
public edge detection filter 8 gadus atpakaļ
resources init 8 gadus atpakaļ
sql order by images results 8 gadus atpakaļ
storage images folder 8 gadus atpakaļ
tests init 8 gadus atpakaļ
.gitignore images folder 8 gadus atpakaļ
.gitmodules luticate submodule 8 gadus atpakaļ
README.md README.md 8 gadus atpakaļ
artisan init 8 gadus atpakaļ
composer.json abstract filter classes; black and white and grayscale filters 8 gadus atpakaļ
example.env init 8 gadus atpakaļ
generate.php init 8 gadus atpakaļ
phpunit.xml init 8 gadus atpakaļ
server.php init 8 gadus atpakaļ

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