geggleto / skelly
Skelly is a PHP Skeleton Project aimed at getting an MVP up and running quickly
Installs: 158
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Language:HTML
Requires
- doctrine/orm: ^2.5
- guzzlehttp/psr7: ^1.4
- mailgun/mailgun-php: ^2.3
- paragonie/random_compat: ^2.0
- php-di/slim-bridge: ^1.0
- php-http/curl-client: ^1.7
- ramsey/uuid-doctrine: ^1.4
- slim/slim: ^3.8
- slim/twig-view: ^2.3
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- phpunit/phpunit: ^5.6
This package is auto-updated.
Last update: 2024-10-29 03:38:19 UTC
README
skelly
Admin Project Bootstrap
Installation
php composer.phar create-project geggleto/skelly [my-app-name]
Configuration
- Copy
config/.env.sample
toconfig/.env
and fill in the details - Use
composer db
to sync the database schema - Create your users,
php cli/newUser.php <email> <password> <firstName> <lastName>
- Login and Build!