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 172c877809 begin upload преди 10 години
app init преди 10 години
bootstrap init преди 10 години
database init преди 10 години
public begin upload преди 10 години
resources init преди 10 години
sql init преди 10 години
storage init преди 10 години
tests init преди 10 години
.gitignore init преди 10 години
.gitmodules luticate submodule преди 10 години
README.md README.md преди 10 години
artisan init преди 10 години
composer.json init преди 10 години
example.env init преди 10 години
generate.php init преди 10 години
phpunit.xml init преди 10 години
server.php init преди 10 години

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