wataridori / blaravel by wataridori

A Custom Version of Laravel Framework which completely follows PSR1/2
10
0
2
Package Data
Maintainer Username: wataridori
Package Create Date: 2015-02-20
Package Last Update: 2015-02-20
Language: CSS
License: MIT
Last Refreshed: 2024-04-15 15:15:09
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Base Laravel

Just A Laravel Project which completely follow the PSR coding standard

Latest Stable Version Total Downloads Latest Unstable Version License

Features

  • Laravel 5.0.x
  • All files were refactored to follow the PSR Coding Standard
  • jQuery & Bootstrap included
  • Well-designed View layout
  • HTML and FORM facade (which have been removed from the core installation in Laravel 5) included
  • IDE Helper & Laravel Debugbar included
  • And More ...

Install

  • Run the following command
composer create-project wataridori/blaravel --prefer-dist
  • Chmod storage folder to 777

  • If you are using an IDE, run php artisan ide-helper:generate to generate helper for IDE. View docs here

Link