I have this structure in my application. table users: id, username table projects: id, name...
I am searching for pagination example using scroll. i am currently using la-ravel 4 without blade. P...
Hello, how can I join two tables with firstOrCreate method? for example I wanna get a row of a table...
Hello Guys, Here is my design database: Booking: id, status, transaction BookingItemOfferPair: i...
I've recently started using Laravel 5 and the new Eloquent 5.* and I'm experiencing some unwanted re...
Ive been doing some calculations in code converting strings to float because thats the only way I co...
Hi, Laravel 5.2 here. I can't save my checkbox values to db $data = $request->all(); $data["...
Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...
If someone can help me get this query working properly in Query Builder I would be willing to pay a...
Hey Guys, i want to create a small invoicing software for my company using laravel and, of course, e...
I have a table with categories: string: label integer: order I wish for order to be a continuous lis...
Hello, I get an issue on my DB::insert query. Can anyone please advise what is wrong. The error here...
Hi, when i try to create/insert a new Model instance with $maintenance = Maintenance::create(array(...
Hi! I'm with a problem, due to my lack of ideas and experience... And I hope you guys can help me! I...
Hi i am making a menu that get the data from database like this -> Laptop -> Pc -> Smartpho...
I have a two select box in my project named Department and Concern. When Someone select a value from...
So this is the "example controller", or the controller that ships with Laravel. It creates...
Hello, I have been searching and trying for a week now without success, so here I post my first ques...
Hi. I am using Laravel for a bit of time and at one point in order to solve "created_at column...
In my view i have a form and 2 drop down menus. The first one shows countries and based on the selec...
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