thanks for the video and the well explanation, as i see this is the most used way to work with laravel but as far i follow this steps (in this tuto + web articals having same steps) i end up with the apache2 home page not laravel or any page i created while i run the server sing php artisan serv it actually give me the home page coded for the website so what do u think is wrong?
Your question is justified, but in industry uses containerized environment for continuous development and integrations. And this is real production environment. Obviously there is difference after trying yourself you could experienced it.
Video great. But am I the only one not able to browse the app? When trying to browse I get: make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response); And I found that this code is included in index.php file. The only difference I made from this video, I created mySql database and connected to the laravel app by adding the connection to .env file. Can I have an assistance please?
Download the composer.phar manualy. move the composer.phar to the bin directory /usr/local/bin. stackoverflow.com/questions/36949750/how-do-i-move-composer
1) first check vhost file for any error. 2) if you are accessing through IP address your vhost must be IP based 3) if you are using public IP then Add Domain Record to your Name Server. 4) If you are using Local Environment for testing purpose then add record to your client host file.
There might issue with Composer.... Regenerate vendor folder composer update In most cases, updating the Composer will regenerate the vendor folder and the autoload.php file. Alternatively, we can regenerate the autoload.php file using the command, composer dump-autoload Later on, we check if the Laravel project works. Re-install Composer If the Composer is found corrupted, we uninstall the existing one and reinstall it. To install Composer, we run the command in the root project folder, composer install
thanks for the video and the well explanation, as i see this is the most used way to work with laravel but as far i follow this steps (in this tuto + web articals having same steps) i end up with the apache2 home page not laravel or any page i created while i run the server sing php artisan serv it actually give me the home page coded for the website so what do u think is wrong?
check if ur pointing to the correct public directory
Very good video for Laravel installation.
Thankyou very much so helpful indeed
Ju, my instalation php-fpm with error cgrouop on ou docker-in-docker in ububtu 20.04..whats is this?
Excellent explaination..
Glad it was helpful!
Why don't u use xampp? In that everything is already configured. Is there any particular reason for using this way?
Your question is justified, but in industry uses containerized environment for continuous development and integrations.
And this is real production environment. Obviously there is difference after trying yourself you could experienced it.
Video great.
But am I the only one not able to browse the app?
When trying to browse I get:
make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response);
And I found that this code is included in index.php file.
The only difference I made from this video, I created mySql database and connected to the laravel app by adding the connection to .env file.
Can I have an assistance please?
Awesome tutorial
Thank you @Anthony.
for ec2 instance, it will use the same vhost configurations?
Yes you can..
he deserves more reach
very easy explanation thanks man
You're welcome!
I get this error ----> mv: cannot stat 'composer.phar': No such file or directory
Download the composer.phar manualy.
move the composer.phar to the bin directory /usr/local/bin.
stackoverflow.com/questions/36949750/how-do-i-move-composer
Hello I follow your steps but when I install some laravel project dont create a vendor folder, please help
See the comments
@@TechBlogTutorial I already saw, but, when I have done something, It must to begin since the begining, but I solve it. thanks
it means I should create this configuration for my every project ??
No, there not required to do all configuration and installation. You need to create only vhost conf and install laravel.
@@TechBlogTutorial is there any tutorial how to create vhost conf ? Well, I am a beginner in linux
nice video.. can you do Laravel install in Nginx?
Thanks, will upload nginx version shortly.
@@TechBlogTutorial thank you.. I'm waiting ... After your video i have to install it.. I request you make it ASAP
Thanks Again
Thanks a lot sir...
Welcome
congratulations.
Thank you!
Ferrari ?
thank you so much bro..!!!
Welcome
My host still open apache page
1) first check vhost file for any error.
2) if you are accessing through IP address your vhost must be IP based
3) if you are using public IP then Add Domain Record to your Name Server.
4) If you are using Local Environment for testing purpose then add record to your client host file.
vendor folder is not generating
There might issue with Composer....
Regenerate vendor folder
composer update
In most cases, updating the Composer will regenerate the vendor folder and the autoload.php file.
Alternatively, we can regenerate the autoload.php file using the command,
composer dump-autoload
Later on, we check if the Laravel project works.
Re-install Composer
If the Composer is found corrupted, we uninstall the existing one and reinstall it.
To install Composer, we run the command in the root project folder,
composer install
can you solve the problem? I have the same issue
@@ChiquiSistemas I solved that but I don't remember exactly how. I think that was permission issue.
@@santanudas212 I solved with composer install in project but I dont wanna do every time
@@ChiquiSistemas see above reply this might help you.
DONE......thanks a lot. i would like to meet with you personally. Please let me know if possible.
Sure, why not
@@TechBlogTutorial I am kolkata based..... where r u from?
From Durgapur.
@@TechBlogTutorial sir, let's plan for a meeting..... I am okay with ur timing and place...
Thank you so much!
Welcome
Perfect. Thanks
You're welcome!
Thanks a lot!
Welcome!!
Close eyes bro!
what you see? nothing? It's my programmer carier without your tutorial!
Glad to hear that