ppshobi / openlaravel

A collection of open source projects built using Laravel.

Home Page:http://openlaravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Laravel

A repository of open source projects built using Laravel.

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/openlaravel.git

If you use https, use this instead

git clone https://github.com/ammezie/openlaravel.git

Setting Up

Setup your database and cd into the project directory then run:

php artisan migrate

Once the database is settup and migrations are up, run

php artisan serve

and visit http://localhost:8000/ to see the application in action.

TODO

  • Filter by stars
  • Filter by activities
  • Show project repo activity on view project page
  • Add project screenshot/logo

Contributing

πŸ‘πŸŽ‰ First off, thanks for taking the time to contribute! πŸŽ‰πŸ‘

Please submit your pull request against the develop branch only.

License

The MIT License (MIT). Please see License File for more information.

About

A collection of open source projects built using Laravel.

http://openlaravel.com

License:MIT License


Languages

Language:JavaScript 61.7%Language:PHP 17.7%Language:CSS 13.4%Language:HTML 6.4%Language:Vue 0.7%Language:ApacheConf 0.1%