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 f73c17028b dropzone directive 9 gadus atpakaļ
app init 9 gadus atpakaļ
bootstrap init 9 gadus atpakaļ
database init 9 gadus atpakaļ
public dropzone directive 9 gadus atpakaļ
resources init 9 gadus atpakaļ
sql init 9 gadus atpakaļ
storage init 9 gadus atpakaļ
tests init 9 gadus atpakaļ
.gitignore init 9 gadus atpakaļ
.gitmodules luticate submodule 9 gadus atpakaļ
README.md README.md 9 gadus atpakaļ
artisan init 9 gadus atpakaļ
composer.json init 9 gadus atpakaļ
example.env init 9 gadus atpakaļ
generate.php init 9 gadus atpakaļ
phpunit.xml init 9 gadus atpakaļ
server.php init 9 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