Hi everyone !
This is our project repository about freelance notes with downloadable invoice
Hope u happy to used it
Before you begin, ensure you have met the following requirements :
- Git must be installed on your operating system.
To run in the locally, run this command on your git bash to clone this repo :
git clone https://github.com/ahmadammarm/freelance-notes.git
Change the directory to the project :
cd freelance-notes
To run in the locally, run this command on your git bash to clone this repo :
composer install
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=freelance-notes
DB_USERNAME=root
DB_PASSWORD=
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan make:filament-user
php artisan serve
Email : your_email
Password : your_password
Now you can accees in localhost:8000/admin