Robin Thoni 3c87275cad images folder 9 роки тому
app begin image upload 9 роки тому
bootstrap init 9 роки тому
database init 9 роки тому
public begin image upload 9 роки тому
resources init 9 роки тому
sql init 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