Can't make Laravel 4 to work on localhost

前端 未结 14 1956
梦毁少年i
梦毁少年i 2020-12-01 05:18

I\'m trying Laravel for the first time after reading an announcement of the Laravel4 beta releasing.

I followed these steps I installed composer and laravel with all

14条回答
  •  抹茶落季
    2020-12-01 06:02

    I ran into this problem a few minutes back and using sudo chmod -R 777 storage seemed to help make the storage/meta/services.json writable. Just to add to what everyone has been saying. This worked for me.

提交回复
热议问题