laravel-5-todo-tutorial icon indicating copy to clipboard operation
laravel-5-todo-tutorial copied to clipboard

A demo application showcasing the various features of Laravel 5

Results 2 laravel-5-todo-tutorial issues
Sort by recently updated
recently updated
newest added

how to install after download this source, i'm using `composer install` and i get this error: ``` Generating autoload files [RuntimeException] Could not scan for classes inside "tests/TestCase.php" which does...

According to the Laravel 5.0 [Upgrade Guide](http://laravel.com/docs/5.0/upgrade), it is preferable to use `laravelcollective/html` instead of the old `illuminate/html`, because the latter has been deprecated and the former is still maintained....