Support the ongoing development of Laravel.io →

1,817 Threads

Creating a Route to a non existing Controller Method

Hi While messing around into a project I was still doing the old fashion way of routing, by placing...

0 Likes
2 Replies

Design Patterns and Code Consistency

Hey Everyone, So i'm on the verge of implementing design patterns and making my code consistent thro...

0 Likes
0 Replies

Workbench Structure in L5?

Many people show the new L5 structure in app. But workbench structure in L5 ???????????????????????

0 Likes
1 Replies

Laravel 4.2 Set-Cookie each request included offline users

Hello, When driver.session is set to something different than "array", each webpage conten...

0 Likes
1 Replies

Using static classes for validation, what do you think?

Hi. For validation, I created the following strategy using static classes. I have a parent static ab...

0 Likes
4 Replies

How to use laravel localization without specifying the file? is it possible?

i have a file in /app/langs/es/messages.php <?php return array( 'hello' => 'Hola' ); at t...

0 Likes
2 Replies
posted 9 years ago

Multi-domain question

i want to make a multi-domain frontend application. What is the best place to put the function that...

0 Likes
4 Replies

How to approach app modularity?

Hey, I am working on an CMS/E-commerce application and I want to create it in modular way. Something...

0 Likes
0 Replies

Laravel routing / htaccess issues: automatically redirect to the root folder if call view with the same name like the project name

Subject: Laravel routing / htaccess issues: automatically redirect to the root folder if call view w...

0 Likes
0 Replies

Pretty URLs

Hello everyone, I'm making my blog in Laravel to learn something new but i'm stuck with urls. I mean...

0 Likes
2 Replies
Solved

Laravel 5.0 PLEASE provide a 'Bunny Trail' option

I just listened to the latest podcast and it seems what I worried about is happening in the communit...

0 Likes
3 Replies

Does Laravel have a function similar to baking in CakePHP?

Hi, I am a CakePHP developer. I just started learning Laravel today because I need it to build a web...

0 Likes
4 Replies

Is there any PHP Laravel Programmer/Engineer Certification ?

There are many types of PHP framework certifications.ex:Zend PHP certified engineer,CakePHP certifie...

0 Likes
3 Replies

How to link HTML::style to a separate static file server?

As the title implies, how can I link HTML::style to a separate static server? Is there a global conf...

0 Likes
0 Replies

Create an admin area on laravel 4?

hi everybody, i am new to laravel. i want to start a large scale project & i need to create a st...

0 Likes
12 Replies
Solved

A question on models (and their methods)

Hi, I am new to Laravel and MVC development in general. I have method that imports data from a CSV f...

0 Likes
3 Replies

Carbon::createFromFormat suddenly broke?

I created this quick snippet of code to display the Output: $dates = []; for ($i=1; $i <= 12;...

0 Likes
3 Replies
Solved

What is the best way to organize data update in db?

I have a table with many fields. Some of these fields I need to update, the rest leave as is. Becaus...

0 Likes
0 Replies

IoC - Dependency Injection - Outside of "normal" automatic injections

So I understand how the automatic injection works for Controllers, Queues, etc. But I want the same...

0 Likes
2 Replies

Moving from CodeIgniter to Laravel

I'm moving from CodeIgniter to Laravel, and I had a quick question (loving it, by the way). So, in C...

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.

© 2024 Laravel.io - All rights reserved.