An open API service indexing awesome lists of open source software.

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

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 migrate to 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/