Support the ongoing development of Laravel.io →

Working on a Laravel 5 CMS

Hello there. I'm creating a lightweight CMS in Laravel 5 and I'm having some questions about how I...

0 Likes
6 Replies

Error on installation

I just download laravel by github then when i run it from the browser it's shows Warning: require(J:...

0 Likes
7 Replies

Setting up did not work - landing page not accessible

I followed this guide to setup my server and install Laravel. I did everything as in the article, ho...

0 Likes
5 Replies
posted 11 years ago

Many to many with different foreign key

Hi, I am attempting to build an application on top of an existing database structure. I need to rela...

0 Likes
2 Replies
Solved

Calling a view depending on the layout

I'm busy creating a cms and in the backend I have a section where you can choose the layout of a pag...

0 Likes
0 Replies
posted 11 years ago

Problem cycle

Hi. everyone. I have a problem cycle. I do as a video https://www.youtube.com/watch?v=gxtuy9ZhDJw wo...

0 Likes
6 Replies

Override pageName in pagination

Hi, I would like to rename the query string param 'page' in pagination engine. I have seen that the...

0 Likes
2 Replies

Multi-Tenant injection throughout views

I have a multi-tenant application using {company}.domain.tld. Is there a way for me to inject the co...

0 Likes
0 Replies
posted 11 years ago

How to make first parameter optional

Is there a way to say laravel router to ignore parameters that dont match pattern instead of ignorin...

0 Likes
3 Replies
Solved
posted 11 years ago

Password confirmed problem

public function store() { // validate $rules = [ 'username' => 'req...

0 Likes
4 Replies
posted 11 years ago

getPdo()->quote add slash to quote instead of another quote

Hi, Here's what i got when i try to quote a string $string = "Because I'm happy"; $quoted...

0 Likes
1 Replies
posted 11 years ago

Why are there so many Laravel-specific Composer packages?

Why are there so many packages on Composer that are specific to Laravel? Isn't the whole point of pa...

0 Likes
2 Replies

Package development question

I need some help developing a non-Laravel-specific package. I understand how to create a new package...

0 Likes
2 Replies

How to pass Sorting parameter to Repository

I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...

0 Likes
0 Replies

Doctrine for Laravel

Hi guys, any recommended doctrine plugins to laravel 4?

0 Likes
0 Replies
posted 11 years ago

calling a controller method from a view, HELP...

hello, look like to draw from the view to a method of a controller, for example in the view I have t...

0 Likes
1 Replies

Basic custom route filtering with multiple parameters

So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...

0 Likes
0 Replies
posted 11 years ago

Problems with relationships(Models)

Hello everyone :) First time writing in here, im working on a project, and im having some really ann...

0 Likes
0 Replies
posted 11 years ago

Deneme1111

deneme

0 Likes
0 Replies

How to Create Records on Pivot Table

Hey guys. I want to create a simple CMS with posts, categories and tags. Those models all have belon...

0 Likes
2 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.