Support the ongoing development of Laravel.io →

494 Threads

help with identifier and parameter

I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...

0 Likes
3 Replies
Solved

BLADE do not accept ISO-8859-1

laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...

0 Likes
1 Replies
Solved

Problem with ROUTES in admin area

Hello folks. I'm new in laravel and I traying to create a backend area. My problem is this when in g...

0 Likes
2 Replies
Solved

Display Form element ( input, select ) when change in Drop Down option or tick on Checkbox

I want to show inputbox based on change of Drop down menu option. By default all the input boxes are...

0 Likes
2 Replies
Solved

Include big piece of HTML in Ajax callback

I'll try my best to explain what i want to. I showing a page with some "product" on the pa...

0 Likes
2 Replies
Solved

Dependent Drop downs

I am trying to get one select box(number) to be depending on another(type). I am close but i keep ge...

0 Likes
4 Replies
Solved

Accessing site from mobile phone shows error 'trying to get property of non object"

Hi The page works correctly from my desktop pc but i get this error when accessing via mobile. Do i...

0 Likes
3 Replies
Solved

Dynamic dropdown list

I am trying to do a dynamic or dependent dropdown list but I don't know how to obtain data from the...

0 Likes
4 Replies
Solved
posted 8 years ago

How to create link with blade templating

I am trying to write a link (just like ahref) in my VIEW to another VIEW page in the app. How do I...

0 Likes
4 Replies
Solved

Ajax Autocomplete input

Hello guys! I am trying to implement an Ajax Autocomplete field in my form. I am using the following...

0 Likes
7 Replies
Solved

syntax error, unexpected '<'

I'm creating a select in a form and I'd like to loop through 10 options printing out the numbers 1-1...

0 Likes
2 Replies
Solved

Master-Page/Layout Decision Help needed

Hi guys, I am new to the laravel community. Hope everyone is rocking out there. I am working on a we...

0 Likes
2 Replies
Solved

Redirect to home page when trying to load pages

Hello. When trying to load pages like: localhost:8000/auth/register localhost:8000/auth/login it imm...

0 Likes
4 Replies
Solved

Session not functionning

this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...

0 Likes
4 Replies
Solved

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

Create a RESTful controller.

Hello, When I run : php artisan make:controller MyController I get a plain controller lacking all m...

0 Likes
2 Replies
Solved
posted 8 years ago

loading view returns an error

When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...

0 Likes
1 Replies
Solved
posted 8 years ago

Getting a NotFoundHttpException

when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...

0 Likes
4 Replies
Solved

Route, style disappear

Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...

0 Likes
4 Replies
Solved

Getting multiple values

I'm using Laravel 4 and I'm trying to get multiple values to display instead of one. When I try, I g...

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