Posts by Fernando Herique Rubim Pioli • 285 points
16 posts
-
3
votes0
answers2995
viewsQ: Validate CPF and CNPJ
Does anyone know of any CPF and CNPJ validators for Angular 2? I saw a package for Angular 1 as directives, the implementation is the same? package link…
-
0
votes1
answer1825
viewsQ: Trigger to update another table
I have 4 table in my Mysql database. -> companies -> contacts (company addresses) -> bank data (company’s bank data) -> members (members of the company ) All tables relate to the…
-
3
votes1
answer860
viewsQ: Manipulate DOM at angle 2
I’m passing a web system that has Jquery to Angular 2. I have a button that when clicked it adds two inputs and together with them is created a button to delete these inputs. ( follows the code in…
-
1
votes1
answer734
viewsQ: Service variable comes as UNDEFINED in Angular Component 2
I’m not getting a variable from a service at 2. I have companies-index.component.ts and companies-crud.service.ts. I would like to take a service variable in Component but it always comes as…
-
0
votes1
answer1176
viewsQ: Datatable with pagination server side
I searched a lot on Google but I did not have a clear path of how to make a datatable ( angular use 2 ) that contains pagination by the server, or seka, that each page he made an individual request…
-
0
votes1
answer111
viewsA: Problems with angular heading 2 and Laravel 5
I’ve already done it, for anyone who has any doubts. I did two steps: -> at index.php I put <base href="/empresas"> for before I was only <base href="/"> so he would return the…
-
0
votes1
answer111
viewsQ: Problems with angular heading 2 and Laravel 5
I have a system in Laravel 5.3, and I’m putting in Angular 2 to take care of the front end. I have several modules, ex: companies. The route /companies will lead to the listing of companies thus…
-
0
votes0
answers63
viewsQ: Angular routing 2 and Laravel 5.3
I created an initial system (crú) of Laravel 5.3 and managed to implement angular 2.0... put to view the app.Component in Welcome.Blade and it worked normal... I have doubts about how to routing…
-
2
votes2
answers706
viewsQ: Validation in Laravel 5 in array fields?
Through site collaborators I managed to ask a question Do a custom validation on Laravel 5 on validation in Laravel, where it was possible, validate a field input text only if a Combobox was…
-
3
votes2
answers2387
viewsQ: Do a custom validation on Laravel 5
I have a system on Laravel 5. I have a Form Request validating the fields of a form with some rules. And here’s what I needed to do: I have a tab on the form that registers the partners of a…
-
1
votes0
answers57
viewsQ: Number of queries to check user in the Standard
I have a system of user authentication, where do I use the API sentinel in the Laravel 5.2. When I do the Check_user() in the middleware to see if the user is logged in and has access to the route,…
-
0
votes1
answer139
viewsQ: Idea of Event in the Laravel
I’m developing a system in Laravel(php). I read in several articles that "we should" use "EVENTS" to perform actions after the main one has been done, for example: -> in the controller: // I…
-
1
votes1
answer76
viewsQ: Mount array with users Permissions
I need to mount an array in PHP (LARAVEL) and I’m not finding a way to do. I have a user system with roles and Permissions. When I view the user, I list all the Permissions, but one below the other.…
-
2
votes2
answers61
viewsQ: Database overloads while deleting lines with relationships?
Good afternoon to all! I have a question, and I’d like to get some opinions. I’m building a system in php + Larable. I have relationships between tables, for ex: Users->Roles. They are supposed…
-
0
votes2
answers112
viewsA: Mark checkboxes when choosing select value, coming from a PHP (Laravel) BD
First of all, thank you for your attention, Evander. Come on, come on... I never used Json, and as I said I know the basics of JS. But I really saw the logic of what you said, and I looked into…
-
0
votes2
answers112
viewsQ: Mark checkboxes when choosing select value, coming from a PHP (Laravel) BD
I have a problem I don’t know how to fix and I don’t know how to look. I’m building a system in the php - laravel. This system will have user levels. I’ve done all the registration, changes, user…