I tried to use the ENUM fields for PostgreSQL in the database migration of Laravel. $table->enum(...
you need to add it to composer.json. and than do a composer dump. You can use every folder you creat...
I had the same issue, my solution was to place Laraval inside the htdocs folder and changed the apac...
thank you, this was really helpful!
codextends said: It should have, if not the issue may come from something else. How did you impleme...
The Laravel portal for problem solving, knowledge sharing and community building.
The community