Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Robin Thoni c3867365a9 README.md 8 роки тому
app init 8 роки тому
bootstrap init 8 роки тому
database init 8 роки тому
public app name 8 роки тому
resources init 8 роки тому
sql init 8 роки тому
storage init 8 роки тому
tests init 8 роки тому
.gitignore init 8 роки тому
README.md README.md 8 роки тому
artisan init 8 роки тому
composer.json init 8 роки тому
example.env init 8 роки тому
generate.php init 8 роки тому
phpunit.xml init 8 роки тому
server.php init 8 роки тому

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