Custom Backend OSPRO Surveyor Indonesia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
farhantock 553ff35a7b Merge pull request 'staging' (#16) from staging into master 2 months ago
app Merge pull request 'dev-wahyun' (#15) from dev-wahyun into staging 2 months ago
bootstrap add broadcast API functionality (firebase) 1 year ago
config Merge pull request 'add broadcast api functionality (firebase)' (#156) from dev-ardhi into staging 1 year ago
database scurve queue 1 year ago
docker update set timeout 5 minutes 1 year ago
routes feat: add endpoint calculate project actual progress 2 months ago
storage fisrt commit 2 years ago
tests fisrt commit 2 years ago
.editorconfig fisrt commit 2 years ago
.gitignore [Refactor] Menghapus company_id 2 months ago
.htaccess fisrt commit 2 years ago
.styleci.yml fisrt commit 2 years ago
Dockerfile feat(docker):setingan docker si 4 months ago
README.md fisrt commit 2 years ago
artisan fisrt commit 2 years ago
composer.json move curl req to helper 2 years ago
docker-compose.yml feat(docker):setingan docker si 4 months ago
index.php fisrt commit 2 years ago
kit-api.sh fisrt commit 2 years ago
kit-app-bullseye.sh fisrt commit 2 years ago
phpunit.xml fisrt commit 2 years ago
rest-client.http update calculate curva with day 10 months ago

README.md

How To Run This Project

Need PHP >= 7.3

  1. Clone this project to your htdocs
  2. After clone, run command
    $ composer install
    
  3. Then rename .env.example to .env
  4. After rename run command
    $ php artisan key:generate
    
    and
    $ php artisan jwt:secret
    
  5. URL to access the API is
    `localhost/simpro-lumen/api/${api-url}`
    

Usefull Command

  • Create model
    $ php artisan make:model ModelName
    
  • Create Controller
    $ php artisan make:controller ControllerName
    

List Documentation Url

  • Query builder
     https://laravel.com/docs/8.x/queries
    

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

Official Documentation

Documentation for the framework can be found on the Lumen website.

Contributing

Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Lumen framework is open-sourced software licensed under the MIT license.