Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Laravel (727)

Hi everyone,I'm working on a Laravel project with the Metronic theme and I'm trying to figure out how to switch views based on the user's role. Specifically, I want to display a different dashboard for 'admin' users compared to 'client' users. What is the best practice for implementing this in L...
How can I resolve the following issue?I am using LdapRecord for authentication; however, I've encountered an error.Additionally, when I attempt to access the roles in order to view them, I receive this error: 'The LDAP connection [mysql] does not exist.
I´m using Metronic 8.2.1 Laravel and i have this errors:Uncaught SyntaxError: Cannot use import statement outside a module (at plugins.bundle.js:41261:1)scripts.bundle.js:8280 Uncaught ReferenceError: $ is not definedat scripts.bundle.js:8280:1(anónimo) @ scripts.bundle.js:8280general.js:1...
I´m using Metronic 8.2.1 Laravel and i have this errors:Uncaught SyntaxError: Cannot use import statement outside a module (at plugins.bundle.js:41261:1)scripts.bundle.js:8280 Uncaught ReferenceError: $ is not defined at scripts.bundle.js:8280:1(anónimo) @ scripts.bundle.js:8280general....
Hello. Node: v20.7.0yarn: 1.22.19OpenServer: PHP 8.1Version metronic: metronic_laravel_v8.2.1.zipHave a npm run dev command error: # npm run dev> dev> npm run development> development> mix[webpack-cli] TypeError: object null is not iterable (cannot...
There are errors in console:Uncaught SyntaxError: Cannot use import statement outside a modulescripts.bundle.js:8280 Uncaught ReferenceError: $ is not defined at scripts.bundle.js:8280:1general.js:13 Uncaught ReferenceError: FormValidation is not defined at handleValidation (gene...
I've downloaded metronic_laravel_v8.2.1, and after installing dependencies and setup database, login does not works.I've followed the instructions at https://preview.keenthemes.com/laravel/metronic/docs/getting-started
In which file in the Laravel folder can I find the email address confirmation email with the verification link ?
Hi,I am attempting to install and run the Laravel Starterkit for the recent Metronic 8.2.1 version. I've downloaded the latest version and unzipped metronic_laravel_v8.2.1.zip.I am 'Getting started' using the instructions on https://preview.keenthemes.com/laravel/metronic/docs/getting-started....
Symfony \ Component \ Mailer \ Exception \ TransportExceptionPHP 8.2.410.15.0Connection could not be established with host ":2525": stream_socket_client(): Unable to connect to :2525 (No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha cone...
I've successfully set up the Laravel template, and I'm now looking to integrate the design directly from an HTML template. What steps should I take to achieve this?
I notice that bootstrap-icons/bootstrap-icons.woff2 missing.and also `assets/plugins/global/fonts/@fortawesome/fa-solid-900.woff2` net::ERR_ABORTED 404 (Not Found)If you using fslightbox, it will not able to display the eye icon.Kindly advice for this. And also fix your zip file.Thanks
We are missing the vendor folder in Laravel demo1 because of this we are getting this errorAH01071: Got error 'PHP message: PHP Warning: require(/var/www/vhosts/outreachdeal.com/influencer.outreachdeal.com/starterkit/public/../vendor/autoload.php): Failed to open stream: No such file or director...
Hi, I want to submit a form, I have my controller to insert, but when I submit the indicator and the sweet alert shows but the records are unsaved. the file isn't loaded. when I remove the id from the submit customer the records are saved but all interactivity get lost. Cpts.
Hi,I'm trying to achieve a basic insert to a database.I kicked off with your Metronic laravel starter kit.1. I have a model "Client"2. I have a table "clients"3. I have a Livewire component "ClientsAdd" with a "submit" function that retrieves the form data and does the insert to the databa...
hello, this web page on documentation not working and show not foud! (laravel / views)https://preview.keenthemes.com/laravel/metronic/docs/views please send valid link or fix this errorthanks
I have tried to setup the backend Laravel for Metronic vue, but it cannot fully login because it can't verify the token. It is getting a 404 on http://127.0.0.1:8000/api/verify_tokenI checked the Laravel code, and there is no reference whatsoever to verify_token.
how do we change the design of the login of the Laravel demo to have the design such as: https://preview.keenthemes.com/metronic/demo1/custom/pages/login/login-1.html
sir what are you using insted of KTMenu.createInstances();
I get an error when I update the user's email in Laravel.SQLSTATE[HY000]: General error: 1364 Field 'password' doesn't have a default valueWhen I change the user's role or name without changing their email, it does not give an error.