helloslim3
1.0.0
A boilerplate for small PHP Projects containing the Slim microframework, Twig as Template Engine and Doctrine as ORM.
If you use PHPUnit for tests, the /tests
folder is there, just for you to use :P
Here are some of the HelloSlim3 features...
/
and API /api
)To run HelloSlim3 you need:
sass --watch assets/sass/:public/css --style compressed
.env
file in the root of your project. Take a look at .env.example
.env
.env
php -S 0.0.0.0:8080 -t public public/index.php
http://localhost:8080
.env.example
into .env
.env
according to your setupphpunit tests/
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.