This is a starter project for Laravel with various packages included. Packages List is given below:
- Avatar Generator laravolt/avatar.
- Number to Words Converter kwn/number-to-words.
- Country, City List khsing/laravel-world.
- Clone the repository with command: git clone https_link_of_the_repository
- Install Composer
- Run the command: composer update
- Run cp .env.example .env in the terminal
- Then run php artisan key:generate
- Setup the database in .env file
- Then run php artisan migrate
- Then run php artisan db:seed
- Then run php artisan world:init
- Finally serve the application with php artisan serve
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
The Laravel framework is open-sourced software licensed under the MIT license.