Post Thumbnail

Installation process in laravel application

Hello @⁨Hadayat Naizi My Mentor⁩ and other top Developers can guys make a video for us on installation process in laravel project where clients have to verify their Envato purchase code and enter their database credentials to import database automatically then also set up admin login details

0 Comments
Solved
Post Thumbnail

Laravel upgrade from laravel 7 to laravel 10

sir actually i want to upgrade version from  7 to 10 but i am facing issue upgradation is not done i will make change regarding upating but i am facing this issue i attached issue screenshot below please check it and code above that is write in composer .json

0 Comments
Answered
Post Thumbnail

I have the following error upon doing: php artisan migrate

    Illuminate\Database\QueryException   SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('mysql.infoschema'@'localhost') does not exist (Connection: mysql, SQL: select * from information_schema.tables where table_schema = cms and table_name = migrations and table_type = 'BASE TABLE')  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:760    756▕         // If an exception occurs when attempting to run a query, we'll format the error    757▕         // message to include the bindings with SQL, which will make this exception a    758▕         // lot more helpful to the developer instead of just the database's errors.    759▕         catch (Exception $e) {  ➜ 760▕             throw new QueryException(    761▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e    762▕             );    763▕         }    764▕     }      +28 vendor frames   29  artisan:35      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

0 Comments
Answered
Post Thumbnail

How to import excel in db

   I am getting the  above error message as I am trying to import excel into db

0 Comments
Answered
Post Thumbnail

I want to fetch each id of certificate number

I am trying to show (display) each id certificate number, but it is fetching only first id certificate number from db table instead of fetching each id's certificate number

1 Comment
Solved