Questions tagged as 'laravel-4'

0
answers

Upload images for the first time on a site

On this site www.nomalism.com there is a problem: When you open the site for the first time, especially in the store (search option or search ) it is noted that the images appear blurred or disproportionate. We do F5 and then they appear corre...
asked by 21.10.2015 / 15:18
1
answer

Error accessing project on laravel4

I'm getting an error accessing the project on laravel4. It was working, but when I rebooted my computer and tried to log in again. I get the following error:    ErrorException       unserialize (): Error at offset 0 of 197 bytes     
asked by 01.05.2014 / 15:55
2
answers

Laravel 4 Deploy Fail in shared hosting [closed]

I'm trying to upload my first project with the Laravel 4 framework and I'm having a problem. Upload all FTP project files as there is no other option for contracted service. I uploaded the files and created a .htaccess file that is in the...
asked by 13.03.2014 / 21:57
1
answer

Send variable to layout in laravel4 with blade

I'm having a problem here, I need to send a variable to my layout, so I tried: No controller $this->layout->page = 'Atendentes'; and in the layout this @yield('page') The problem is that I need to compare this page variable wi...
asked by 11.04.2014 / 20:04
1
answer

Laravel accessors does not work with field separated by _ with a letter [closed]

When I use the accessor with a field eg "full_name", I put it in the model: public function getNomeCompletoAttribute ($ value) works perfectly. When I have a field "address_c", I put it in the model: public function getEnderecoCAttribute ($ v...
asked by 02.04.2016 / 16:36