Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Robin Thoni 38255ad8d4 sql před 10 roky
app added name in upload před 10 roky
bootstrap init před 10 roky
database init před 10 roky
public added name in upload před 10 roky
resources init před 10 roky
sql sql před 10 roky
storage images folder před 10 roky
tests init před 10 roky
.gitignore images folder před 10 roky
.gitmodules luticate submodule před 10 roky
README.md README.md před 10 roky
artisan init před 10 roky
composer.json abstract filter classes; black and white and grayscale filters před 10 roky
example.env init před 10 roky
generate.php init před 10 roky
phpunit.xml init před 10 roky
server.php init před 10 roky

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