Support the ongoing development of Laravel.io →

2,053 Threads

posted 10 years ago

How to handle development and production assets with gulp?

The title says it all. I know how to minify and concat all assets into one file for css and js, but...

0 Likes
5 Replies
posted 10 years ago

Add css and javascript files to html

What is the best way to access in my view a css file which is going to be used in html for styling i...

0 Likes
0 Replies
posted 10 years ago

Apply Blade filters for string

What is I want to do is shortcodes like on WordPress. When I get post content from database I want t...

0 Likes
0 Replies
posted 10 years ago

Routing with subfolder

Hey, i have this route Route::get('report/{id?}', array('as' => 'report', function($id = null) {...

0 Likes
3 Replies
Solved

Classe comum em todas as páginas

Olá pessoal gostaria de saber a forma mais elegante para criar uma classe que seja comum em todas as...

0 Likes
0 Replies
posted 10 years ago

Call a view from controller that lives in folder

Hi, i am new to laravel (and i already love it) I have create inside controllers 2 folders Backend,F...

0 Likes
2 Replies
Solved

why the result (!=0) when i minus (-) of the same value?

I have example: Route::get( 'cal', function () { $var = 150.55; $amount1 = 1...

0 Likes
3 Replies

How do I sort a result of a query

Hello, Not sure how to phrase this question... hopefully it makes sense. I have a class called "...

0 Likes
0 Replies

Merge 2 Different Collection structure.

I have a news feed that currently is displaying with a structure of what seems to be similar to face...

0 Likes
1 Replies

Send email, internal server error 500

Hey guys, I have this form that the user fills out, on successful submit the form saves to the datab...

0 Likes
1 Replies
Solved

Update category

Hi all. I am pretty close to a solution but am stuck. I have a category page where the category is c...

0 Likes
5 Replies

Asset Organization in Laravel 4.1

Hi everybody, I used to use Basset to manage my assets - I grew very fond of the notion of "col...

0 Likes
5 Replies

select box auto suggest using selectize.js in laravel 4

need a code for populating 3 select boxes(country,state,city) based on selection on previous select...

0 Likes
0 Replies

Translation per User

Hello, I work on a BrowserGame who wants to Support many Languages. But now i run into a Problem and...

0 Likes
1 Replies
Solved

someone has used PHPWord ,(https://htmltodocx.codeplex.com/) and laravel

someone has used PHPWord (https://htmltodocx.codeplex.com/) and laravel

0 Likes
0 Replies

Passing an array of JSON objects from the biew with ajax

Hi Guys So I have an array containing many JSON objects, This is what it shows in console.log if i o...

0 Likes
1 Replies

Error on production server:ob_get_clean(): failed to discard buffer of zlib output compression (0)

Hello, I'm trying to move my develepment app to production, but i can't get arround this error: Also...

0 Likes
2 Replies
Solved

Response::make with png image makes the session expire

I have a rather strange situation. I'm generating a number of images and I need to generate them dyn...

0 Likes
1 Replies

Print out database data?

Hello If i have a table named 'Books' and i would want to print out all the names of the books that...

0 Likes
2 Replies

Flow Chart Page Design

Hi, I'm wondering what the best approach to creating a flow chart style web page would be? For examp...

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