https://github.com/avinashn/datetime_format-laravel
A simple example to show date in arabic language using php's DateTime function in laravel
https://github.com/avinashn/datetime_format-laravel
Last synced: 10 months ago
JSON representation
A simple example to show date in arabic language using php's DateTime function in laravel
- Host: GitHub
- URL: https://github.com/avinashn/datetime_format-laravel
- Owner: avinashn
- Created: 2016-10-13T11:41:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T06:59:29.000Z (over 8 years ago)
- Last Synced: 2025-01-20T20:33:27.472Z (over 1 year ago)
- Language: PHP
- Homepage: http://justlaravel.com/datetime-format-laravel/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites
- After cloning this repository, go to the root folder, run the following command/s,
composer install
composer update - Rename .env.example to .env and provide your database details there.
- It needs a database table to perform the operations. Run
php artisan migrateto import the table. - Run
php artisan key:generate
## Working Demo
You can see the demo of the project here
## Reference Post
http://justlaravel.com/datetime-format-laravel/