Support the ongoing development of Laravel.io →

getting project from bitbucket (Don't think my last attempt worked)

I uploaded a laravel project I was working on to bitbucket and a friend downloaded it, but on his co...

0 Likes
0 Replies
posted 9 years ago

Namespaced Model not found, comes up 'Acme\Eloquent' rather than 'Acme\User'.

I've used psr-4 and created an 'Acme namespace. I then added 'namespace Acme; to User.php and moved...

0 Likes
2 Replies
Solved

Rule with textbox array?

I would like to create rule with array name of textbox. Ex: // in view echo Form::text('item[]'); ec...

0 Likes
2 Replies

Blade ENT_NOQUOTES

Is there a way when using {{{ $variable }}} to escape with ENT_NOQUOTES?

0 Likes
0 Replies

Configuration on MAMP

Hello everyone! I just started with Laravel in my Mac and it seems well. When I go to my Laravel loc...

0 Likes
4 Replies

Use Database In the App/Config/*.php

Hi guys I am wondering how I can access my database to load info from the database inside..app/confi...

0 Likes
8 Replies
posted 9 years ago

htaccess Issues

I've setup a new install of Laravel on my local. It appears there are issues with htaccess or Apache...

0 Likes
2 Replies

vagrant/homestead - can I automatically create databases?

I'm using vagrant/homestead. and everytime i "destroy and up" or reload, my databases are...

0 Likes
1 Replies
posted 9 years ago

Customize template password reminder

Hello, I want to change the template of "Password Reminders & Reset" of Laravel. How c...

0 Likes
3 Replies
posted 9 years ago

[Package] YAML in your L4 app

Hi everyone. Just wanted to share 2 laravel packages that I made to add the ability of using YAML co...

0 Likes
1 Replies
posted 9 years ago

Change the attribute when changing language

I have translated the validation.php under the lang/en and placed it under lang/el, everything works...

0 Likes
2 Replies
posted 9 years ago

Add a domain name (parameter with periods) as a parameter in the URL

Hi, I want to reference domain names in URLs as a parameter in Laravel, like: /domain/mydomain.com /...

0 Likes
1 Replies

Style not loading after prefixing a route

Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...

0 Likes
2 Replies
Solved

Autoload view with psr-o

Good night ! Following the instructions from that link: https://github.com/daylerees/autoload-demo B...

0 Likes
2 Replies
Solved

Controller lazy loading

Laravel (or, more precisely, Illuminate/Routing/ControllerInspector) attempts to analyze all routes...

0 Likes
2 Replies

Laravel app upload on web hosting: Fatal error: Class 'Patchwork\Utf8\Bootup' not found

My app works fine on localhost, but when I upload on web hosting I have this error: Fatal error: Cla...

0 Likes
6 Replies
Solved
posted 9 years ago

Laravel structure

I got a background with Symfony2 and i was searching for a light framework. Laravel looks great, but...

0 Likes
4 Replies

Store list of IDs on single column

Hello everyone! I have a relational model of three tables. And all with an N-N relationship. To simp...

0 Likes
0 Replies
posted 9 years ago

Travis CI fails; PDOException: Unknown database

So my application obviously uses MySQL like many others but how do I get this to work with travis? D...

0 Likes
2 Replies
Solved
posted 9 years ago

Unit case problem

I can´t make the unit test of this method. Can you help me? <?php namespace Blanko\Tematic\Reposi...

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.

© 2024 Laravel.io - All rights reserved.