dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.58k stars 537 forks source link

Error when php artisan la:install (Laravel 5.4) #231

Closed naijab closed 4 years ago

naijab commented 7 years ago

[Exception] LAInstall::handle Unable to install : file(/var/www/html/app/Http/routes.php): failed to open stream: No suc h file or directory

bobbysiagian commented 7 years ago

open your laravel logs, it causes file permission. The permission should be 777. @naijab

ruslan-gennadievich commented 7 years ago

https://stackoverflow.com/questions/39313536/missing-routes-php-file-in-new-laravel-project

bobbysiagian commented 7 years ago

The first thing is Laraadmin still better using Laravel ver 5.2 👯‍♂️

kabelo38 commented 7 years ago

Laravel 5.4 is not compatible with Laradmin

Jakobud commented 7 years ago

Yeah it tries to use the wrong routes file and also uses Illuminate\Foundation\Auth\Access\AuthorizesResources; which is not in 5.4 anymore.

Any word when LA is going to be 5.4 compatible?