Support the ongoing development of Laravel.io →

Printable page in Laravel

Hi, Can any one suggest me how to make the printable page in laravel. For example in E-Commerce proj...

0 Likes
2 Replies
Solved

Input::old() don't work with array?

//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...

0 Likes
2 Replies

laravel pagination with ajax call will returns links which dumps all the raw data when clicked on the links.

I have editors = User::with(['editor.credentials','editor.specialties','editor.ratings']);...

0 Likes
1 Replies

Unable to save builder in session to append to queries later

I am terrible at explaining so I will do my best in point form: Each page queries a list of data Us...

0 Likes
0 Replies

Log output going to both storage/log and PHP error_log

My Laravel application is logging to both storage/logs/laravel.log and the PHP error_log (/var/log/h...

0 Likes
1 Replies

How can I add new methods on a basic controllers?

When I create controllers whit artisan... artisan controller:make NameController Artisan creates a f...

0 Likes
2 Replies

Route no defined

I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...

0 Likes
3 Replies
Solved

Where do I install Laravel?

Hello, I've been looking at the installation documentation to get my first Laravel app working and I...

0 Likes
3 Replies

OneToMany - Not Showing the data but the full object

Hey there, I am stumped on why my query is sending me back the full object when I do $date->exhib...

0 Likes
5 Replies
Solved

Using HTML Template codes with subdomains

I have a subdomain idp.whoisdoma.com setup, When I use the following code, the style and javascript...

0 Likes
1 Replies

Select every row between two dates.

Hi, I am building a report system and we need to make overviews, statistics and others like that. Us...

0 Likes
1 Replies

how do i a nice laravel ajax post and get the data in laravel backend.

Please guys how do i a nice laravel ajax post and get the data in laravel backend. my code my route....

0 Likes
3 Replies
posted 9 years ago

Routing not working properly.

I am trying to make my urls seo friendly. I want my urls to be like http://www.example.com/products/...

0 Likes
1 Replies

Validating dates in non-US formats

Hi, I'm sure I'm not the only person who has encountered this, but I've been trying to get validate...

0 Likes
0 Replies

soft deleted record resulted in relation

Hi everybody i have two model which called Department and Course, every dept has many courses, and c...

0 Likes
1 Replies
posted 9 years ago

Formatting issues

Just wondering if there is a solution here.. When I use the Form::label helper and add some HTML in...

0 Likes
2 Replies
Solved

Categories in categories?

Hey guys, I am going to build a new web application, and I have a question about the architecture of...

0 Likes
3 Replies
posted 9 years ago

Could models cache result less than 1 minute?

I'm planning to cache data less than 1 minute, how could I do?

0 Likes
0 Replies

Storing, Removing and Updating Arrays within a Session

I have created a new session key "temporary_ingredients", have been able to push an ingred...

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.