Create a leave assign crud module in your hr management software using laravel framework
Create a leave assign crud module in your hr management software using laravel framework
Hey, my dear viewers welcome to my blog.
Now if facing leave assign module problem or bugs or if your need add new leave assign module this post for your. so follow this post step by step so first your need create your project or if your have existing project then open your project in your any code editor and then create a new folder example leave and then create a 2 file leaveassign-index.blade.php and leaveassgin-create.blade.php in your leave folder and write this code see this example file :
Then open your routes.blade.php file and then past this route before create a Leave assign controller run this command in your application terminal php artisan make:controller LeaveAssignController
Now write this route in your routes.php file in your application and then create a migration file run this command in your application terminal php artisan make:model LeaveAssign -m and then write code in your migration file :
and then run this command in your terminal php artisan migrate and then open your LeaveAssignController.php and then write all method in your controller example :
So our working almost done now open your project or run your project and see this module and check module . if your facing any problem please comment your problem or bugs.
Thank you so much .
