How to will be create a staff and manage and edit update in your web application using laravel framwork
How to will be create a staff and manage and edit update in your web application using laravel framwork
Hello, if create a new web application or you have already existing web application using laravel framework so i hope your need this tutorial . if your need staff or users create module so follow the step by step tutorial .
so first your project open a any code editor and then write some route see this example :
And then create a migration file open your terminal in your application run this command php artisan make:model Staff -m Then write this code see this example migration.php file:
So now you run this command in your terminal php artisan migrate
And then make a controller php artisan make:controller StaffController and then write this code in your controller
So our work is completed if you like this video then share this post and comment your problem.
Thank you so much
