Support the ongoing development of Laravel.io →
posted 9 years ago

Amsterdam Hackatron

Anyone going? http://www.amsterdamhackathon.com

0 Likes
0 Replies

What would be the best approach for custom authorization?

The main problem is that i have and old databse with username and password in base64. Second thing a...

0 Likes
2 Replies

Custom Model Methods

Hi, I'm new to Eloquent & Laravel. I'm following the line of thinking of using Eloquent models f...

0 Likes
2 Replies

Table relationships and writing data problem

Hello, I'm studying programming, and asking for help to make sure I understand these concepts. There...

0 Likes
1 Replies
Solved

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved

How to remove .php extension with .htaccess after installing Laravel 4 on godaddy?

I have my Laravel 4 core files uploaded in a folder call "laravel" and uploaded the conten...

0 Likes
1 Replies
posted 9 years ago

Best practice for Eloquent's save() method

Which is better? Using the save() method along with an if statement or without one? Is there any dif...

0 Likes
1 Replies

laravel test fail in route redirection

i am testing a form. Upon success it must redirect to a route and upon failure it must return to th...

0 Likes
1 Replies

Failed to open stream: Permission denied

I am new to laravel. I was trying to open http://localhost/test/public/ and I got Error in exception...

beitomartinez liked this thread

1 Likes
4 Replies
Solved

Creating a Model without Table

Hi, I would like to implement a Model without a table in Laravel. But, I could not find a help/ refe...

0 Likes
1 Replies

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

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.