Step:1 Make a page.
resources/views/my_message.blade.php
Copy this code and paste in the my_massage.blade.php
Step:2 make a controller
php artisan make:controller MessageController
Step:3 Copy this code and paste in the MessageController.page
Step:3 make a route function
Step:4 php artisan serve
paste this code in your browser
http://127.0.0.1:8000/my_message
Laravel 5.5 CRUD Tutorial, Introduction And Agenda Overview, Laravel Training Part – 1 DevopsSchool
Latest posts by sam (see all)
- AJAX Crud with laravel 5.8 - October 29, 2021
- Upload image in the database with local folder and image send mail. - October 23, 2020
- How to protect .env file in Laravel. - September 10, 2020