Hi, I want to save positions in my database, like such: { x: 254, y: 232 } Would I just create two c...
So I am creating a billing area, and wish to create a table in the database for logging specific act...
I try to delete a line with specified ID from database and i get an error: MethodNotAllowedHttpExcep...
QUESTION I would like to be able to start the pagination on a specific page. CONTROLLER public funct...
Hello i need a query to transform to laravel query or laravel raw query better.....its complex and i...
I want to filter my logs in hasMany. I have table User, table Logs, and table LogType User has many...
How can I retrieve the data of specific id without using the id as url? Thank you in advance! I mean...
I'm wondering if there is a built in way to convert all date formats for display. For example, right...
I have paginated a result from a DB in my controller, but I would like to start the view on say the...
<script language="javascript" type="text/javascript"> var pubvar1 =...
Hello there! I'm trying to setup unit tests for my Lumen application. Sadly, that only works well fo...
How can I make that in a certain data the only one who can view is the user of this data and the adm...
I am working on a application that uses data from a 3rd party server (MS SQLSRV) which I have only r...
Hi i have 2 tables tables users attendance https://gist.github.com/john5db/e40054a4a1f2359f5e91 I...
For each day i have start and end time for the restaurant . ex :( Monday from 8 pm to 1 am and fro...
Can someone explain me why I have to use the local_key in this relationship? My table User have a pr...
Hello everyone! I have the following situation. I created a table person with the following migratio...
folks i have been trying to implement this simple sql for mysql in laravel, i know i am missing some...
Hi. i would like to know how do i sort the data from my union query package_data query $query = DB::...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community