Support the ongoing development of Laravel.io →

How to automatically generate documentation for RESTful-API

Hello :) Is there a way to automatically generate a documentation for a RESTful-API provided by a La...

0 Likes
0 Replies

How to do `INSER IGNORE`?

Is it possible to do INSERT IGNORE INTO by standard methods or I need to do custom raw query? In thi...

0 Likes
1 Replies

Only once for first element of a foreach?

I don't know what to say in the if statement. @foreach($posts as $post) @if($p...

0 Likes
1 Replies
Solved
posted 10 years ago

Eloquent ORM dynamic relations

I have a notifications table with a dynamic relationship (where parent table is variable) +---------...

0 Likes
1 Replies
Solved

Generate PDF

Hi. I got an users list shown in a table, so, i can see the user detail and a new page with the user...

0 Likes
3 Replies

Filter search results by tags using eloquent

I have table structure like this posts | posts_tags | tags _________________________ id |...

0 Likes
4 Replies
Solved
posted 10 years ago

Cache::has() and other undefined methods

Hi, I'm trying to get Cache working, but whenever I call to any of its methods as described in docs...

0 Likes
4 Replies

How to Debug Laravel - (Windows platform)

Hellow all. I wrote a tutorial on how to debug PHP using CodeLobster free IDE. I used Laravel projec...

0 Likes
0 Replies
posted 11 years ago

Codeception, Laravel and Exceptions

I guys, I have a question about how Codeception handles errors thrown in functional tests. I’m tryin...

0 Likes
4 Replies
posted 10 years ago

Laravel Homestead Static HTML Caching Problem

I have started using Homestead as my local development server. However, I have recently encountered...

0 Likes
3 Replies
posted 10 years ago

Laravel redirects for system timeout

I have a long running POST route that redirects to the same route. To test it, I use this code: http...

0 Likes
1 Replies

Seperate rights management from views and controllers

Hi, I want to ask you guys about how you seperate your roles/rights logic from views or controllers....

0 Likes
3 Replies
posted 10 years ago

Case Sensitivity difference between Homestead and Forge?

I've started a new project in using Homestead on my Mac (Mavericks), and I'm using Forge to deploy t...

0 Likes
2 Replies

Wrong form gets submitted when I have multiple forms

Hello, I have a view file which looks like this: <div id = "div-question-form"> <form id="q...

0 Likes
2 Replies
Solved

Laracon EU 2014 Video: Sharing Laravel from Matt Stauffer

Would you like to discuss any ideas in this video? This is a great place to do so! Learn about utili...

0 Likes
0 Replies

Multi-page pdf using barryvdh dompdf Laravel-4 and loadView rather than loadHtml

I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...

0 Likes
0 Replies

Easily accessible tutorials for newcomers

Not sure where to put this these days - spend a few months away from the forums and then boom! - eve...

0 Likes
0 Replies
posted 10 years ago

Access what's inside View::share within controller

After i set a global view data using view::share() is there anyway to access what's inside it later...

0 Likes
0 Replies

Laracon EU 2014 Video: Decoupling the Model from the Framework from Mathias Verraes

Would you like to discuss any ideas in this video? This is a great place to do so! Decoupling the Mo...

0 Likes
0 Replies
posted 10 years ago

Set a multi-column primary key for a model

Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.