I'm trying to create a link that if you click on it, then it will export the values in the database...
Why an Accessor can't be named getInvoiceNumFormattedAttribute() but getInvoiceNumFormatAttribute()...
Consider the following models. class Camp extends Model { protected $fillable = ['name', 'descri...
Heya, I'm making some API requests to a service, and they have a leaky bucket policy. Maximum of 40...
Hi, I have a problem with Eloquent ignoring a form field - not adding the selected value to the data...
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...
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.