Support the ongoing development of Laravel.io →

I have a project created with laravel 4 and has a size of 180 Mb

Hello friends, I have a project created with laravel 4 and has a size of 180 Mb my composer.json {...

0 Likes
15 Replies

Chrome browser crash when View::make() with the large data?

I view report with View::make() with the large data, but Chrome Browser is crash? pl help me.

0 Likes
6 Replies
Solved

Lavel US States Seeder

Is there a script to generate seeds for the US States?

0 Likes
7 Replies
Solved
posted 9 years ago

Model named "Report" does not seem to extend Eloquent properly

A model as simple as this: <?php class Report extends Eloquent { } does not work. When calling a...

0 Likes
2 Replies

Error: 'Symfony\\Component\\Finder\\Expression\\Regex' not found

On a recent install of Laravel (on a local Vagrant dev box), when I attempt to run "php artisan...

0 Likes
1 Replies
posted 9 years ago

Possible to create secure named routes as form action using Form::open?

Laravel supports https URLs in various ways but I can't find anything that suggests you can create a...

0 Likes
0 Replies
posted 9 years ago

Session Persistence laravel 4.1

I'm unable to get any session data to persist across my app. I'm using a cart package and after addi...

0 Likes
4 Replies
Solved

Strange Validation behaviour

I've been struggling to figure this out, but with no result so far. This is what I have: My view:...

0 Likes
0 Replies

By blade can create dynamic sections

Hello friends, I'm building a view with blade, you can generate a dynamic menu? change this @section...

0 Likes
3 Replies
posted 9 years ago

Encoded characters when passing URL string

I'm submitting a form to a landing page from an email and it needs to prepopulate. So I'm doing it l...

0 Likes
2 Replies

Ignore duplicate record on insert

Hello all, Is there way to ignore duplicates records on insert. My Code Currently: // Convert json d...

0 Likes
1 Replies
Solved
posted 9 years ago

Reload javascript code when reloading a view by controller@function

Hi, new to Laravel here and having some problems... I have a form in al blade file. This file loads...

0 Likes
2 Replies

Show required field validation message ONLY ONCE

Hi, I got couple of mandatory fields. Required field validation is done and error message are shown....

0 Likes
4 Replies
Solved

Sending an email with database results

I need to query the database and send an email using the results from the database. I'm not entirely...

0 Likes
2 Replies
Solved

I cant open my update page

I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...

0 Likes
8 Replies

How to handle controllers in subfolders?

I'm a bit confusing about how to work with controllers which is in subfolders of controller dir. For...

0 Likes
3 Replies

Inserting multiple related models elegantly.

Hi there, I've got a little snippet of code that really bothers me. I think a little background info...

0 Likes
2 Replies
posted 9 years ago

RuntimeException You need to specify a file path to store the seed

error in After Installed: \vendor\symfony\security\Symfony\Component\Security\Core\Util\SecureRandom...

0 Likes
0 Replies

How to fake a request so that route() and other urls work in the CLI/Queues

I have a multi-tenant app. Each client with their own url (client.mycompany.com). When one of those...

0 Likes
1 Replies

Place for php.ini setting in Laravel?

I would like to set php.ini setting like: // example ini_set('max_execution_time', 30000); where pu...

0 Likes
2 Replies
Solved

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.