You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 939dd24cca typo 10 yıl önce
app init 10 yıl önce
bootstrap init 10 yıl önce
database init 10 yıl önce
public typo 10 yıl önce
resources init 10 yıl önce
sql init 10 yıl önce
storage init 10 yıl önce
tests init 10 yıl önce
.gitignore init 10 yıl önce
.gitmodules luticate submodule 10 yıl önce
README.md README.md 10 yıl önce
artisan init 10 yıl önce
composer.json init 10 yıl önce
example.env init 10 yıl önce
generate.php init 10 yıl önce
phpunit.xml init 10 yıl önce
server.php init 10 yıl önce

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