Questions tagged as 'laravel'

0
answers

How to create a multilevel menu with AdminLTE Menu Runtime in Laravel?

I integrated the jeroennoten / Laravel-AdminLTE into a project Laravel 5.7 , however, I'm having trouble generating a multilevel menu. According to the reference contained in the project repository jeroennoten / Laravel-AdminLTE , this wo...
asked by 06.12.2018 / 18:04
0
answers

Laravel: Duplicate project in same directory

Good morning everyone! I have a laravel API on a server in the /www/var/html/api1 folder, for second reason I have to build another API on the same server, so I duplicated the one I had to facilitate /www/var/html/api2 . So far s...
asked by 17.12.2018 / 11:54
1
answer

Questions about installing the existing project in Laravel

Hello everyone! I started messing with Laravel today and until I can create a new project, but I need to open and run an existing project and I can not do it. It asks for the autoload.php file that is not in the project, nor is the vendor fol...
asked by 05.12.2018 / 17:49
0
answers

Laravel Custom Authentication with Postgres

I created a custom provider , called CustomUserProvider , extended from EloquentUserProvider and brought the fields perfectly. But login does not persist public function validateCredentials(UserContract $user, array $c...
asked by 04.12.2018 / 13:01
2
answers

Is there a framework in php that is similar to frontend frameworks?

First of all, of course I understand what the difference between Back End and Front end, however my question is in the sense that front end frameworks come with their components ready, example if I need of a Step Wizard, in the FE frameworks I...
asked by 06.12.2018 / 20:54
1
answer

Failed to load Highchart data in Laravel

I'm trying to make a simple chart that displays TOTAL Daily Sales. <body><scriptsrc="{{asset('onboard/Scripts/highcharts.js')}}"></script> <script> const data = [] const total...
asked by 01.12.2018 / 04:03
0
answers

How to solve the error: "Whoops! There was an error. "Can you help me?

Hello, I'm developing my first application using the laravel framework and I got a problem when I logged out. This is what he gives me back. If someone has faced similar problems please give me a feedback. Thank you very much in advance. I...
asked by 29.11.2018 / 22:07
0
answers

Doubt about eloquent with Laravel

Hey guys, I'm setting up a football club management system just to practice and in that a doubt arose, I have the following eloquent: $matches = DB::table('ut_tickets AS TIC') ->select('TIC.id', 'STA.name AS stadium', 'CLM.name AS club_...
asked by 18.12.2018 / 19:34
1
answer

LARAVEL: Load views without refresh from a fixed menu

What is the best way to implement a system in laravel, where when clicking on a menu the views are loaded without refreshing the page, just update the contents of the content. How can I implement this correctly in laravel? I need to load differe...
asked by 07.12.2018 / 14:00
0
answers

Corrupted file dompdf / laravel

Good evening, next, I'm going through a PDF printing problem, I made a system in Laravel where I need to print a list of a specific template, and I'm using lib: link All right until then. The problem is when I'm asking to save the sav...
asked by 29.11.2018 / 02:10