Support the ongoing development of Laravel.io →

2,053 Threads

Laravel 5 Can not get authenticated user from view

I am a newbie in Laravel 5. Now i am trying to use laravel authentication service. The problem is i...

0 Likes
1 Replies
Solved

error in header.blade.php

First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...

0 Likes
3 Replies
Solved

pop-up modal in Laravel 5

I previously worked without a framework and so now I am stuck in creating a pop up modal in laravel...

0 Likes
1 Replies

Laravel 5 - How can we access image from storage

I need to view profile pic when page loads. I have used laravel storage for upload image but I don't...

0 Likes
1 Replies
posted 9 years ago

Getting the first accordian option to be open

I'm using Laravel 4 and I've created an accordian and so far I've got all of them closed. The proble...

0 Likes
9 Replies
posted 9 years ago

Route with parameter not rendering the view correctly

So I have this routes defined in my routes.php file. Route::group(['prefix' => 'personaje'], func...

0 Likes
1 Replies

Dealing with Huge database

I am having a huge database with millions of records in different tables. It all works fine when I a...

0 Likes
0 Replies

Form Facade onsubmit event

I want to convert this HTML form open tag in form facade. <form id="form1" role="form" method="PO...

0 Likes
0 Replies

How to get a success message

I've created a form and I would like to have a success message show. At the moment I've only gotten...

0 Likes
3 Replies
Solved

Getting a laravel form to use ajax

I'm using Laravel 4 and I'm trying to create a contact form and I would like for it to use ajax. The...

0 Likes
3 Replies

Pagination issue

I just move a new Laravel site into staging today. The staging environment is going to be the same...

0 Likes
1 Replies

show method doesn't work

This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...

0 Likes
3 Replies
Solved

Refresh view when new articles get added

I'm using laravel 5.1 for a simple app. Right now I have a simple front-end and back-end. If I add n...

0 Likes
0 Replies

Can't believe Form/HTML helpers were removed in Laravel 5, thats Crazy..!

Why removed? I barely found a notification about this on the documentation; What are the alternative...

0 Likes
3 Replies
Solved
posted 9 years ago

Adding new google font family to laravel project

I want to use Lato font family to my website.Can anyone help if we can add this using bootstrap sass...

0 Likes
0 Replies

laravel assets root...

Hi Experts... Where to put javascript, images and css files that can be accessed any where in the vi...

0 Likes
0 Replies
posted 9 years ago

Redirect with params

Hi all i have an issues with redirect link from view to pass the parameter row_id so any one can hel...

0 Likes
1 Replies
posted 9 years ago

[HELP] url localhost/laravel/contact/ redirect me to localhost/contact

Hello, i have a problem. If i type URL localhost/laravel/contact/ to my browser, it will redirect me...

0 Likes
2 Replies

Grouping rows separately depending on column value

I have two models: Event and EventLink. Event has a one-to-many relationship with EventLink, and Eve...

0 Likes
3 Replies

How to avoid the to recount this?

Class Channel extends Model { ... ... public function getSubscribersAttribute(){ return $this-&...

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