Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clovon/multipurpose-laravel-and-livewire-application
Multipurpose Laravel and Livewire Application. This is a part of tutorial series on Youtube.
https://github.com/clovon/multipurpose-laravel-and-livewire-application
laravel laravel-livewire
Last synced: about 1 month ago
JSON representation
Multipurpose Laravel and Livewire Application. This is a part of tutorial series on Youtube.
- Host: GitHub
- URL: https://github.com/clovon/multipurpose-laravel-and-livewire-application
- Owner: clovon
- Created: 2021-02-05T20:07:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T17:27:52.000Z (about 1 year ago)
- Last Synced: 2024-10-14T07:22:13.172Z (about 1 month ago)
- Topics: laravel, laravel-livewire
- Language: PHP
- Homepage:
- Size: 17.8 MB
- Stars: 122
- Watchers: 8
- Forks: 78
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [@clovon](https://www.github.com/clovon)
## Feedback
If you have any feedback, please reach out to me at [email protected]
## License
[MIT](https://choosealicense.com/licenses/mit/)