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 f54de63fa7 README 10 gadus atpakaļ
app init 10 gadus atpakaļ
bootstrap init 10 gadus atpakaļ
database init 10 gadus atpakaļ
public README 10 gadus atpakaļ
resources init 10 gadus atpakaļ
sql init 10 gadus atpakaļ
storage init 10 gadus atpakaļ
tests init 10 gadus atpakaļ
.gitignore init 10 gadus atpakaļ
README.md README 10 gadus atpakaļ
artisan init 10 gadus atpakaļ
composer.json init 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 php

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