Questions tagged as 'laravel-4'

1
answer

Translation Laravel 4

I did a search and found only a translation for PT-PT (Portuguese - Portugal), is there any project or package for translation of errors and the like?     
asked by 23.10.2014 / 19:03
1
answer

Files in the public folder using Laravel 4.2 are inaccessible

Hello, I have an application where some files are created in the public folder of Laravel 4.2 , then send an email to the user with the URL's to download these files , but an error occurred while attempting to download. Initially...
asked by 13.12.2016 / 16:18
1
answer

How to organize a laravel project 4

I'm starting now with Laravel 4 and would like to know how you organize your project? referring to classes of controllers and models. For example, in my case I will have an administrative area and I will have the site (front), I would like to...
asked by 29.07.2014 / 20:44
1
answer

Return in Pagination View from Array in Laravel / Paginate :: make ()

When I create a pagination manually, it is giving error, it does not create in the view the amount of exact elements as I determine. On my controller: public function getIndex(){ $fileClass = FileClass::with(['FileServico']) -&g...
asked by 06.06.2014 / 01:14
2
answers

Templates for Laravel

I'm starting a system that will be the foundation of all company systems. The system will develop in Laravael 4 and the interface will be a theme of wrapbootstrap . What would be the best practices for using my library / package layo...
asked by 02.10.2014 / 03:40
2
answers

Create user with encrypted password

I have doubts regarding Laravel one of which is reflected where to enter the field: $password = hash::make('password'); Since I want to encrypt the password of the user creation form. The View code is: {{ Form::open(array('route' =...
asked by 21.10.2014 / 17:12
1
answer

Search cross-results in related tables

I created several tables: Users: chave primária email senha Physical Detail: user_id altura Personal Information: user_id estado_civil Now I'm having trouble fetching cross-results. Example: Find users with altura =...
asked by 01.09.2014 / 05:36
2
answers

Query in related tables

As would be an example of querying a bd with related tables and inserting data into them. I have the tables: Produtos Tamanhos Generos I need to display in the view produtos.blade.php a list with all the registered products a...
asked by 07.02.2014 / 18:07
1
answer

Instantiate class within the bootstrap / start.php file Laravel 4.2?

I have an application running Laravel 4.2 , I have a class that takes care of IP's in blacklist , and this is saved in the database. I need when a user accesses my application the system validates if IP is in blac...
asked by 09.06.2017 / 14:38
1
answer

Problems with Query Builder in Laravel 4.2

Hello, I am having trouble generating a query using the Query Builder of Laravel 4.2 , the difficulty arises from the need for resulting queries in the database to be inside of parentheses, below is the desired query: select * from 'EV_R...
asked by 05.12.2016 / 20:12