I've got this line of code: $project = Project::find($id); I'd like to change it so that the Projec...
Hello, i'm proud to present the release of a new tutorial series on CODETutorial.io . In this tutori...
How can I retrieve the users of a specific permission in Entrust for Laravel 5.0. use App\Role; use...
Hey guys, I have a model with versions. I get this records with the following code: $versions = Vers...
Hey guys! Firstly i want to say sorry about my english it's not my native language. I have a little...
I have to optimize a Haversine query that's got an odd syntax and can't be addressed by the usual _m...
Hey guys, I am having trouble figuring out how to properly update or create a models related model....
Hey, I'm trying to remove a record by unquie id using eloquent this is my first ever project in lara...
I am attempting to create a query scope since it gets called various times in the app so my first at...
Hi, I need some help with eloquent relationships. I have a 'User' table having two columns: 'latitud...
Hello guys, I was wondering how can i cache paginated collection this is my code so far. public fun...
So I have a database full of hardware components. I am willing to implement a function in which if t...
i'm start learn laravel few days ago, i try to follow tutorial in laravel 4 but i am using laravel 5...
Hi, I've just configured my routes correctly as i do usually: Route::get('/news/', 'PagesController@...
I am currently receiving the following error when I run my migrations: SQLSTATE[HY000]: General erro...
I'm looking for a little help. I have two tables. One is a standard table where I can search for the...
Hey, i've two Eloquent Collections with the following collumns: trackid, title, total (decimal) and...
Im trying to do the following query: $category = Input::has('categories') ? Input::get('categories')...
Hi, Sorry for noob question. I have a controller named Project, worknotes and attachments The relati...
I've merges 2 Collections: use Illuminate\Pagination\LengthAwarePaginator as Paginator; ... $towni...
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