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

https://github.com/avinashn/routing-example-in-laravel

Source code of the routing example discussed here - http://justlaravel.com/routing-in-laravel/
https://github.com/avinashn/routing-example-in-laravel

Last synced: over 1 year ago
JSON representation

Source code of the routing example discussed here - http://justlaravel.com/routing-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.

  • Run
    php artisan migrate

  • Enter some dummy data in users table name and email fields(5+ entries for pagination to work)

  • Run
    php artisan key:generate

## Working Demo
You can see the demo of the project here

## Reference Post
http://justlaravel.com/pagination-in-laravel/