Post Thumbnail

Simple php

php syntax for Laravel?can we use simple php code in Laravel or we will again have to learn laravel syntax for php from beginning

1 Comment
Solved
Post Thumbnail

Github ci/cd piplines

I have code in CodeIgniter I want to configure CD/CI PIPLINES need help, how to configure the project when both production and deployment at main server. 

0 Comments
Answered
Post Thumbnail

Payment system

I have PHP website and I want to add automatic payment system. e.g customers can attach card and I want to detect payment daily automatically. Customers can also de-attach its card so how to achieve it using stripe?? or any source.

1 Comment
Answered
Post Thumbnail

Regarding xampp error

Hello Sir/Ma'am,When I start Xampp, I get an error. "ibtmp1' size to 12 MB. Physically writing the file full". Could u please guide me how to resolve. I have do the google too but didn't get any reply. please help me in this topic so that i can work on my project.

1 Comment
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

Smtp not working on server

MAIL_PORT=587  // I also trying port with 465MAIL_ENCRYPTION=ssl // I am also trying to--> tls But not any working   

1 Comment
Answered
Post Thumbnail

Missing files

I'm getting these error messages whenever i open the project there are missing files in your project sir project file: https://drive.google.com/file/d/1gZN02jftwyDYyRKuZT53TkLFYq5rrRrv/view

2 Comments
Solved