Posts by César Sousa • 2,025 points
131 posts
-
2
votes2
answers316
viewsA: How to access the React upload Enable in the Laravel API?
I was able to solve, due to various research and several tests, I ended up discovering that the API was yes coming. were two problems. 1 I was sending the date fo formaData in the request body ie I…
-
0
votes2
answers316
viewsQ: How to access the React upload Enable in the Laravel API?
I have an app in React on, I have an option that the user can change his avatar, I am using the library ImagePicker and I have the API in Laravel. I’m having trouble accessing the chosen image in…
-
0
votes1
answer273
viewsQ: Problem picking up user information with React-Native-fbsdk
I have a mobile app made in React On, I am logging in via facebook using lib React-Native-fbsdk but it works but I am having problems in redeeming user data, I had to see some topics here on the…
-
2
votes1
answer768
viewsQ: Problem with download PDF file with Laravel
I have a system to download PDF files, which is happening and I try to download, and it just doesn’t download. I’ve seen in the by the inspector of the Chromo and there is no mistake. Controller…
-
1
votes0
answers37
viewsQ: Problem with languages in Arabic
I have a language system in Arabic, I’m using their localization system. I have the system working, what happens and that when I return to the.com domain of the error I wanted there to show by…
-
0
votes0
answers93
viewsQ: Problem with icon awesome in a select option
I’m trying to add an awesome Unicode icon to an option from my select but it always gets me this symbol @font-face { font-family: "FontAwesome"; font-weight: normal; font-style : normal; src :…
-
2
votes2
answers1054
viewsQ: How to remove the background in a select option?
I have a select option with several countries I created the CSS to take the default style of it in browsers. I have two problems, a need to take out that blue background when I step over each option…
-
0
votes2
answers633
viewsQ: Problem with routes in the Laravel
I have slugs stored in the database of different tables, I intend to use the url always like this www.exemplo.com/slug. For this I created a single route for that which became so:…
-
0
votes1
answer170
viewsQ: Problem returning several Routes in the Laravel
I have a route that when accessing www.exemplo.com/comer returns a view with the content. What I’m trying to do now and created another route to do the same effect but when I try to access…
laravel-5asked César Sousa 2,025 -
1
votes1
answer46
viewsQ: How to redeem from full name database and show only first name?
I have a table that saves me users and their data, name and saved in a single field. What I want is to take a name from the database for example César Sousa and show only César I am using Laravel…
phpasked César Sousa 2,025 -
1
votes1
answer532
viewsQ: Definition in phpstorm IDE
I use the phpstorm IDE to program I’ve searched and I couldn’t get like a trace that appears in my code that makes me confused when programming. I want to take the trace that always appears in most…
-
0
votes0
answers750
viewsQ: How to return variables in all views in Windows?
I have a Windows project, I have index.blade.php that where the header and footer part are fixed, and content and that changes. My problem is to return data from a controller to the footer, it lists…
laravelasked César Sousa 2,025 -
0
votes1
answer55
viewsQ: Hidden tr problem does not show in right place after returned json
I have a table that lists all users, a tr hidden where when I click on the Show Players button opens shows this tr with a table inside list below the user that I am wanting to show his players. What…
jqueryasked César Sousa 2,025 -
0
votes0
answers60
viewsQ: Problem with alphabetical ordering in the Aravel?
I have a query in Aravel that lists me all the users that exist I want to sort by alphabetical order but the way I put that by the documentation of the Aravel and as I have done does not order…
-
1
votes1
answer329
viewsQ: How to sort a select option alphabetically with jquery?
I have a select option to list through a each in jquery what I intend to do now and order that each by alphabetical order when listed. Jquery $(document).on("click", ".btn-add-agent-proximo",…
-
3
votes2
answers2495
viewsQ: How do I sort the list alphabetically in the Standard?
I have a query that lists me several users I want to sort these users by alphabetical order as I can do ? php private function getChilds(array $elements, $parentId = 0) { $branch = array(); foreach…
-
0
votes1
answer55
viewsQ: How to make that jquery foreach does not repeat the data when I open model window?
I have a window modal that when I open it carries me the data I need to have through a foreach jquery. Just close to modal and open again, all the data that comes from the foreach. How can I avoid…
jqueryasked César Sousa 2,025 -
0
votes1
answer150
viewsQ: Problem with show/Hide
I have a div that by default this hidden, I have a simple jquery that when I click on the button opens the div, only I have several buttons with the same hidden div. What happens is if I open a div…
jqueryasked César Sousa 2,025 -
-2
votes1
answer137
viewsQ: How to hide div when clicking on any part of the jquery page?
I have a script that shows a div I currently have to show when I click and hide when I click but I want when opened the user when click on any part of the page hide the div someone can give a help ?…
jqueryasked César Sousa 2,025 -
0
votes1
answer57
viewsQ: Problem to update user password via ajax in Laravel 5.3
I have a table where I list all the users I have in the database and I have a td where are the actions for them that contain two buttons load balance and change the password at this time I am trying…
-
1
votes1
answer64
viewsQ: Error in counting data numbers from a table using JOIN in Laravel 5.3
I’m doing a query that will list users with data from multiple tables so I’m using JOIN. I’ve already been able to list the user data, what I’m trying to do now is count the number of players that…
-
1
votes2
answers251
viewsQ: Problem with logout in system Aravel 5.3
I have an admin who is already logging in correctly, I have the logout function done but this giving the following error: when I logout says that there is no column remember_token on my table. How…
-
1
votes2
answers291
viewsQ: Problem with login in Laravel 5.3
I have a project that consists of an administration. What I’m doing is logging in, I already created the table and entered a password user in the mode Hash of Laravel. I have the system that…
laravel-5.3asked César Sousa 2,025 -
-3
votes2
answers4144
viewsQ: How to create a secure login system connected to the database in Laravel 5.3?
I have a project in laveral 5.3 that I am building an administration. I already have the whole database structure created. I now want to login with fields username and password. You won’t have a…
-
3
votes2
answers142
viewsQ: How do you detect three equal numbers?
I have a cycle For that has two mt_rand, one of random numbers and the other mt_rand of numbers that are designated as prizes. What I want now is to check when 3 equal numbers come out, make the sum…
phpasked César Sousa 2,025 -
3
votes0
answers268
viewsQ: How to make flash animation like a scratch card?
I’m doing a flash slushee and I’ve got nine boxes of gray color that you’re doing right now and when I click on the boxes it changes color and shows me the random numbers of luck, what I want to do…
-
3
votes0
answers102
viewsQ: How to detect when 3 equal numbers come out and show a message?
Good afternoon, I’m making a scratch card in Actionscript and PHP. I have 9 boxes and when I click the buy button it goes to a PHP file and generates in a cycle is a Rand of random numbers to be…
-
0
votes1
answer93
viewsQ: How do I print the html content of a div when I store the information in the database?
Good night, I have a system to control incoming and outgoing computer repairs what I want and when I store the information in the database soon after I gave it to print the html content of a div…
-
2
votes1
answer105
viewsQ: Problem with buttons when clicked on Angularjs
I have a mobile app with the following problem: I have a list of users who each have a "follow" button, which when clicked will have to change to not follow. Return of PHP true or false to know…
-
0
votes1
answer684
viewsQ: How to update model when done ng-change in Angularjs?
Good night, I have two select option the first I have a ng-change that filters by php the data that will be shown in the second select what happens and that it filters well through the browser…
-
1
votes3
answers1296
viewsQ: How to use grid with ng-repeat in Angularjs?
I have a mobile app I want the ng-repeat create the content in a grid as I have in the example below but always repeat as an example below: <div class="row responsive-md"> <div…
angularjsasked César Sousa 2,025 -
1
votes1
answer104
viewsQ: Problem filtering counties by the district selected with ng-change in Angularjs?
I have a mobile app where I have two select option (districts and counties). What I intend is that when choosing a district appear only the counties that belong to that district. How can I do that?…
-
2
votes2
answers788
viewsQ: How to show photos from the camera album with the Cordova camera plugin?
I have a mobile app, what I want to know and do is: I have a modal that when opened I want to appear the photos I have on the device (in this case on the camera roll) and but show in a div I already…
-
0
votes2
answers294
viewsQ: Problem when rescuing form data in Angularjs
I have a mobile app I have a form that makes a filter by districts and municipalities what happens and that is not to rescue the selected data at home select the button pressed or doing anything.…
angularjsasked César Sousa 2,025 -
0
votes0
answers56
viewsQ: Help to convert jquery rating function into Angularjs
I have a website where I have an evaluation system that’s working well with jquery, now I am making the mobile app of this site and has to have the same evaluation system as I am new in Angularjs I…
-
1
votes3
answers1208
viewsQ: How to use ng-class conditional in Angularjs?
I have a mobile app where a list contains the users that can be followed. This system is working. However, in case after the indication of follow a user is realized logout and login again, the…
-
1
votes0
answers108
viewsQ: Why does google plus login on Angularjs not work correctly?
I have a mobile app and I have option to login by google plus I have the controller but when I log in and choose the account the information is not saved in session.set I did following this tuturial…
-
0
votes3
answers81
viewsQ: Spare me the news I’m clicking?
I have a mobile app with an area where I list several news through the ng-repeat. Now I have a taste system (like) of every news where there’s a button to make the news taste. What happens now is I…
-
0
votes1
answer583
viewsQ: How to convert json array to an object in Angularjs?
I have a mobile app, I have a array to be generated through php what I want now and on angularjs transform the array into an object because when I want to grab for example the id gives undefenid…
-
1
votes1
answer652
viewsQ: How to redeem id from one controller to another controller in Angularjs?
I have a mobile app, I have an area where I list all the news that ah, and I have an option to like the news what is happening to me and that I am not able to get the news id to send to mysql I…
-
0
votes0
answers78
viewsQ: Why does ng-repeat not work in php json?
I have a mobile app where I make a ng-repeat to list a photo gallery that well through a JSON php what happens and that I think I have all right but does not list me any image I have tried to query…
-
0
votes1
answer761
viewsQ: How to use the Angularjs ng-click function that returns from a php html?
I have a mobile app and have content to be listed through php using ng-bind-html what is happening and that within php in html I want to call a function of a controller that I have but it doesn’t…
-
1
votes1
answer159
viewsQ: How to get the city name in the ngcordova Geolocation plugin?
I have a mobile app with the plugin ngcodova Geolocation is working only with lat and long what I intend now and that the same instead of giving me the lat and long I gave it the name of the city as…
-
0
votes1
answer81
viewsQ: Why doesn’t sharing the agreement work?
I have a mobile app and am using the plugin ngcordova, the cordovaSocialSharing. But when I did like the documentation, when I click to share nothing happens. Controller .controller('ShareCtrl',…
-
1
votes0
answers176
viewsQ: Problem installing ngcordova on Ionic
I have a mobile app installed the ngcordova to use plugins from it but when I try to install it never adds me lib/ngCordova in the project folder, I would like to know how to correct it. To install…
-
2
votes1
answer348
viewsQ: How to put default value on input type Hidden in Angularjs with Ionic?
Good night, I have a mobile app, I’m submitting a form with a input type hidden but I want that input to have the value passed from another controller but I’m not getting through I tried ng-init but…
-
1
votes1
answer747
viewsQ: How to trigger share options in Angularjs with Ionic?
Good night I have a mobile app, I have seen in some apps that when I click to share that appears the options of apps installed as facebook on the phone to share would like to know how I can trigger…
-
3
votes1
answer88
viewsQ: Problem with json in Angularjs
I am developing a mobile application and am rescuing from the database a list of data. What happens and between each die always remains one , "comma" and do not know how to remove. I leave below a…
-
2
votes1
answer954
viewsQ: How to show data from a Session in Angularjs?
I’m making a mobile app I already have login working and saving the values I want in Sesssion now I don’t know and how to show these values in the page after login. Controller…
-
1
votes1
answer68
viewsQ: How to block cell phones from accessing the website?
Good afternoon, I have a website I want to make sure that when they access the site through mobile phones that a message appears that the mobile application will be available soon and do not open…