Robin Thoni 38255ad8d4 sql 9 лет назад
app added name in upload 9 лет назад
bootstrap init 9 лет назад
database init 9 лет назад
public added name in upload 9 лет назад
resources init 9 лет назад
sql sql 9 лет назад
storage images folder 9 лет назад
tests init 9 лет назад
.gitignore images folder 9 лет назад
.gitmodules luticate submodule 9 лет назад
README.md README.md 9 лет назад
artisan init 9 лет назад
composer.json abstract filter classes; black and white and grayscale filters 9 лет назад
example.env init 9 лет назад
generate.php init 9 лет назад
phpunit.xml init 9 лет назад
server.php init 9 лет назад

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