Open Source Billing built on Laravel base
Go to file
Deon George bc26f7b881
Fixes for composers new configuration
2021-07-09 13:19:21 +10:00
app Fix account time format for DB storage 2021-07-09 12:47:10 +10:00
bootstrap Added oauth login 2019-09-03 14:43:59 +10:00
config Move User model to Models/ 2021-06-29 16:40:54 +10:00
database Rename ab_account to accounts 2021-07-07 17:45:16 +10:00
public Added payment recording, minor CSS fixes, enabled Search 2021-07-02 14:39:08 +10:00
resources Minor framework updates, and updates from other projects 2021-07-09 12:41:15 +10:00
routes Fixes for ordering 2021-07-09 11:39:27 +10:00
storage Initial refactoring work 2018-05-20 22:53:14 +10:00
tests Fix testing as a result of changes in 34139bc 2021-07-02 10:03:36 +10:00
.env.example App configuration defaults 2021-07-01 09:21:18 +10:00
.env.testing Change NextKey to create record in Module table if it doesnt exist 2021-06-30 14:46:50 +10:00
.gitattributes Initial Spark Install 2017-11-03 16:26:07 +11:00
.gitignore Progress on order progress 2020-04-19 08:33:41 +10:00
.gitlab-ci.yml CI to build docker container 2021-06-30 14:46:49 +10:00
.gitlab-docker-x86_64.yml Remove vendor/ before building image - so the build doesnt include dev dependancies 2021-06-30 23:09:50 +10:00
.gitlab-test.yml Fixes for composers new configuration 2021-07-09 13:19:21 +10:00
Dockerfile Fixes for composers new configuration 2021-07-09 13:19:21 +10:00
artisan Update to Laravel 8 2021-06-29 16:40:54 +10:00
composer.json Update DB seeding to Laravel 8 2021-06-30 14:46:49 +10:00
composer.lock Minor framework updates, and updates from other projects 2021-07-09 12:41:15 +10:00
package-lock.json Update framework and javascript 2020-05-26 11:44:02 +10:00
package.json Update to Laravel 8 2021-06-29 16:40:54 +10:00
phpunit.xml Removed redundant items, upgraded to laravel 5.6 2018-04-10 21:35:29 +10:00
server.php Initial Spark Install 2017-11-03 16:26:07 +11:00
webpack.mix.js Update framework and javascript 2020-05-26 11:44:02 +10:00