• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Prime Laravel - Form Builder & Poll Management System

Prime Laravel - Form Builder & Poll Management System 3.0.4 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
21,203
Files
6062
Reactions
82,113
raz0r submitted a new resource:

Prime Laravel - Form Builder & Poll Management System - Download Prime Laravel Form Builder & Poll Management System Codecanyon 33546000

View attachment 14140

Prime Laravel Form Builder NULLED is software for creating automated systems, you can create your own forms without writing a line of code. you have only to use the Drag & Drop to build your form and start using it.

Features​

  • Drag & Drop Form Builder
  • Drag & Drop Dashboard
  • Multi step Form
  • Embed form to other website
  • Implement Text editor in Textarea
  • Poll module
  • Stripe...

Read more about this resource...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: byron007
raz0r updated Prime Laravel - Form Builder & Poll Management System with a new update entry:

Prime Laravel 3.0.4 NULLED

Version 3.0.4 (01/04/2024)
+ Add new Form Status module
+ Improve dashboard user form and submitted form count and manage permissions
+ Form Signature pad Issue fixed
+ Enhance the functionality to move forms from submitted status to trash upon submission and provide the option to permanently delete forms, submitted forms, and assigned forms.
+ Add Submission Analytics The location of where your users submit the form
+ Add Password Protected form

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
Error While installing, no database tables is created in the database, please fix the error: Here's the error:

SQLSTATE[HY000] [1045] Access denied for user_db_name 'user'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = user_db_name and table_name = migrations and table_type = 'BASE TABLE')


please fix it... No luck for error fix....
 
Reacted by:

I made this work on a vps/vds hosting server, but it doesn't work on shared hosting with no root access to MySQL. Still working on it... Anyone know the trick to making this script work on shared hosting with no root access to MySQL.... If anyone knows how to fix the database connection (access denied 1045) error on shared hosting with no root access to the MySQL server, please post here the trick. Thanks!
Post automatically merged:

Error While installing, no database tables is created in the database, please fix the error: Here's the error:

SQLSTATE[HY000] [1045] Access denied for user_db_name 'user'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = user_db_name and table_name = migrations and table_type = 'BASE TABLE')


please fix it... No luck for error fix....

I made this work on a vps/vds hosting server, but it doesn't work on shared hosting with no root access to MySQL. Still working on it... Anyone know the trick to making this script work on shared hosting with no root access to MySQL.... If anyone knows how to fix the database connection (access denied 1045) error on shared hosting with no root access to the MySQL server, please post here the trick. Thanks!
 
Reacted by:
I made this work on a vps/vds hosting server, but it doesn't work on shared hosting with no root access to MySQL. Still working on it... Anyone know the trick to making this script work on shared hosting with no root access to MySQL.... If anyone knows how to fix the database connection (access denied 1045) error on shared hosting with no root access to the MySQL server, please post here the trick. Thanks!
Post automatically merged:



I made this work on a vps/vds hosting server, but it doesn't work on shared hosting with no root access to MySQL. Still working on it... Anyone know the trick to making this script work on shared hosting with no root access to MySQL.... If anyone knows how to fix the database connection (access denied 1045) error on shared hosting with no root access to the MySQL server, please post here the trick. Thanks!

1. Login to your mysql.

mysql -u raiz -p

2. Switch to your database, create a new user and give permission.

use your database name
CREATE USER 'yourusername'@'localhost' IDENTIFIED BY 'yourpassword';
GRANT ALL PRIVILEGES ON *.* TO 'yourusername'@'localhost';
FLUSH PRIVILEGES;
 
Reacted by:
Top