I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...
When I am running a migration from command line I am getting the response Application In Producti...
I am new to laravel. I was trying to open http://localhost/test/public/ and I got Error in exception...
beitomartinez liked this thread
mkblade said: There is no table named 'users' in your database yet, you should use 'Schema::create'...
Solved. First I ran php artisan cache:clear from the project directory, then chmod -R 777 app/storag...
beitomartinez liked this reply
Try to assign to the app/storage folder all permissions and comment us. @codeATbusiness chmod -R 7...
The Laravel portal for problem solving, knowledge sharing and community building.
The community