there is an app which some part made by using PHP Api and other part made by using laravel
Can I connect their APIs?
i m not that good in PHP and Laravel
can anyone plz give me suggestion or course, that how i can start php&laravel from besic and go to the advanced level?
there is an app which some part made by using PHP Api and other part made by using laravel
Can I connect their APIs?
Yes
i m not that good in PHP and Laravel
can anyone plz give me suggestion or course, that how i can start php&laravel from besic and go to the advanced level?
The Net Ninja: Laravel 6 Tutorial for Beginners #2 – Installing Laravel
Hey gang, in this Laravel tutorial we’ll install Laravel using Composer. You’ll need PHP & MySQL installed onto your computer to do this. You can do that using XAMPP – https://www.apachefriends.org/index.html
Composer – https://getcomposer.org/
π±βπ€π±βπ€ JOIN THE CAUSE –
https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/join
—————————————-
π±βπ» π±βπ» My Udemy Courses:
+ Modern JavaScript – https://www.thenetninja.co.uk/udemy/modern-javascript
+ Vue JS & Firebase – http://www.thenetninja.co.uk/udemy/vue-and-firebase
+ D3.js & Firebase – https://www.thenetninja.co.uk/udemy/d3-and-firebase
π±βπ» π±βπ» Course Links:
https://github.com/iamshaunjp/laravel-beginners-tutorial/tree/lesson-2
π±βπ» π±βπ» Other Related Free Courses:
+ PHP & MySQL for Beginners – https://www.youtube.com/playlist?list=PL4cUxeGkcC9gksOX3Kd9KPo-O68ncT05o
+ Object Oriented PHP – https://www.youtube.com/playlist?list=PL4cUxeGkcC9hNpT-yVAYxNWOmxjxL51Hy
π±βπ» π±βπ» The Net Ninja Community Boards:
https://community.thenetninja.co.uk/
Sir i want full course.
if you have plz share with me.
thanks in advance

guys why this error appeared
I have just created new pigration and I want to migrate these migrations to my local db
configure database
table is not exists, check your code or check table in your database for exists!
in my code has these migration I want to migrate to db
Create a new database then write it in .env file with appropriate configurations.
Then show your migration code and table for exists…

I have already done it
You are trying “alter table” see? // where this table does not exists
Ihave get the same problem what wrong with my code
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘password_resets’ already
exists (SQL: create table password_resets (email varchar(191) not null, token varchar(191) not null, created_at t
677Γ’ββ’ catch (Exception $e) {
Γ’ΕΎΕ 678Γ’ββ’ throw new QueryException(
679Γ’ββ’ $query, $this->prepareBindings($bindings), $e
imestamp null) default character set utf8mb4 collate ‘utf8mb4_unicode_ci’ engine = InnoDB)
at C:xampphtdocsclassvendorlaravelframeworksrcIlluminateDatabaseConnection.php:678
674Γ’ββ’ // If an exception occurs when attempting to run a query, we’ll format the error
675Γ’ββ’ // message to include the bindings with SQL, which will make this exception a
676Γ’ββ’ // lot more helpful to the developer instead of just the database’s errors.680Γ’ββ’ );
681Γ’ββ’ }
682Γ’ββ’
1 C:xampphtdocsclassvendordoctrinedballibDoctrineDBALDriverPDOException.php:18
DoctrineDBALDriverPDOException::(“SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘password_resets’ already exists”)
2 C:xampphtdocsclassvendordoctrinedballibDoctrineDBALDriverPDOStatement.php:117
DoctrineDBALDriverPDOException::new(Object(PDOException))
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘password_resets’ already
exists (SQL: create table password_resets (email varchar(191) not null, token varchar(191) not null, created_at t
677Γ’ββ’ catch (Exception $e) {
Γ’ΕΎΕ 678Γ’ββ’ throw new QueryException(
679Γ’ββ’ $query, $this->prepareBindings($bindings), $e
imestamp null) default character set utf8mb4 collate ‘utf8mb4_unicode_ci’ engine = InnoDB)
at C:xampphtdocsclassvendorlaravelframeworksrcIlluminateDatabaseConnection.php:678
674Γ’ββ’ // If an exception occurs when attempting to run a query, we’ll format the error
675Γ’ββ’ // message to include the bindings with SQL, which will make this exception a
676Γ’ββ’ // lot more helpful to the developer instead of just the database’s errors.680Γ’ββ’ );
681Γ’ββ’ }
682Γ’ββ’
1 C:xampphtdocsclassvendordoctrinedballibDoctrineDBALDriverPDOException.php:18
DoctrineDBALDriverPDOException::(“SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘password_resets’ already exists”)
2 C:xampphtdocsclassvendordoctrinedballibDoctrineDBALDriverPDOStatement.php:117
DoctrineDBALDriverPDOException::new(Object(PDOException))
Hey hey dude, before to migrate you need to include path to current table in migrations folder
Thanks but why sometime it work without any path
thanks much
Because you have done migrate for “password_resets” already before
You welcome, bro!
I was run this
php artisan migrate –path=/class/database/migrations
I get respond nothing to migrate
php artisan migrate –path=/class/database/migrations
I get respond nothing to migrate
It’s meaning you have already done it.
But in database tables not found
Can you show this migrations file code?
Hi how are you
can you help me to join 3 tables
can you help me to join 3 tables
https://laravel.com/docs/8.x/eloquent-relationships
can you help me to join 3 tables
I don’t know why this error happened
i created 2 migration which are connected another migration
i created 2 migration which are connected another migration
when I want to import them into database this error occured

when I run migrate:status the 2 two migration did not run
Can I send you project file Can you look through why this error happened
I have been fixing this error for this morning unfortunately I couldn’t solve it