Laravel in Tamil, you can learn Laravel from the beginner to the expert level in a single Playlist. The video is effective and Used to make the content so reliable.
Laravel is a web framework used to create small and large scale applications with effective code structuring and MVC pattern Laravel Official documentation link: https://laravel.com/
CodeWithSudheesh channel has the Most descriptive view of point to make videos that are more useful for the users who are willing to study on Youtube.
Subscribe and Support us to do more videos.
https://bit.ly/3FTRfAU
Connect on Instagram for more.
/ codewithsudheesh-youtube
Playlist:
Laravel in Tamil
https://bit.ly/3lQbPtY Laravel Installation with Jetstream
Install laravel installer with composer.
Up to laravel 8.x laravel supports the "--auth" flag to scaffold the authentication packages but now on laravel 8 , the auth flag is deprecated. in laravel 8 the auth is now in the jetstream package. the package will help to combine all the aspects like Fortify, Scantum to connect the web, and the API routs with no risk.
I will show you the simple way to install the Laravel 8 with "--jet" flag
1. Install composer
2. install laravel installer & install laravel with --jet flag
3. Run NPM to compile assets to the folder
4. Create Database and Migrate
5. Run Laravel using artisan command
Next Video: Explaining the Admin panel & Explaining the new configuration files in the jetstream
Leave your comments in the comment box to improve upcoming Videos