Hi, Building a system which a user can have many adverts running (somewhat similar to eBay I guess)...
I have 3 tables: companies => id, name cities => id, name company_addresses => id, company_...
I've got a model Foo with fillable set, and a request that's been validated, so in my controller I'd...
Hi everyone, Intro I' m building a web application where users can be in zero, one or more teams. Ev...
It is posible to convert it in eloquent? $obmain = DB::select( "SELECT * FROM...
I'm having fun with Laravel framework trying to build a little "blog" site that works the...
Hello, In database migration we use ....$table->timestamps(); to make created_at and updated_at f...
I have separate tables for State, District, County and City. I want a user to be assigned different...
Hi guys, I need to run something like this in the mode. What I need to do is check if the date on th...
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 I use this to display data on my form after the user selected criteria for the report: @foreach($...
Hi guys , I'm having a problem with pagination . Well it works pretty fine at first page , but when...
If someone can help me get this query working properly in Query Builder I would be willing to pay a...
hi friends I am new to laravel. I am working on a project with complex query (complex to me :-) Ple...
Hey Guys, i want to create a small invoicing software for my company using laravel and, of course, e...
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