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 anni fa
app init 8 anni fa
bootstrap init 8 anni fa
database init 8 anni fa
public luticate submodule 8 anni fa
resources init 8 anni fa
sql init 8 anni fa
storage init 8 anni fa
tests init 8 anni fa
.gitignore init 8 anni fa
.gitmodules luticate submodule 8 anni fa
README.md README.md 8 anni fa
artisan init 8 anni fa
composer.json init 8 anni fa
example.env init 8 anni fa
generate.php init 8 anni fa
phpunit.xml init 8 anni fa
server.php init 8 anni fa

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