Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Just a matter of getting use to it. Gonna try and install properly for the 3rd time
-
Lyniven45596y'laravel new projectname' is too hard? Or a simple composer install is too hard? Wtf dude. And you don't even need to use the console
-
Composer installed. Laravel creates the new project but fails when i do php artisan serve
-
Lyniven45596yAny error message telling why artisan fails? But you could also put laravel in a web serveur like apache or nginx, through docker or not.. As I said you don't *need* the console (artisan)
PS well you may need it for migrations -
Think ill try that option and see how that plays out.
The error i get "failed to open stream: No such file or directory in C:\wamp64\www\WE\artisan on line 18" -
@iamavalos because there might be something I did not see and Im willing to let other people change my mind when they have arguments.
-
Although I can understand your frustration this doesn‘t seem to be a laravel problem.
If you really are into web development you will use either osx or linux(unix like) at some point. Maybe even docker or vagrant for laravel dev.
This will make your life easier.
I‘m not saying this to annoy you but I‘m a dev for over a decade(Almost 2 if I count the private part earlier) and have seen a lot from codeigniter, zend, yii, cakephp, symfony and laravel in PHP to ruby on rails in Ruby and the early days of Spring and Hibernate in Java.
To be helpful: If you use windows with xampp or anything like that just navigate to the public folder of laravel.
You can ask me anything if you need help. -
@Codex404 I know windows normally works fine with php stuff but in the end unix like oses make your life easier if you just use it for development :) I‘m not talking about printers, sound drivers or anything like that here. Linux can be a nightmare sometimes.
To be helpful again: You use cmd and are in the laravel directory when you try to run php artisan?
Php -v working fine? -
@ExGetMessage I have considered switching to Linux for web dev. At work I'm kinda forced to work with Windows. But would be nice to use Linux for my side projects
-
@Shifu-Hotman Great! It really is no bad framework. Laracasts is a pretty good resource with lots of free videos to get started.
Before anybody feels like stating php is shit, laravel is shit: Yes, there are other options ;) -
@ExGetMessage no doubt that php is good.. Started off using php and got very comfortable with it. It's a bit of a shift to use laravel now
Honestly, Fuck Laravel, Fuck the installation process, Fuck the project setup process and fuck the cmd commands that have to be implemented with it.........But looks like ill be sticking with laravel for now
devrant