Laravel migration not showing in phpmyadmin
[[1] I have done a php artisan migration but nothing appeard in the database please find a fix that works.As you can see string('address')
[[1] I have done a php artisan migration but nothing appeard in the database please find a fix that works.As you can see string('address')
I have a Laravel project. Now it is running on Cpanel, but I want to run this project in my local environment. When I step this project into a local environment, I got the 500 internal server error. Could you…
I am trying to set up HTTP basic auth for the Laravel app in apache vhost but it is not working. It keeps asking for a password after each request made This is my current vhost content for the site…
Setting up a new laravel server I see that not all files are pushed. I set up a bare repo, according to the instrctions in:https://devmarketer.io/learn/deploy-laravel-5-app-lemp-stack-ubuntu-nginx/ (step 11 and following) The first time it pushed a lot of files. The css…
I simply tried to follow the Heroku guide to create a simple laravel app (even without db connection) and deploy on a Heroku app. However, it appears that when using Composer 2 there are problems (see log here). Rolling back…
I am new to Laravel development, and I spent the last 5 hours trying to get a Laravel project up and running using Docker (which apparently is obligatory). Every single time I try to create a new Laravel project using…
I am deploying a project to Ubuntu on Digital Ocean, using these instructions. I am running into permissions issues whereby if I give these permissions sudo chown -R www-data.www-data /var/www/project/storage sudo chown -R www-data.www-data /var/www/project/bootstrap/cache I get access to my…
I have a website made with Laravel, I need to upload it to windows server (Plesk Cpanel) i have set the database and everything is good, but when trying to open the website it shows me : The stream or…
I am trying to create laravel project on windows but this problem show to me and I try update the composer. the php version is 8.0.6, the composer version is 2.0.14, the laravel version is 4.2.5,
I have a Laravel job that is supposed to accept a newly created Eloquent model as a constructor attribute, then perform a save() operation on it in the handle() method. However, as soon as I try saving the model to…