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 c3867365a9 README.md 10 jaren geleden
app init 10 jaren geleden
bootstrap init 10 jaren geleden
database init 10 jaren geleden
public app name 10 jaren geleden
resources init 10 jaren geleden
sql init 10 jaren geleden
storage init 10 jaren geleden
tests init 10 jaren geleden
.gitignore init 10 jaren geleden
README.md README.md 10 jaren geleden
artisan init 10 jaren geleden
composer.json init 10 jaren geleden
example.env init 10 jaren geleden
generate.php init 10 jaren geleden
phpunit.xml init 10 jaren geleden
server.php init 10 jaren geleden

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