All Projects → clovon → Multipurpose-Laravel-and-Livewire-Application

clovon / Multipurpose-Laravel-and-Livewire-Application

Licence: other
Multipurpose Laravel and Livewire Application. This is a part of tutorial series on Youtube.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Less
1899 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Multipurpose-Laravel-and-Livewire-Application

movie-app
🌈 TMDB + Laravel + LiveWire + AlpineJS + ViewModels + Components = ❤️ Movies App 🔥
Stars: ✭ 43 (-44.87%)
Mutual labels:  laravel-livewire
laravel-livewire-modals
Dynamic Laravel Livewire Bootstrap modals.
Stars: ✭ 63 (-19.23%)
Mutual labels:  laravel-livewire
powergrid-demo
⚡ PowerGrid fully configured in a Laravel project.
Stars: ✭ 38 (-51.28%)
Mutual labels:  laravel-livewire
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+2117.95%)
Mutual labels:  laravel-livewire
livewire-sortablejs
A Laravel Livewire plugin that makes it easy to use Sortable.js
Stars: ✭ 68 (-12.82%)
Mutual labels:  laravel-livewire
laravel-livewire-ui
Laravel Livewire UI, Auth, & CRUD starter kit.
Stars: ✭ 92 (+17.95%)
Mutual labels:  laravel-livewire

Multipurpose Laravel and Livewire Application

This is a part of YouTube tutorial series on building application using Laravel and Livewire. Here is the YouTube playlist link: https://www.youtube.com/watch?v=RGJJxkPZLpc&list=PLGg3vnFos8GMxYSWRBce3LH_SREan7my8&index=1

Topics Covered

  • How to filter results using Laravel Livewire
  • How to add search functionality with Laravel Livewire
  • How to use SweetAlert with Laravel Livewire
  • How to install AdminLTE 3 with Laravel
  • How to use toast notification using Livewire
  • How to use bootstrap confirmation modal using Livewire
  • How to use bootstrap modal for editing data using Livewire
  • How to use date picker, time picker & text-area input with laravel livewire
  • How to use Livewire component
  • How to use Laravel components for re-usability
  • How to use Laravel fortify for authentication
  • How to use livewire events
  • How to use toast notification with Laravel Livewire
  • How to use bootstrap modal for deleting data using Laravel Livewire
  • How to display alert window before deleting data using Laravel Livewire
  • How to use pagination in Laravel Livewire
  • How to use bootstrap for pagination in Laravel Livewire
  • How to use bootstrap datepicker using Livewire
  • How to use bootstrap timepicker using Livewire
  • How to use datepicker and timepicker with Laravel Livewire
  • How to create datepicker and timepicker component with Laravel
  • How to use datapicker and timepicker on update form using laravel livewire
  • How to use Laravel Macros
  • And more...

Installation

  • Clone the repository
  • Copy .env.example to .env
  • Set the DB_ environment variables in .env file
  • Create a database with the name specified in DB_DATABASE
  • composer install
  • php artisan key:generate
  • Migrate and seed the database with php artisan migrate:fresh --seed
  • You can now log in with user "[email protected]", password "password"

Authors

Feedback

If you have any feedback, please reach out to me at [email protected]

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].