lapis icon indicating copy to clipboard operation
lapis copied to clipboard

A web framework for Lua and OpenResty written in MoonScript

Results 128 lapis issues
Sort by recently updated
recently updated
newest added

So I recently discovered the lapis framework and wanted to try it out. I fired up my Windows machine and set to work. After wrestling with Lua/LuaRocks incompatabilities, I'm greeted...

Is there a PDF or an Ebook with all there is to know about this technology? I have to spend many hours off-line and wish to read it.

Hello, I am following the tutorial and I have installed lapis with `luarocks`, but it looks like `cjson` is not working correctly. It shows warnings during `lapis` installation and then...

I know there is already https://github.com/leafo/lapis/issues/645 but that is getting a bit old and this issue is more specific ### Issue description For a table like this: ```lua schema.create_table("some_table", {...

![image](https://user-images.githubusercontent.com/1148112/156342331-5d9381d2-2635-449c-965b-ad3495ce03c8.png) "Users" here have to be a string, that will be required like this ![image](https://user-images.githubusercontent.com/1148112/156342553-d2e9ead6-2a86-4e72-89e8-4db1e596dcc3.png) I would like to be able to pass a model instance like this instead when...

Is there a standard way to have a filter which runs on all actions except one or two? For example, I might want to have one route which skips some...

Hi! I'm very new to Lua + Lapis too, but I didn't find anything about transactions. I tested with this code below and worked: ```lua db.query('START TRANSACTION') db.query("INSERT INTO users...

Any chance of integrating SQLite3 into Lapis? It is a very handy db when you don't need a full server. I'd like to make little isolated Lapis apps that don't...

I'm exploring the Lapis/OpenResty/Nginx stack for personal project. I noticed that OpenResty has support for websockets; is it possible to reach through Lapis, or integrate websockets somehow? I looked around...

New Feature

I updated a little to support multiple files using ```html , ``` after submit the form, lapis app will receive an array of { :filename, :content }. if multiple attribute...