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 b123e7cc97 luticate submodule преди 8 години
app init преди 8 години
bootstrap init преди 8 години
database init преди 8 години
public luticate submodule преди 8 години
resources init преди 8 години
sql init преди 8 години
storage init преди 8 години
tests init преди 8 години
.gitignore init преди 8 години
.gitmodules luticate submodule преди 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