slim-skeleton / rest
A Slim Framework skeleton application for rapid development
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/slim-skeleton/rest
Requires
- php: >=5.5.0
- filp/whoops: ^2.1
- slim/slim: ^3.1
- twig/twig: ~1.0
- vlucas/phpdotenv: ^2.3
This package is not auto-updated.
Last update: 2024-04-22 11:04:09 UTC
README
Run this command from the directory in which you want to install your new Slim Framework application.
php composer.phar create-project slim-skeleton/rest [my-app-name]
Replace [my-app-name] with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
public/directory.
That's it! Now go build something cool.