Using the "laravel new [project]" in my GitBash used to work. Now i'm getting 12 Problems...
I am reading some configurables from my .env file. These configurables are used in various places wi...
I currently have a site hosted on a shared server. The shared host do not allow me to place code abo...
I seem to always post questions where no one can answer so here to hoping I get some help... Ive bee...
Ive built a gallery based site using Laravel. To avoid some image theft and for statistics, image ge...
lagbox said: You dont use env outside of config files. Well if .env uses DB connection info then I...
ITCan said: in your config/app.php file there is this line: 'timezone' => env('TIMEZONE', 'UTC')...
I dont really understand why this works but the below fixed my issue: RewriteBase / RewriteCond %{H...
pogachar said: A solution is marked in that post to use laravel-cors. I've also used it before and...
On my shared host I ran into a problem where I couldnt event FTP files above root so I had to find a...
The Laravel portal for problem solving, knowledge sharing and community building.
The community