Support the ongoing development of Laravel.io →

2,053 Threads

Laravel + SOFTWARE FOR DESIGNING WEBSITE

Hello! Does laravel work with generated code(html, css and javascript) from software which is respon...

0 Likes
3 Replies

How to display posted data into my form inputs

Hi, My problem is very simple. I'd like to display into my formś input the content I wrote when ther...

0 Likes
3 Replies
Solved

problem with mail method sending

hello laravelers; i tring to send newsletter via mail (it work with simple text : hello world). but...

0 Likes
1 Replies

Undefined variable in blade when create new item

Hi, I have a basic CRUD with a template like this: # master.blade.php @section('content') {{ $item...

0 Likes
0 Replies

Blade ENT_NOQUOTES

Is there a way when using {{{ $variable }}} to escape with ENT_NOQUOTES?

0 Likes
0 Replies

Style not loading after prefixing a route

Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...

0 Likes
2 Replies
Solved

Autoload view with psr-o

Good night ! Following the instructions from that link: https://github.com/daylerees/autoload-demo B...

0 Likes
2 Replies
Solved
posted 10 years ago

route on value

I have an object wich can contain the value $object->blue or $object->green. I want all the gr...

0 Likes
0 Replies

How to implement a page with static tabs and dynamic content area

I know Laravel can route to different web page and refreshes the whole page content. My case is: I h...

0 Likes
2 Replies

How do I force https on production sever

I've been able to force my site to redirect from http to https but the resources (styles and scripts...

0 Likes
1 Replies

Is it valid to use filter to pass variables to layout?

Hi, I have a layout which requires a few variables and several controllers that use this layout. The...

0 Likes
1 Replies
Solved
posted 10 years ago

Does anybody out there know how to use Carbon to get the difference between two date/times in hours and minutes

My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...

0 Likes
2 Replies
Solved

Blade help - Route [crowds.create] not defined

I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...

0 Likes
3 Replies
Solved
posted 10 years ago

passing variable from blade(view) to route or controller

hi I want to pass the selected item's $id to my controller for doing changing on it . it's my index....

0 Likes
0 Replies

Dynamic Pages and Routes

Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...

0 Likes
4 Replies
Solved
posted 10 years ago

how to make View::share to use the reference to the variable?

I want to share a global variable with View::share, and this variable are created in BaseController'...

0 Likes
2 Replies

True Newb Authentication/Route problems

Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...

0 Likes
1 Replies
Solved

"Trying to get property of non-object" error getting data from foreign table

My goal is to create a select list in a create.blade.php view. I'm not getting any errors with the D...

0 Likes
2 Replies
Solved

handling errors from controller

I would like to use main template also for error views. Main template works only if i call it from c...

0 Likes
0 Replies

What does these blade variables mean

Hello Community, I've started learning laravel and i like it but i've some questions about blade vie...

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.