Support the ongoing development of Laravel.io →

What is the proper way to isolate data processes in sub-views?

Hi everyone! I have a sub-view (which i call widget) in my pages which accepts a parameter, and this...

0 Likes
9 Replies
Solved

How to validation multiple files in Laravel 4

I have input with name = "image []" multiple = "multiple" which depends on other...

0 Likes
2 Replies
Solved
posted 10 years ago

Best practices with Auth

I have a question use throughout my application ACL (Access list controller) and do consultations in...

0 Likes
3 Replies
Solved

Eager Loading and Relations.[URGENT]

I'm trying to relate a user model and a comments model. My user model has the following code.. clas...

0 Likes
4 Replies
Solved

Seeding from migration

This may be a weird question, but is there a way to seed the db from a migration? The reason is that...

0 Likes
1 Replies
Solved

Increment in Query Builder

DB::table('items')->where('id', $itemID)->increment('save',1); As above, is that possible or d...

0 Likes
1 Replies
Solved
posted 10 years ago

How not to break the internet with routing ?

Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...

0 Likes
2 Replies
Solved

Codeigniter-like automatic routing, fetch $_GET parameters and load multiple views inside one function

Hello, I am new from Laravel, migrating from Codeigniter. And I am currently building my first websi...

0 Likes
2 Replies
Solved

Getting rid of index.php in URLs

Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...

0 Likes
6 Replies
Solved
posted 10 years ago

Blade Fails to interpret @extends structure

Laravel 4.1.21 This does not happen every time but for a few template files only. Template File...

0 Likes
4 Replies
Solved
posted 10 years ago

Using jquery mobiles date widget

Jquery mobile has a nice form-element called: "data": <input type="date" data...

0 Likes
1 Replies
Solved

mktime not working with larval

I'm using this tutorial to create a timer .. http://parashch.wordpress.com/2013/05/25/countdown-time...

0 Likes
2 Replies
Solved

Composer adding NUL's issue

ive been having some really strange problems with composer. It comes down to when i do a dump-autol...

0 Likes
2 Replies
Solved

Namespacing and Controllers in your 'Acme' folder?

Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...

0 Likes
9 Replies
Solved
posted 10 years ago

Laravel database to webserver

I have laravel project and want to move it to a webserver. I can copy the laravel files with FTP, bu...

0 Likes
2 Replies
Solved
posted 10 years ago

Envoy on windows?

Does envoy work on windows? When I run the below envoy command, I get... [[email protected]]: <...

0 Likes
3 Replies
Solved

Relationships (One-to-One)

I'm new to Laravel put like what I see so far. Here's my issue. In my example app I have 2 models...

0 Likes
10 Replies
Solved
posted 10 years ago

Trying to get property of non-object

If i'm copy the url of the home page and paste it into another browser it should go to the login pag...

0 Likes
3 Replies
Solved

Throw new NotFoundHttpException("Controller method not found.");

I have: class ProfilesController extends BaseController { public function getTest() { return Vie...

0 Likes
6 Replies
Solved

Laravel using wrong table name?

Here's my Level model: class Level extends Eloquent { protected $table = "levels"; }...

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