Heyy guys how can i store records per day in the db ?
for each day i store new records in a specific column?
How to to solve VerifyToken mismatch?
Has anyone here use laravel on docker, how was your experience?
Is there any open source project where i can learn clean code features?
someone can heplp please?
How to optimize Laravel eloquent?

There are no posts for that user that’s why it’s null
https://github.com/rezaamini-ir/migrator
Use timestamps
<input type=”hidden” name=”_token” value=”{{ csrf_token() }}” />
my from submission


How to to solve VerifyToken mismatch? i already included following line
<input type=”hidden” name=”_token” value=”{{ csrf_token() }}” />
my from submission
Version Laravel 5.0
Can anyone guide me regarding which Laravel topics are required to learn as a beginner.
Any Documentation / YouTube channel suggestions will help me alot
Please Help 🙂
Thank You
Primary – 5 Yrs Exp
1. Good knowledge on, advanced PHP ( Exception handling, PSR, best practices in PHP )
2. Strong knowledge on MVC, OOP ( inheritance, abstract, static, interface etc in depth
knowledge )
3. Good knowledge on frameworks like Laravel/Symfony/Zend (DI, Queue, Facade, ORM,
Passport, ORM )
4. Should be proficient in DB queries ( joins, when to use, various indexes, engines etc)
5. Good knowledge on how to use API, how to create, how use Postman, RestFul api features
Secondary
1. Knowledge on cloud services like AWS, Google cloud etc ( IAM, cloud watch, ec2, rds,
lambda, sqs, sns etc how to setup )
2. Knowledge on git ( branching strategy, MR/PR, important commands of git)
3. Knowledge on vanilla JS/ JQuery ( form data handling, basic match function, aggregate
functions etc, various Jquery functions )
Qualifications:
BE/BCS or Equivalent CSE/IT
Highly motivated with excellent verbal and written communication, presentation,
facilitation, negotiation and problem-solving skills
Self-starter with strong organizational and time management skills, self-directed
Salary According Industry Standards
Maximum Notice Period 60 Days
Location Mumbai/Kolkata
please share your updated cv on ops@yourjobletter.com
with Current CTC, Expected CTC, Notice Period
Mention in subject Line “PHP Laravel Developer”
I’m Laravel ,Codeigniter and Yii2 developer with 5 years of experience.
I’m looking for part time work.
If u have any part work ping me .
use when like the following
$courseRegistrations = Channel::select(‘channels.*’)
->with([‘myCourse’, ‘myCourse.parent’, ‘myCourse.parent.course’, ‘myCourse.batch’])
->join(‘my_courses’, ‘my_courses.channel_id’, ‘=’, ‘channels.id’)
->where([‘course_category_id’ => $courseCategory->id])
->when(!in_array($this->userRole(), [‘admin’, ‘tutor’]), function ($query) use ($userRegisteredCourses) {
return $query
->whereIn(‘my_courses.parent_id’, $userRegisteredCourses->pluck(‘channel_id’))
->whereIn(‘my_courses.batch_id’, $userRegisteredCourses->pluck(‘batch_id’));
})
->paginate(config(‘djpmedia.pagination.posts’));
Can anyone guide me regarding which Laravel topics are required to learn as a beginner.
Any Documentation / YouTube channel suggestions will help me alot
Please Help 🙂
Thank You
Documentation – Laravel
YouTube – Bitfumes / Coders Tape
Tutorials – Laracasts
Is there any open source project where i can learn clean code features?
I have written an article where you can learn more on clean coding in PHP
https://stackcoder.in/posts/writing-clean-code-in-php
In this article, let’s learn how to write clean code in PHP. These tips help you to write readable, reusable & refactorable code in PHP.
Laravel Daily is also very good
Is there any open source project where i can learn clean code features?
In youtube LaravelDaily has very good video lectures where he teaches how to clean the code
Thanks 😊
Laravel Sail is pretty easy to setup and works well for me
E.g. Let’s say I have the following permissions:
Create-Users
Update-Users
Delete-Users
Create-Modules
Update-Module
Delete-Module
I’d like to group them by “Users”,”Modules” and so on. So essentially, each permission would have a “group” attribute.
Is it on windows, it’s kinda slow here getting tired and frustrated, though this is the first time
You can run docker through wsl on windows but it’s very buggy
Pessoal que tiver freela de Vue, React, Laravel, ou uma posição de pleno em aberto, falem com ele. É indicação minha. twitter.com/lucas_o_neitzk…

Hello guys. I have this error when I deploy laravel app with vapor and github actions.
How did u do your own, which OS
Just read their documentation, did it on Ubuntu