Commit 9fb00e54 authored by dhevanthareza's avatar dhevanthareza

add readme

parent 3d59aa0e
# Lumen PHP Framework
[![Build Status](https://travis-ci.org/laravel/lumen-framework.svg)](https://travis-ci.org/laravel/lumen-framework)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel/framework)](https://packagist.org/packages/laravel/lumen-framework)
[![Latest Stable Version](https://img.shields.io/packagist/v/laravel/framework)](https://packagist.org/packages/laravel/lumen-framework)
[![License](https://img.shields.io/packagist/l/laravel/framework)](https://packagist.org/packages/laravel/lumen-framework)
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](https://lumen.laravel.com/docs).
## Contributing
Thank you for considering contributing to Lumen! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## 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](https://opensource.org/licenses/MIT).
## SETUP
1. Clone this repo
2. composer install
3. copy .env.example to .env
4. fill your database detail on .env
5. php artisan migrate
6. To run you can use php -S 0.0.0.0:<port> -t public (Example: php -S 0.0.0.0:4001)
\ No newline at end of file
......@@ -258,3 +258,9 @@
172.23.0.1 - - [12/Jul/2023:07:31:25 +0000] "GET /expense HTTP/1.1" 200 851 "http://localhost:52981/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
172.23.0.1 - - [12/Jul/2023:07:31:33 +0000] "POST /expense HTTP/1.1" 200 634 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:31:33 +0000] "GET /expense HTTP/1.1" 200 2364 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:32:32 +0000] "POST /expense HTTP/1.1" 200 634 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:32:33 +0000] "GET /expense HTTP/1.1" 200 2507 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:32:38 +0000] "DELETE /expense/35 HTTP/1.1" 200 501 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:32:39 +0000] "GET /expense HTTP/1.1" 200 2364 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:32:43 +0000] "DELETE /expense/28 HTTP/1.1" 200 501 "-" "Dart/3.0 (dart:io)"
172.23.0.1 - - [12/Jul/2023:07:32:44 +0000] "GET /expense HTTP/1.1" 200 2216 "-" "Dart/3.0 (dart:io)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment