#Background My Controller is loading several items (from an Eloquent Model) and passing them into th...
I've got some code that I'm taking over and this is a quick sample of a bit of code I'm dealing wit...
Hi, Is there anyway to make 2 error page? so there is 1 error page for public and another one for ad...
I'm trying to send a basic verification email using Laravel and an account on mailgun.com. I've foll...
https://github.com/GrahamCampbell/Laravel-Navigation If someone could provide an example for Graham...
I have come across an instance where I need to alter the data that needs to be validated i.e. when n...
Hi, I use laravel 5.0 and i have read in many guide Laravel 4 that for include css i can use in the...
I have a web page that lists events, it is split into 2 categories: This week (today is FRIDAY so t...
When i try to print using blade syntax {{ $var }} "this is test" from database column type...
I have a this javascript for testing with an alert message to tell me the event is firing. <scrip...
hi, Why get this error ? [IMG]http://i62.tinypic.com/282olet.jpg[/IMG]
I'm new to Laravel and have managed to get quite a lot working. But I can't figure out why the pass...
I have a model with a belongsToMany relationship with an additional pivot column. public functio...
I want to create some api controllers with a separate routing in an existing Laravel 5 application....
I am geting json data from an api and need to specify my endpoints like API version, API key. I thou...
Route::resource('profile', 'ProfileController');//-> $router->bind('profile}', function ($use...
I have a search destination, arrival and departure data form that I have on every page in my templat...
This was working fine, but somewhere along the way of composer updates it broke and now I am getting...
Has anyone got this working? I'be been trying with the liveedit plugin but I don't see anything chan...
The database save is happening from ajax call and I am using hanlder class to validate database exce...
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