This project is created by "Jaber Masud". To know about him, Search on google by : "Jaber Masud" or "masud9900"
composer install
Set Database name & orhers configuration from the ".env" file & create database. If don't have ".env" file. Copy the ".env.example" file to a new file named ".env"
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan optimize:clear
php artisan serve
By default, the application will be accessible at http://localhost:8000.
Jaber Masud
The Laravel framework is open-sourced software licensed under the MIT license.