Most voted "laravel-5" questions
Laravel is an open-source framework for developing web applications and services with PHP. Use this tag for specific questions about Laravel 5 or later.
Learn more…751 questions
Sort by count of
-
0
votes0
answers99
viewsUploading files with fileinput
I’m using the fileinput of this website Bootstrap: fileinput.js v3.1.3 and I need to get my BLOB of the image uploaded when submitting the form. I observed that by doing the uplod from some image to…
-
0
votes0
answers2428
viewsWamp Server upgrading PHP to version 7
Good evening guys, I’m having the following problem, I’m trying to upgrade my PHP to be able to follow the course with Laravel but I’m not succeeding. I have environment : Windows 10 Wamp 2.5 PHP…
-
0
votes2
answers297
viewsReturn after sending email
In Laravel 5.3, at the time of sending the email it does not return anything. It would have to return some data to verify whether the email was sent or not? Something like that: $mail =…
-
0
votes1
answer113
viewsImage upload outside the LARAVEL folder
Good afternoon, I have a question, is it possible for me to upload an image in the project folder? Because I have a project that the folder of the site is outside the folder of the Arable and I need…
-
0
votes0
answers52
viewsNotifications equal to facebook notifications for PHP
What is the best way to develop notifications that work the same as on Facebook when someone likes posting? I’m using PHP & Laravel 5.5. Anyone knows or has seen this in…
-
0
votes1
answer3521
viewsConfigure Laravel Application on Production Server
Someone who has already deployed application in Laravel on Centos 7 Production Server to give me a hand?? I have done all the basic possible settings, created Virtualhost pointing to the public…
-
0
votes0
answers25
viewsUse the DB increment function to update from an array
Here’s what it is: I have a javascript array with the id I want to increment usingDB::table('team').increment->('points', 1000). How should I make my controller take this array and increment only…
-
0
votes0
answers88
views -
0
votes3
answers214
viewsHow to create a PHP progress bar using the Laravel Framework?
Please, someone can help me. I need to create a progress bar for a PHP application using the Laravel framework. Example: when loading (display the BD list) from a table with three thousand records…
-
0
votes1
answer270
viewsProblems to load jquery into the Laravel
Good afternoon, I am not able to load jquery in my Windows, I am correctly linking the folders: <script src="{{ asset('js/jquery/jquery-ui.js') }}" defer></script> <script src="{{…
-
0
votes1
answer228
viewsUse Phpunit with interactive form
I have a form with Brands, Models and Versions of Cars. I’m using Phpunit to test the form. It works that way: User selects the brand, then the select of templates is loaded and at the end the…
-
0
votes1
answer74
viewsInsert multiple rows of a single query using FOR
I’m trying to input a lot of data using FOR but it’s not working. The impression is that he is not getting the data from FOR? The expectation is that this happens:…
-
0
votes0
answers64
viewsBroken image in Laravel 5.6 [Homestead]
I uploaded an image to my application when using php Artisan serves, today I am using the Homestead, when I went to look the application barred my url and does not let be displayed. <img…
-
0
votes0
answers668
viewslocal.ERROR: SQLSTATE[23000]: Integrity Constraint Violation: 1452
Expensive, You can help me with this mistake: local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails…
-
0
votes1
answer37
viewsChange apache in Cpanel
I made an application in Laravel 5 and I need to go up to a server that is not mine, I only have an FTP account for this. The problem is q p Cpanel server is configured for PHP 5 and the Laravel…
-
0
votes1
answer86
viewsHelper problems in Laravel 5.6
I created a PHP page and made some functions in it to help my project. I added in commiserate that page across that line: "files": ["App/FunAuxiliar.php"] But when I went up the system for…
laravel-5asked 6 years, 6 months ago André Tripode Colognesi 157 -
0
votes0
answers138
viewsHow to pass data from one table to another when one has a relationship?
I created a table by Migration that has relationships and have a table with the same fields (except the incremental id) that has the data. I need to pass the data from the table that has the data to…
-
0
votes1
answer97
viewsError installing Laravel 5.6 with Docker
I’m trying to set up the laravel 5.6 in the image of Docker, but when executing the command: docker run -it --rm \ -v $(pwd):/app {user_dockerHub}/docker-laravel \ composer create-project…
-
0
votes0
answers103
viewsHow to handle POST request in the Standard that were sent as parameters?
Set a route this way in the API: $this->router->post('/logo', 'MinhaContaLogoController@adicionarLogo') However, my Client request sends a parameter in the URL under method POST:…
-
0
votes1
answer1193
viewsPass parameter for route in javascript in Laravel
Good afternoon, I have a question about parameters in laravel that I didn’t find on the site, I have a route like this: Route::get('busca/{id}', 'MatriculasController@busca'); passing a parameter to…
-
0
votes0
answers64
viewsMultiple . env Portable 5
I have a domain on the server where I uploaded an application in Laravel. I created a subdommunication and I went up the same application for this domain, but Ubdomain is looking for the same…
-
0
votes3
answers145
viewsError in simple search in Laravel
I’m trying to perform a simple search. By putting dd($clientes) in the search method it is returning the search result correctly, but when returning to the view of the error: Trying to get Property…
-
0
votes1
answer253
viewsHeroku downgrade php 7.3. * to 7.2. *
I don’t know how I upgraded the php version in Heroku to version 7.3, however this version (7.3.) is causing several bugs in the application, with do I can downgrade to version 7.2. ? I have already…
-
0
votes2
answers4266
viewsLaravel Insert data into a table and use the same id to fill another
I am starting in Laravel and I have a problem related to inserting data in two tables of mysql... explaining better would be the following: I have a table called questionnaires where I have only ID…
-
0
votes1
answer529
viewsJavascript does not receive json Response from Laravel
I’m trying to get Javascript to receive the data sent by the server and play in Alert. But it always comes Undefined. I’ve looked at many topics about it on the internet and found nothing wrong with…
-
0
votes0
answers249
viewsAre Getters and Setters automatically generated by Eloquent when we use reliese/Standard to generate Modules?
I have an application already functional. I am switching to Laravel 5.4. Since the database already exists and with actual data, my choice is not to use Migrations. One option would be to use the…
-
0
votes0
answers337
viewsCalling Function in View - Laravel 5.5
Guys, it’s been a while since I programmed PHP and I have the following question: I am calling a function in my View as follows: {{ $result_resumo =…
-
0
votes1
answer55
viewsLayout Laravel 5.6
Expensive, I’m developing a Dashboard report via Windows 5.6 with bootstrap, but I came across something I don’t know how to solve in the layout. This is the problematic layout This is the excel I’m…
-
0
votes1
answer446
viewsInstantiate class in method parameter or within method
Working with an Laravel controller I came across something similar to this: public function show(Role $role) { // é apenas um exemplo. } Where the Role class is instantiated in the variable $role…
-
0
votes1
answer156
viewsHow to store select input data with Laravel?
I cannot send the selected data to the request: <select name="tipo_id" class="form-control col-md-3 col-xs-12"> <option value=""></option> @foreach ($tipos as $tipo ) <option…
-
0
votes1
answer268
viewsThe Bug class doesn’t exist?
I’m making the following mistake: Reflectionexception in Container.php line 731: Class App Defeito does not exist I’m using Laravel 5.4, I’ve checked apparently this all right. Code: Defeito.php…
-
0
votes1
answer1006
viewsHow to pass data from two tables in one View?
I’m trying to pass data from two tables(SQL) in a table structure HTML. When I try to pass to mine View, the Laravel does not recognise the relationship method. View - atualizador.blade.php…
-
0
votes1
answer402
viewsHow to return data array with Join in Laravel with the DB class?
I need some help with that SQL of Laravel: $process = $db->table('processo')->where('nrprocesso',$id) ->leftJoin('viatransporte', function($viatransporte){…
-
0
votes1
answer5263
viewsHow to create search filters in Laravel?
I need to create a search system that receives data through inputs, select and checkbox. My form for research: <form class="navbar-form navbar-left" role="search" action="{!! url('/pesquisar')…
-
0
votes1
answer182
viewsRedirect via private method in Laravel
In the Laravel has the helpers redirect that works perfectly within public methods. However in the class I had to divide into two public and one private methods to avoid repeating the authentication…
-
0
votes1
answer1593
viewsHow do I set the url for a route in Laravel?
I am using Laravel 5.4 and controllers in Restful standard. I configured the route file as follows: Route::resource('entryRegistry', 'EntryRegistryController'); In view: {{…
-
0
votes1
answer1056
viewsHow do we know where the route came from and redirect it back?
I have 3 tables on BD: Emitentes, Pessoas e Cidades. Where on the table Issuers and in the table People have the FK id_cidade. When I’m registering one, both a Emitente how much a Pessoa I have in…
-
0
votes2
answers286
viewsDynamic URL in the Laravel
I’m working on a website project for writers. In this project there are 12 genres within the table "categories", for example: Poems, Acrostics, Chronicles, etc. I’m having trouble creating the…
-
0
votes1
answer1009
viewsSend contact to email with Laravel?
This sending all page to e-mail, but does not send the information of input? Controller public function store(Request $request) { Mail::send('template.contato', array ( 'nome' => $request ->…
-
0
votes1
answer82
viewsmiddleware redirecting to login screen
good afternoon everyone! I have the route below: Route::get('produtos', 'ProdutosControlador@index')->middleware('auth:api'); well it happens that using Postman I am trying to access and for any…
-
0
votes0
answers85
viewsI can’t access the route controller on Laravel 5.8
I can’t access the Laravel controller when I use: Route::controller('categorias', 'CategoryController'); He makes the following mistake: Invalidargumentexception Attribute [controller] does not…
-
0
votes1
answer289
viewsError validating date with Carbon?
I’m doing a test and passing an invalid date for a Carbon method. $data = Carbon::createFromFormat('d/m/Y', '06/17/2010'); As you can see, the method creates from the pattern d/m/y (brazilian…
-
0
votes1
answer324
viewsCustom routes on Laravel 5.4?
To those who work with Laravel, would know to inform me sources so I can research on how to create URL's clean and friendly so that, I can pass a parameter, for example, category_name, or…
laravel-5asked 7 years, 11 months ago Samuel Dos Santos 29 -
0
votes0
answers115
viewsRelation between 3 tables with pivot
I have the following structure that I have to follow. Films People People ( Actor, Cameraman, Director) Where Each Person Types Hasmany People And Each Person Hasmany Movie That is, Each film will…
-
0
votes1
answer15
viewsCapture ID eloquently on JOIN
Good afternoon everyone, I have the following appointment: $acordo = tb_acordo::join('users', 'users_id', '=', 'users.id') ->join('tb_status_acordos', 'tb_status_acordos_id', '=',…
-
0
votes0
answers477
viewsError Method save does not exist in Laravel
Good afternoon guys. I have an application that uses Polymorphic Relations according to Laravel’s doc. https://laravel.com/docs/5.4/eloquent-relationships#polymorphic-Relations I have the error…
-
0
votes0
answers284
viewsProvide in view polymorphic relationship data Laravel
I have the models Trainer, Modality and Image using Laravel’s Polymorphic Relations https://laravel.com/docs/5.4/eloquent-relationships#polymorphic-Relations I want to make this data available in…
-
0
votes1
answer48
viewsWhy does the Crosstab function not work in Windows? Using Postgresql
I built a query that has a Crosstab, in the database manager works perfectly and gives no error, but when I run this query inside my project that is in Laravel, it explodes an error saying that the…
-
0
votes1
answer444
viewsError message via middleware Laravel
I am trying to pass an error msg through a middleware. If I use $errors->all() the error appears, but how do I use $errors->has('active')? Or if you could just pass this message from…
-
0
votes1
answer181
viewsProblems accessing show method at the root of Laravel
I am studying Laravel and in parallel creating some projects, however I am struggling with some problems, when I am calling the method show(); Example the controller : Route::resource('/',…