Laravel Resource
This is Laravel 8 tutorial for those who want to learn it for their career or to create a project for their own use. You should have basic knowledge of programming in PHP, MySql, and have an understanding of Laravel Framework. In this tutorial series journey, you have to follow the tutorial from chapter 1 to last. If you are looking for something specific to your need, then feel free to explore any topic of your choice from the below links. The project’s source code is hosted on GitHub for you to refer to. The project uses Jetstream, Livewire, Sanctum, and Tailwind in Laravel 8.
Let me give you an overview of the project I am creating for this tutorial. It is a news application that will consume the RESTful API created in Laravel. The Admin Dashboard will be on the web interface and is crafted using Livewire and Tailwind.
So buckle up and start with the below-mentioned tutorials. Let me know in the comment section if any of the tutorials need improvement or if anything more to be added.
News App
- News App Part 1: How to seed test data into a database in Laravel? Read on medium.com
- News App Part 2: How to create relationship among models in Laravel? Read on medium.com
- News App Part 3: Creating and Consuming RESTful API in Laravel Read on medium.com
- News App Part 4: Creating the Front End in Laravel using Jetstream, Livewire, Sanctum, and Tailwind Read on medium.com
The source code is available at https://github.com/mdutt247/laravel-news for you to refer to.
Deploy Laravel to Heroku
Deploy Laravel application with a database to Heroku Read on medium.com
Laravel & Stored Procedure
Create and Use Stored Procedure in Laravel Read on medium.com
Autocomplete
Laravel Livewire Autocomplete/suggestion Example Source code
Yajra Datatables
Laravel Yajra Datatables Export to Excel and CSV Source code
Role-Based Access
Laravel grant access to pages based on roles(one or more roles) assigned in the users table as an array using middleware Source code
Laravel Breeze CRUD
Laravel Breeze CRUD Example Source code
Jetstream File Upload
Laravel Jetstream Livewire – Auth and File Upload Source code