GithubHelp home page GithubHelp logo

guilhermecostam / lamiaphp Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 87 KB

:izakaya_lantern: A minimalist MVC framework for PHP

License: MIT License

Shell 0.32% PHP 76.98% Hack 7.97% CSS 14.24% Dockerfile 0.49%
framework mvc php

lamiaphp's Issues

Feature: error in validations failure

Create the following error in validations failure functionality:

Do not let information in the request slip through in case of validation errors.

Feature: documentation

Create the following documentation functionality:

  • Generate documentation for the following items (in code and in readme):
    • External dependencies:
      • Composer
      • ^PHP8.0
      • PDO
      • docker-compose
    • Creating new route files (include in the array on web.php ...)
    • cp env.example .env # and fill in
    • Separate dotenv from route generation in index via comments
    • Comment the functions with javadocs

Feature: terminal codes

Create the following terminal codes functionality:

- [ ] Create simple codes for (with bash, i guess):
- /vendor/bin/phpunit -v tests/ExampleTest.php
- php -S localhost:8080 -t public
Run without getting stuck in the terminal (and go down)
Run in docker-compose

  • Create command composer create-project ....

Feature: error handling

Create the following error handling functionality:

Put log lib (for use in try catch)
- If it falls into catch, put custom error view return (500)
- Remember to ignore log files (where to put them, in the storage anyway?)

  • Create error handling to appear beautiful, detailed and customized error
    • Examining PHP the right way and internet for it

Feature: dynamic meta tags

Create the following dynamic meta tags functionality:

  • Put dynamic meta tags:
    • Dynamic meta tags
    • Put this configs in any config file (where it will be in the structure). Call this file in every HTML header.

Feature: database

Create the following database functionality:

  • Install MySQL with docker(-compose)

  • Put ORM and migrations?
    If you don't have migrations, make command to run sql

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.