I get this error when I logout (http://example.com/logout). I click on a link which takes me to the...
I am experimenting with Laravel 5 and came across HTTP Middleware. I am curious to know whether it i...
in table 'materials' columns are 'id','unit_id','description','category_id','created_at','updated_at...
I've created a form using primary regular HTML (syntax below). When I use the laravel 4 built in fun...
@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...
Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package
Hi! Im looking for the best way to ensure that my objects are being saved properly What im doing $us...
Regards, I'm new to laravel and I'm stuck on installation.Already I lost two days on that problem, a...
Hello everyone, I am using laravel's eloquent for my website and I want to get all the data from a t...
So, I have this relationship: public function publishedAlbums() { return $this->hasMany('Album')...
Greetings. I am having some confusion about route model binding with/vs repositories. Here's how I...
Hi everyone I'm new to Laravel, I'm currently doing an import file page and store the imported file...
Is it possible to return a data array in Laravel with ajax? I basically need to pull in some data wi...
Hi All, Please suggest: i want to use Laravel for a Local search engine. Basically my program is loc...
Things that I like about eloquent: Fantastic query builder Facilities provided in model the abili...
Hello, I choose to use stored procedures in my controllers when passing parameters to the database....
I'm very new to Laravel, so bear with me. I've been banging my head trying to figure out how I can d...
Is it just me or , maybe misconfiguration , but if I dd() a model, especially if it has a relation,...
Hello, I have a form action with model: {!! Form::model($iscritto,['url' => 'iscritti/' . $iscrit...
I don't know what's the following error means. I can't figure out what's the problem. [2015-03-02 18...
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