This is a simple support ticket system app build with laravel framework, the purpose of this project is to practice and learn how to use laravel and will be available in https://www.youtube.com/channel/UCsHAn_jONDr7KHaM2Qz52RQ. This project using basic laravel authentication for login-logout and Gate
for the authorization.
copy .env-example
file and update the database credentials section according to yours.
First install the depedencies using composer
composer install
next, generate the key
php artisan key:generate
next, running the migration and seeder
php artisan migrate:fresh --seed
Default login credentials:
admin: admin@example.com
password: password
- Laravel 8.X
- Trix Editor
The Project is open-sourced software licensed under the MIT license.