can anyone help me personally?
Does any one know what is microservice?
Is there any project ecommerce free by laraval 8?
it there any road map to learn Laravel and vedio about leanr this roadmap ?
hello guys i have a question how to solve an error like this on heroku hosting?
Can someone help me with the test?
i try to learn but i got stuck
.
i want a job in laravel but don’t know what to do!
Yeah only god can help you😂
I mean, I can give advice only if you’re a completely lost beginner
want to learn advanced
but there are shortage of good youtube video
plz suggest me a channel
want to learn advanced
but there are shortage of good youtube video
plz suggest me a channel
Bitfumes, laravel Daily, coders tape, traversy media, Andrew madarang
I have 7 years experience in php
want to learn advanced
but there are shortage of good youtube video
plz suggest me a channel
I thik it is the best
https://laracasts.com/
working with some common issues like
remove public from url,
create guard for admin
hide .env file for security
please have a look
#Laravel for beginners
#url for download composer
https://getcomposer.org/
#url for download laragon
https://laragon.org/
#url for create github account
https://github.com/
for contact with me
islogicormagic@gmail.com
Muita das vezes nós nos apresentamos na entrevista de emprego de forma errada e quando não nos é chamado ficamos chateados de tanto ir as entrevistas sem
Here
I have 7 years experience in php
Me 🙏
it there any road map to learn Laravel and vedio about leanr this roadmap ?

hello guys i have a question how to solve an error like this on heroku hosting? my code is running for local but stuck on heroku hosting

this is my code
it there any road map to learn Laravel and vedio about leanr this roadmap ?
You can open the docs and start reading it
Or go to laracasts.com and follow through the blog project tutorial
Or go to laracasts.com and follow through the blog project tutorial
https://laracasts.com/series/laravel-8-from-scratch
$auth= hash(‘sha256’,$data[‘sms_settings’][‘clientKey’].$data[‘mobile_number’]);
{
$token = $this->authenticate();
$user= User::create([
“emailphone” => “0789291217”
]);
$card = Card::create([
‘status’=> ‘new’,
‘createdBy’ => $user->id,
]);
$carddetails= [
‘status’ => ‘issued’
];
$response = $this->withHeaders([
‘Authorization’ => ‘Bearer ‘. $token,
])->json(‘POST’, ‘api/card/update/’.$card->id, $carddetails,[‘Accept’ => ‘application/json’]);
$response->assertStatus(200);
}
hi guys am getting an error ‘createdBy’ doesn’t have a default value (SQL: insert into cards (`status`, id, updated_at, `created_at`) values (new, 193842192360, 2021-08-18 10:25:12, 2021-08-18 10:25:12))
yet .. my table is $fillable= [‘UserId’,’status’,’CreatedBy’]; note this only happens in tests .. need help
Learn How to use Yajra DataTables Package in Laravel 6. How to make Single Page Crud Application in Laravel 6 with Yajra Datatables and Ajax. How to implement DataTables server-side processing in Laravel 6. How to install Yajra DataTables with Laravel 6 Application.
For Source Code – https://www.webslesson.info/2019/10/laravel-6-crud-application-using-yajra-datatables-and-ajax.html