Support the ongoing development of Laravel.io →

2,053 Threads

Retrieve data from lookup table

Hi there, I'm very new to Laravel and I'm creating a dummy blog application to help me understand th...

0 Likes
1 Replies

Problem of using CKEditor in Laravel

Hey Guys. I'm new to Laravel, so I don't know who can I use CKEditor in Laravel. how can I use this...

0 Likes
2 Replies

How should I transition to laravel

Hey laravel community, I'm currently running on a regular php system with laravel as a system that I...

0 Likes
4 Replies

Some mandatory parameters are missing ("products") to generate a URL for route "admin.products.update"

Hi, today i'm doing a web shop wuth Laravel Framework. Accident i got this error : Some mandatory pa...

0 Likes
4 Replies
Solved

turn off google prettify

im using some inline block divs and I need them to be without spaces between them. how to turn it of...

0 Likes
1 Replies

Refill form inputs when reload page.

Hello . When i navigate on a view the form fields get cleared but if i fill a field and reload the p...

0 Likes
0 Replies

Spreadsheet-Style Interface

I searched for "Spreadsheet" and didn't find anything here, so I thought I would post a qu...

0 Likes
2 Replies
posted 10 years ago

CSS not being found in public folder (L4, HipHop, Nginx)

I am trying to link my CSS and JS in my blade template but they are not working. I used: <link re...

0 Likes
2 Replies

CDN is mixing up with other urls.

I'm managin the users profiles from their social network, and using S3 with cdn. The problem is that...

0 Likes
1 Replies

Image from fb in View

Hello everyone, I'm managin the fb images but I don't know why they does't show in the view I access...

0 Likes
2 Replies
Solved

Binding/linking two users together

I'm building a unittest system. At some point I want to bind two users together in order to make an...

0 Likes
0 Replies

'[ErrorException] Undefined index:' from artisan dump-autoload, problem in Illuminate/View/Factory

When I run artisan dump-autoload it gets this error and stops: Generating optimized class loader Com...

0 Likes
1 Replies
Solved

Controller that affects all views

I don't know how to name the thread better than that, what I need is this: I have a master blade fil...

0 Likes
10 Replies
Solved

How to load assets (css/js) from vendor/package folder?

I added kartik-v\bootstrap-star-rating package via composer and I want to load its css and js assets...

0 Likes
7 Replies
posted 10 years ago

Pagination Call to undefined method Illuminate\Database\Query\Builder::links()

Hi i have the following action in my controller (LanguagesController) public function index() { $l...

0 Likes
1 Replies

Redirect from a function?

Is it possible to create a redirect from within a function? Say I have a BaseController that all con...

0 Likes
5 Replies
Solved
posted 10 years ago

How to customize Pagination url in laravel 4 ?

I am trying to change the URL to make it SEO friendly. i was able to go all the way to the Presenter...

0 Likes
1 Replies
posted 10 years ago

How do I Echo the View Filename as an ID?

I am pretty new to Laravel and have a fairly basic question. In my default.blade.php I have a <di...

0 Likes
11 Replies
Solved
posted 10 years ago

Route Problem - NotFoundHttpException

I have the following route: Route::get('foo-{name}-bar', function($name){ return $name; }); When i...

0 Likes
1 Replies
Solved

Split up a controller into multiple files

Hi, I have an admin controller containing every method used in my administration panel. This file is...

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.