Support the ongoing development of Laravel.io →

494 Threads

posted 7 years ago

Blade and localization

I have a problem regarding blade templates and localization. I've created a locale-middleware that b...

0 Likes
1 Replies
Solved

Use blade outside laravel

Hello everyone, I would like to know if there is a way to use the laravel view outside of laravel ?...

0 Likes
13 Replies
Solved

Input::all() not receiving all data from form

When using both 'touchspin' and 'ichecks' to theme text and checkbox fields with the form also being...

0 Likes
2 Replies
Solved

Blade verify if section exists

Im building a master page, and atm Im trying to check if a section exists before yielding so i can y...

0 Likes
2 Replies
Solved

highcharts error

I am new to Laravel, so sorry if this is a simple question. I am trying to incorporate high charts i...

0 Likes
1 Replies
Solved

Using string as type for id column

Hi, first of all please forgive me my bad english. I am pretty new to laravel so i can't figure this...

0 Likes
2 Replies
Solved

Special characters in controller not passing to view

Hi. Example in one controller: return 'À'; The string comes blank due to the accent, if i change to...

0 Likes
1 Replies
Solved

My redirect doesn't work

After I create a new row, an array with the information added is shown. I've tried: return view('/bl...

0 Likes
3 Replies
Solved

How to show one page for all routes in Laravel 5 ?

Hi! In my work I need to show on page for all routes instead of /api route, for example Route::g...

0 Likes
2 Replies
Solved
posted 7 years ago

How do I pass data between the controller and the view?

The documentation says <html> <body> <h1>Hello, <?php echo $name; ?...

0 Likes
4 Replies
Solved
posted 7 years ago

"install" Css bootstrap

Even outside Laravel "installing" Css bootstrap can be a bit messy, in my experience. I pu...

0 Likes
3 Replies
Solved

Combine two/three tables in a view

Hello! I have tables products, orders and clients. I want to combine them in one table in the view....

0 Likes
3 Replies
Solved

Get all row from a database table to controller and display them in view

I am trying to query all of the info from "service" table and display it in view using for...

0 Likes
3 Replies
Solved

What is this service provider or package?

I have installed laravel 5 boilerplate. After installing, on each view in browser I am getting a bro...

0 Likes
2 Replies
Solved

Store output of foreach lopp in the database

Hello, I'm new with Laravel and web development in general. I'm learning while trying to build my ow...

0 Likes
6 Replies
Solved
posted 9 years ago

CSS versions not being created in build dir by Elixir

I've configured Elixir to handle my assets with versioning. I'm not seeing the version generated for...

0 Likes
2 Replies
Solved

If Else issue in Laravel View

I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...

0 Likes
2 Replies
Solved

Pagination - Start at a specific page

QUESTION I would like to be able to start the pagination on a specific page. CONTROLLER public funct...

0 Likes
12 Replies
Solved

How to design server side as well as client side rendering?

I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...

0 Likes
1 Replies
Solved
posted 8 years ago

Render View Without Route, Outside of App. Can it be done?

I have some blades that generate dynamic JS based on some environment configuration variables. My g...

0 Likes
4 Replies
Solved

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.