Support the ongoing development of Laravel.io →

2,053 Threads

Replacing the Input

Hello there, i am trying to replace the input in the controller before sending it back: Input::repla...

0 Likes
1 Replies

Changing the url to show the title instead of an id

Hi, In the url you get something like /view/1 but I would like to to show /view/test instead, but I...

0 Likes
3 Replies

Laravel Video Streaming

I want to use laravel to do real time stream video from a camera. I will be sending each frame of th...

0 Likes
0 Replies

Routing per user role

Hi New here and trying to do some reverse engineering on https://github.com/andrewelkins/Laravel-4-B...

0 Likes
4 Replies

Session timeout

Hi, I would like to know how can I redirect to login when session timeout? Thanks

0 Likes
2 Replies
posted 10 years ago

Exceptions inside of views

Hello, if I throw an exception inside of a view, e. g. <?php throw new \ExampleException('Test');...

0 Likes
4 Replies

How to add javascript in views in Laravel 4 Starter Site

Hi, i have a question related to Laravel 4 Starter Site The following is one of the view page. @ext...

0 Likes
1 Replies
Solved
posted 10 years ago

How to manage templating architecture (in general)

Hi all i've a project and with the following common problem: I've several methods that render pages...

0 Likes
0 Replies
posted 10 years ago

Artisan and the right base url?

Hi Laravel friends! Where to tell Artisan the right base url? I use Laravel in a subfolder like http...

0 Likes
4 Replies

How to create a menu using Laravel and Blade Templating

Hi, howcan you create a menu in laravel? Because It would be bad if I copy&pasted the menu on ev...

0 Likes
2 Replies
Solved
posted 10 years ago

"public_path" issue.

Hi guys. I am creating a portfolio on a vagrant virtual machine. When i use "public_path()"...

0 Likes
2 Replies
Solved

Pass variables to View

I´m trying to after save chamada in the function store then show it in the view show. I'm using this...

0 Likes
1 Replies
Solved

link html in laravel problem

Hello Shows me Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException but this link &l...

0 Likes
1 Replies

Inject controller name to layout

Hey guys, I'd like to inject controller and action names automatically to the returned view to add b...

0 Likes
2 Replies
Solved

How to pull a database into a HTML table?

Hi Guys, I'm quite new to laravel and I'm trying to work out how to turn a database table into a HTM...

0 Likes
2 Replies

Best practise for linking

There seems to be many different ways to link across pages. <a href="{{ route('users.index') }}"&...

0 Likes
2 Replies

Checking if value were pass to the view

How can i check if value is passed to the view? for example return View::make('view', array('result'...

0 Likes
2 Replies
Solved

Adding Files Dynamically To Default Template File

I was scanning over the documentation to find out how to use the asset pipeline script to help me be...

0 Likes
5 Replies

Forge: compiling Sass via Gulp after deploy on Forge

Testing out Forge with Linode, and I'd like to compile my Sass with Gulp after a deployment. I'm fam...

0 Likes
3 Replies
Solved

Raw JSON being displayed when returning to page

I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...

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