Support the ongoing development of Laravel.io →

Automatically Populating PATTERN and REQUIRED Attributes

I've recently started using Laravel and am now learning how to build forms. Before Laravel, I built...

0 Likes
0 Replies

Laravel Application for scaling (how to make sessions/storage/resources global)

I have this special environment which you can see in the image below: VIEW IMAGE I want to install a...

0 Likes
5 Replies
posted 10 years ago

Testing Events Always Results In Errors

I am using the most updated version of L5 as of this posting which is 5.0.31. In my Controller I hav...

0 Likes
1 Replies
posted 10 years ago

Laravel 5 : bootstrap starter site / platform { Rakko }

Welcome to Rakko (Japanese for sea otter) https://github.com/illuminate3/rakko The main core system...

0 Likes
1 Replies
posted 10 years ago

FatalErrorException in Connection.php line 296

This is what I'm doing: public function movimiento_contable_all( Certificado_de_pagos $request )...

0 Likes
0 Replies
posted 10 years ago

routes group requiring the same resource

What's the best way to provide the same resource for grouped routes? I was thinking of custom model...

0 Likes
0 Replies
posted 10 years ago

Store and re-use requests?

Hi! I've started a project where users send an MMS from their phone to a service provider, which in...

0 Likes
0 Replies

Laravel Forge - How to force https

How can I force websites to use the HTTPS connection instead of the HTTP connection. I am using forg...

0 Likes
0 Replies
posted 10 years ago

Ajax load content within a content

what I'm trying to do is load content into a div via jquery and from that content load some more con...

0 Likes
1 Replies

Doing something to a value that is in db, before querying it.

Now I have a filter that works something like this: $property = new Property(); if($data['type']) {...

0 Likes
6 Replies
posted 10 years ago

Laravel 5: PHPUnit Tests Risky?

For some reason no matter what I do all tests are saying they are Risky, this includes the tests tha...

0 Likes
1 Replies
posted 11 years ago

Phpunit says my test is risky, but why?

Hi there, I am new to phpunit, watched a few videos about it and now I am trying to do a basic test...

0 Likes
1 Replies
posted 10 years ago

breadcrumbs from nestedset

Hello frineds, I have troubles to make breadcrumbs from nestedset categories. My categories build ba...

0 Likes
1 Replies

Saving models (serialize)

Hi, sometimes I fetch Models from the db and I'd like to make them available in further requests. Ho...

0 Likes
6 Replies
posted 10 years ago

Possible un-intended behaviour on eager loading with nested array

I have the following block of code: $agents = Agent::with('territories') ->or...

0 Likes
0 Replies

Class for Calculations

Hi everyone, I'm working on a model for golfstatistics. So I have a model called round (foreach roun...

0 Likes
3 Replies
posted 10 years ago

RoumenDamianoff/laravel-sitemap hreflang

I can't seem to find any documentation how to make a sitemap with rel="alternate" hreflang...

0 Likes
0 Replies

Checkbox showing "0" and "1" instead of "Yes" or "No"

Hello guys. First of all, thanks for the interest in my topic. I have a simple question i guess. The...

0 Likes
1 Replies
Solved

LaraminLTE

implement templates adminLTE on laravel 5 https://github.com/nino22/LaraminLTE hope it is useful. an...

0 Likes
3 Replies

start node server.js in forge envoyer enviroment

What is the correct way to start/run node server.js and make sure it is always executed after a new...

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