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 d9dea72a9d added effects to front; resize image before applying effect 10 gadus atpakaļ
app added effects to front; resize image before applying effect 10 gadus atpakaļ
bootstrap init 10 gadus atpakaļ
database init 10 gadus atpakaļ
public added effects to front; resize image before applying effect 10 gadus atpakaļ
resources init 10 gadus atpakaļ
sql sql 10 gadus atpakaļ
storage images folder 10 gadus atpakaļ
tests init 10 gadus atpakaļ
.gitignore images folder 10 gadus atpakaļ
.gitmodules luticate submodule 10 gadus atpakaļ
README.md README.md 10 gadus atpakaļ
artisan init 10 gadus atpakaļ
composer.json abstract filter classes; black and white and grayscale filters 10 gadus atpakaļ
example.env init 10 gadus atpakaļ
generate.php init 10 gadus atpakaļ
phpunit.xml init 10 gadus atpakaļ
server.php init 10 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