Support the ongoing development of Laravel.io →

286 Threads

posted 9 years ago

Passing "week" to controller gets error

I am passing either "day","week" or "month" to this controller... publ...

0 Likes
1 Replies
Solved

Basic routing question - passing value.

I have a route with an optional parameter. Route::get('archive/most-viewed/{time?}', array('uses' =&...

0 Likes
1 Replies
Solved

How get current inserted id

Hello Everyone I want to show current inserted id from controller. This is my code $comp = new C...

0 Likes
2 Replies
Solved

Global Site Options / Configuration

So, I'm working on adding some functionality to the front page of a site that I'm working on. The us...

0 Likes
2 Replies
Solved

Proper chaining for my Pivot table to execute Pivot Update

How do I properly execute this function cause currently when I run this function all data will be up...

0 Likes
24 Replies
Solved

Adding form macros not working as directed.

Hi again, I want to add an HTML 5 date input type. I am using this guide and file: http://blog.small...

0 Likes
1 Replies
Solved

Empty column when inserting data

Hi, When I create a new item, I always have the column 'link' empty in my table. The table's column...

0 Likes
4 Replies
Solved
posted 9 years ago

Model Form Date Formating

is any method to format the timestamp in laravel model form in this code project_start is retrived f...

0 Likes
1 Replies
Solved

Check if value is number?

Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...

0 Likes
2 Replies
Solved

Auth login issue with Hash::make('secret')

Hi, I am new to laravel, and trying to developing login page using Auth tool. i am using following c...

0 Likes
2 Replies
Solved

Displaying passed variable

Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...

0 Likes
1 Replies
Solved

Laravel 4 Auth::attempt fails

This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...

0 Likes
2 Replies
Solved

My GET input isn't logging to DB

Trying to create a simple input method. My DB table (comments) contains an increment "id",...

0 Likes
2 Replies
Solved

Call to a member function getClientOriginalName() on a non-object

My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...

0 Likes
4 Replies
Solved

Advanced routing issue

Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...

0 Likes
5 Replies
Solved

Code executing with artisan

I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...

0 Likes
4 Replies
Solved

compare array values

The problem i have is the following one: I have 2 arrays: Array ( [0] => off [1] => off [2] =&...

0 Likes
1 Replies
Solved

Add default value to checkbox array (php)

So the point is that the user needs to select a (few) month(s) by clicking the checkbox. Then when t...

0 Likes
3 Replies
Solved

Get data from multiple input fields who are in a for loop

Ok the problem i have is the following one: (apoligize in advance for bad english xD) Im creating a...

0 Likes
4 Replies
Solved

extra slash: testphp/? ==> testphp?

A third party software will visit my laravel project with a link. But this link has a extra slash. I...

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