1st commit
1 parent a5afd51 commit c9fdcf020b1e88209f7a30a812ae116ece39b268
@Réz István Réz István authored on 22 Sep
Showing 95 changed files
View
.gitignore 0 → 100644
View
LICENSE 0 → 100644
View
README.md 0 → 100644
View
app/.htaccess 0 → 100644
View
app/Common.php 0 → 100644
View
app/Config/App.php 0 → 100644
View
app/Config/Auth.php 0 → 100644
View
app/Config/AuthGroups.php 0 → 100644
View
app/Config/AuthJWT.php 0 → 100644
View
app/Config/Autoload.php 0 → 100644
View
app/Config/Boot/development.php 0 → 100644
View
app/Config/Boot/production.php 0 → 100644
View
app/Config/Boot/testing.php 0 → 100644
View
app/Config/CURLRequest.php 0 → 100644
View
app/Config/Cache.php 0 → 100644
View
app/Config/Constants.php 0 → 100644
View
app/Config/ContentSecurityPolicy.php 0 → 100644
View
app/Config/Cookie.php 0 → 100644
View
app/Config/Database.php 0 → 100644
View
app/Config/DocTypes.php 0 → 100755
View
app/Config/Email.php 0 → 100644
View
app/Config/Encryption.php 0 → 100644
View
app/Config/Events.php 0 → 100644
View
app/Config/Exceptions.php 0 → 100644
View
app/Config/Feature.php 0 → 100644
View
app/Config/Filters.php 0 → 100644
View
app/Config/ForeignCharacters.php 0 → 100644
View
app/Config/Format.php 0 → 100644
View
app/Config/Generators.php 0 → 100644
View
app/Config/Honeypot.php 0 → 100644
View
app/Config/Images.php 0 → 100644
View
app/Config/Kint.php 0 → 100644
View
app/Config/Logger.php 0 → 100644
View
app/Config/Migrations.php 0 → 100644
View
app/Config/Mimes.php 0 → 100644
View
app/Config/Modules.php 0 → 100644
View
app/Config/Pager.php 0 → 100644
View
app/Config/Paths.php 0 → 100644
View
app/Config/Publisher.php 0 → 100644
View
app/Config/Routes.php 0 → 100644
View
app/Config/Routing.php 0 → 100644
View
app/Config/Security.php 0 → 100644
View
app/Config/Services.php 0 → 100644
View
app/Config/Session.php 0 → 100644
View
app/Config/Toolbar.php 0 → 100644
View
app/Config/UserAgents.php 0 → 100644
View
app/Config/Validation.php 0 → 100644
View
app/Config/View.php 0 → 100644
View
app/Controllers/Api.php 0 → 100644
View
app/Controllers/Auth/LoginController.php 0 → 100644
View
app/Controllers/BaseController.php 0 → 100644
View
app/Controllers/Home.php 0 → 100644
View
app/Database/Migrations/.gitkeep 0 → 100644
View
app/Database/Seeds/.gitkeep 0 → 100644
View
app/Filters/.gitkeep 0 → 100644
View
app/Helpers/.gitkeep 0 → 100644
View
app/Language/.gitkeep 0 → 100644
View
app/Language/en/Validation.php 0 → 100644
View
app/Libraries/.gitkeep 0 → 100644
View
app/Models/.gitkeep 0 → 100644
View
app/ThirdParty/.gitkeep 0 → 100644
View
app/Views/errors/cli/error_404.php 0 → 100644
View
app/Views/errors/cli/error_exception.php 0 → 100644
View
app/Views/errors/cli/production.php 0 → 100644
View
app/Views/errors/html/debug.css 0 → 100644
View
app/Views/errors/html/debug.js 0 → 100644
View
app/Views/errors/html/error_404.php 0 → 100644
View
app/Views/errors/html/error_exception.php 0 → 100644
View
app/Views/errors/html/production.php 0 → 100644
View
app/Views/welcome_message.php 0 → 100644
View
app/index.html 0 → 100644
View
builds 0 → 100755
View
composer.json 0 → 100644
View
composer.lock 0 → 100644
View
env 0 → 100644
View
phpunit.xml.dist 0 → 100644
View
preload.php 0 → 100644
View
public/.htaccess 0 → 100644
View
public/favicon.ico 0 → 100644
View
public/index.php 0 → 100644
View
public/robots.txt 0 → 100644
View
spark 0 → 100755
View
tests/README.md 0 → 100644
View
tests/_support/Database/Migrations/2020-02-22-222222_example_migration.php 0 → 100644
View
tests/_support/Database/Seeds/ExampleSeeder.php 0 → 100644
View
tests/_support/Libraries/ConfigReader.php 0 → 100644
View
tests/_support/Models/ExampleModel.php 0 → 100644
View
tests/database/ExampleDatabaseTest.php 0 → 100644
View
tests/session/ExampleSessionTest.php 0 → 100644
View
tests/unit/HealthTest.php 0 → 100644
View
writable/.htaccess 0 → 100755
View
writable/cache/index.html 0 → 100755
View
writable/logs/index.html 0 → 100755
View
writable/session/index.html 0 → 100755
View
writable/uploads/index.html 0 → 100755