A demo application to showcase basic usage of laravel-multilingual-routes.
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed
You can run php artisan route:list
to see the list of routes.
Open the home page in your browser to see the list of available routes.