hello laravelers; i am tring to send newsletter via mail (it work with simple text : hello world). b...
Hello! Does laravel work with generated code(html, css and javascript) from software which is respon...
Hi, My problem is very simple. I'd like to display into my formś input the content I wrote when ther...
hello laravelers; i tring to send newsletter via mail (it work with simple text : hello world). but...
Hi, I have a basic CRUD with a template like this: # master.blade.php @section('content') {{ $item...
Is there a way when using {{{ $variable }}} to escape with ENT_NOQUOTES?
Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...
Good night ! Following the instructions from that link: https://github.com/daylerees/autoload-demo B...
I have an object wich can contain the value $object->blue or $object->green. I want all the gr...
I know Laravel can route to different web page and refreshes the whole page content. My case is: I h...
I've been able to force my site to redirect from http to https but the resources (styles and scripts...
Hi, I have a layout which requires a few variables and several controllers that use this layout. The...
My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...
I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...
hi I want to pass the selected item's $id to my controller for doing changing on it . it's my index....
Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...
I want to share a global variable with View::share, and this variable are created in BaseController'...
Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...
My goal is to create a select list in a create.blade.php view. I'm not getting any errors with the D...
I would like to use main template also for error views. Main template works only if i call it from c...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community