Support the ongoing development of Laravel.io →

2,053 Threads

Laravel 5 package for menu

Someone recommends a package for menu management in L5? Or everyone is going the DIY route?

0 Likes
6 Replies

Creating a form in Lavarel 5

I recently upgraded to laravel 5 and I have encountered my first problem. I noticed laravel 5 has a...

0 Likes
4 Replies

Accessing HTML files in the public directory

My website is built with Laravel but I need the public directory to act like a regular directory. In...

0 Likes
3 Replies

LoginException in symfony InputFormField

Hello Friends, I have an exception as below: LoginException: An InputFormField can only be created f...

0 Likes
0 Replies
posted 10 years ago

[BEST PRACTICE] Javascript with Blade

Hi there ! I have some interrogations regarding blade and javascript files. Currently, I wrote some...

0 Likes
7 Replies

Filtering users country wise using dropdown lists

My user model public function profile() { return $this->hasOne('Profile'); } My...

0 Likes
2 Replies

Check if related entity has any elements.

Hey peeps, new to laravel here (using version 4.2). Now, I have a User model as shown below: <?ph...

0 Likes
1 Replies
Solved

I'm a bit stuck

I am using Laravel 5 and am trying to access the Expedia API. I am find it hard working with Ajax an...

0 Likes
0 Replies

Best practices for this controller ?

Hi! I need some help whit this... I have a controller that creates a view where multiple selects, fo...

0 Likes
3 Replies
Solved

separate admin language and front-end language

Hi people! I am making an admin package and I'd like to have the possibility to choose the admin pan...

0 Likes
2 Replies

Trying to get property of non-object in Laravel when attempting to delete row from datatable

I think I know why the error is happening, I just am not sure how to fix it. I have a datatable that...

0 Likes
1 Replies
posted 9 years ago

Relative urls

For example: <link rel="shortcut icon" href="{{ URL::to('favicon.ico') }}"> returns: <link...

0 Likes
1 Replies
Solved

Controller based error handler

Hi everyone! I am creating a controller based application and stuck with error handling. I know I ca...

0 Likes
7 Replies

Ajax style header - Laravel 5

I'm designing a Laravel 5 site for an internet radio station and need a header that does not refresh...

0 Likes
1 Replies

Data Grid's

As im dealing with a huge amount of data, i need the best grid package for laravel 4.2.* or any help...

0 Likes
10 Replies

Laravel 5 :: Switch Language

So I want to have a button that switches from one language to the other and consequently translates...

0 Likes
4 Replies
posted 9 years ago

Laravel 5 Localization Problem

I tried to localization my application, but seems like I'm missing something. Here is my routes.php...

0 Likes
2 Replies
Solved

barryvdh/laravel-dompdf page break

Im using laravel-dompdf package to generate PDF file it's working fine but the problem is I want to...

0 Likes
2 Replies

Relationships to JSON?

So i have User model and Articles model. When i return User::all()->toJson(); i get only user atr...

0 Likes
4 Replies
Solved
posted 9 years ago

Trying to get property of non-object View

ErrorException (E_UNKNOWN) Trying to get property of non-object (View: /home/jobinpal/Documents/Jobi...

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.