I am actually using this application for my private purposes, but I have decided to release it as freely available to everyone.
This application is used to record the time spent on individual tasks and to generate invoices and a monthly clock report.
TALL stack ❤️
Laravel Breeze
Laravel Volt
Laravel Sail
Livewire Tables from ramonrietdijk 👏
composer install &&
npm install &&
npm run build &&
php artisan migrate:fresh --seed &&
npm run devOr if you want to use Laravel Sail (use .env.sail):
./vendor/bin/sail up -d &&
./vendor/bin/sail composer install &&
./vendor/bin/sail npm install &&
./vendor/bin/sail npm run build &&
./vendor/bin/sail artisan migrate:fresh --seed &&
./vendor/bin/sail npm run devTest account credentials:
name: test@example.com
password: password
I will be glad if my code helps someone understand the Laravel framework.
I do not consider myself to be any expert in the Laravel framework and I will be glad if I also learn new things.